diff --git a/appinfo/info.xml b/appinfo/info.xml index 4d4c107ebd0..a0db2277792 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ * 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa. ]]> - 24.0.1 + 24.0.2 agpl Anna Larch diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index fbb1779deab..2b642e44030 100644 --- a/docs/changelogs/changelog-24.md +++ b/docs/changelogs/changelog-24.md @@ -5,6 +5,39 @@ # Changelog All notable changes to this project will be documented in this file. +## 24.0.2 – 2026-07-09 +### Added +- feat(chat): Allow to mark all conversation with a tag as read + [#18595](https://github.com/nextcloud/spreed/pull/18595) + +### Changed +- Update dependencies +- Allow recording backends to upload the recording in chunks + +### Fixed +- fix(call): keep audio/video state choice from device picker when joining call + [#18528](https://github.com/nextcloud/spreed/pull/18528) +- fix(call): Directly show call screen when starting a call in large conversations + [#18584](https://github.com/nextcloud/spreed/pull/18584) +- fix(call): Treat direct-dial-in and dial-out similarly + [#18599](https://github.com/nextcloud/spreed/pull/18599) +- fix(chat): Fix missing language on deleted message with chat-relay + [#18598](https://github.com/nextcloud/spreed/pull/18598) +- fix(chat): Download shared folder as .zip archive + [#18580](https://github.com/nextcloud/spreed/pull/18580) +- fix(chat): File share links are broken after reacting/replying + [#18574](https://github.com/nextcloud/spreed/pull/18574) +- fix(chat-relay): Add last-common-read to chat relay + [#18487](https://github.com/nextcloud/spreed/pull/18487) +- fix(external-calls): Create conversations as System instead of guest + [#18527](https://github.com/nextcloud/spreed/pull/18527) +- fix(chat): Use system actor for SAML provisioned users added to existing groups + [#18517](https://github.com/nextcloud/spreed/pull/18517) +- fix(sharing): Allow sharing with read-write again + [#18514](https://github.com/nextcloud/spreed/pull/18514) +- fix(sessions): Cleanup stale sessions + [#18499](https://github.com/nextcloud/spreed/pull/18499) + ## 24.0.1 – 2026-06-26 ### Changed - Update dependencies diff --git a/package-lock.json b/package-lock.json index 8ca55e6610f..155ee34a33e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "24.0.1", + "version": "24.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "24.0.1", + "version": "24.0.2", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index bef06e91039..93f77e7f59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "24.0.1", + "version": "24.0.2", "private": true, "description": "", "license": "agpl",