From 6b6c3c9d95a5e40c46a7414e79f1c494758bdca9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 13 May 2026 16:14:42 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 24.0.0-rc.1 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-24.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index 1d2b231ac3d..155904ddc51 100644 --- a/docs/changelogs/changelog-24.md +++ b/docs/changelogs/changelog-24.md @@ -5,6 +5,30 @@ # Changelog All notable changes to this project will be documented in this file. +## 24.0.0-rc.1 – 2026-05-13 +### Added +- feat(email): Allow email guests without public link + [#13609](https://github.com/nextcloud/spreed/issues/13609) +- feat(preset): Allow to force the lobby + [#17935](https://github.com/nextcloud/spreed/issues/17935) + +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(navigation): adjust active "Home" link to the new design + [#17932](https://github.com/nextcloud/spreed/issues/17932) +- fix(sidebar): rework call UI in Talk integrations + [#17860](https://github.com/nextcloud/spreed/issues/17860) +- fix(files-sidebar): reduce initial loading size of Files sidebar + [#11551](https://github.com/nextcloud/spreed/issues/11551) +- fix(sharing): Fix probe attachment call for windows compatible filenames + [#17925](https://github.com/nextcloud/spreed/issues/17925) +- fix(voice-rooms): Hide preset when calls are disabled + [#17933](https://github.com/nextcloud/spreed/issues/17933) + + ## 24.0.0-beta.1 – 2026-05-04 ### Added - Call from anywhere - Integration of calls into the avatar menu From 8a1d42b862551445df4c60f3fd2ab17846237dbb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 13 May 2026 16:15:02 +0200 Subject: [PATCH 2/2] chore(release): Set version to 24.0.0-rc.1 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 ab85871fdc5..551e87eb9b1 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-beta.1 + 24.0.0-rc.1 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 4d7ed329dd6..c9a3265a7b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "24.0.0-beta.1", + "version": "24.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "24.0.0-beta.1", + "version": "24.0.0-rc.1", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 4a52ae85142..d4b61e09152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "24.0.0-beta.1", + "version": "24.0.0-rc.1", "private": true, "description": "", "license": "agpl",