From 6dd3987eb81cf04f7d4f0c9d424794f2aa67efd2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 May 2026 15:45:03 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 24.0.0-rc.2 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-24.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 From dc05860c6552cae07416a2731421189fab93f4fd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 May 2026 15:48:50 +0200 Subject: [PATCH 2/2] chore(release): Set version to 24.0.0-rc.2 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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/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",