diff --git a/appinfo/info.xml b/appinfo/info.xml index 551e87eb9b1..75b8da0f06b 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.0-rc.1 + 24.0.0-rc.2 agpl Anna Larch diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index 155904ddc51..425448ebbb3 100644 --- a/docs/changelogs/changelog-24.md +++ b/docs/changelogs/changelog-24.md @@ -5,6 +5,23 @@ # Changelog All notable changes to this project will be documented in this file. +## 24.0.0-rc.2 – 2026-05-21 +### Added +- feat(call): Move "Raise hand" in call reactions menu + [#18046](https://github.com/nextcloud/spreed/issues/18046) + +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(recording): fix recipient share path for normal shares when conversation subfolders is used + [#18051](https://github.com/nextcloud/spreed/issues/18051) +- fix(tags): Move created tags before "Others" when "Others" is the last tag + [#18050](https://github.com/nextcloud/spreed/issues/18050) +- fix(tags): collapse tag groups by clicking on header + [#18050](https://github.com/nextcloud/spreed/issues/18050) + ## 24.0.0-rc.1 – 2026-05-13 ### Added - feat(email): Allow email guests without public link diff --git a/package-lock.json b/package-lock.json index a98379368be..af090daffc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "24.0.0-rc.1", + "version": "24.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "24.0.0-rc.1", + "version": "24.0.0-rc.2", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 98f6e2cde71..6a863a102c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "24.0.0-rc.1", + "version": "24.0.0-rc.2", "private": true, "description": "", "license": "agpl",