From cec078c1e2d0a6d9f73a2e6dffecc14c359d16e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Apr 2026 12:09:30 +0200 Subject: [PATCH 1/3] chore(release): Changelog for 21.0.10 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-21.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelogs/changelog-21.md b/docs/changelogs/changelog-21.md index ef13cf0e9e8..8bd5831e541 100644 --- a/docs/changelogs/changelog-21.md +++ b/docs/changelogs/changelog-21.md @@ -5,6 +5,19 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.1.10 – 2026-04-02 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(signaling): Check recipient room with internal signaling + [#17578](https://github.com/nextcloud/spreed/pull/17578) +- fix(signaling): Limit signaling support without conversation-token + [#17588](https://github.com/nextcloud/spreed/pull/17588) +- fix(signaling): Expect nonce on request when setting up hosted signaling server + [#17581](https://github.com/nextcloud/spreed/pull/17581) + ## 21.1.9 – 2026-02-12 ### Changed - Update dependencies From 4cd7c93acd0bc911a15782d6d690adcfecdd6af4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Apr 2026 12:10:04 +0200 Subject: [PATCH 2/3] chore(release): Changelog for 22.0.11 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-22.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/changelogs/changelog-22.md b/docs/changelogs/changelog-22.md index 9bc14c7f96f..d62fdb11f9b 100644 --- a/docs/changelogs/changelog-22.md +++ b/docs/changelogs/changelog-22.md @@ -5,6 +5,31 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.11 – 2026-04-02 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Keep thread information when copying link of a message + [#17478](https://github.com/nextcloud/spreed/pull/17478) +- fix(call): Fix unneeded signaling messages when sending initial state + [#17407](https://github.com/nextcloud/spreed/pull/17407) +- fix(conversation): Improve translation string for automatic deletion of conversations + [#17411](https://github.com/nextcloud/spreed/pull/17411) +- fix(meeting): Don't log a PHP error when a todo item is edited + [#17547](https://github.com/nextcloud/spreed/pull/17547) +- fix(phone): Improve phone number input validation of OCC commands + [#17551](https://github.com/nextcloud/spreed/pull/17551) +- fix(video-verification): Fix video-verification when "Start call" is limited to moderators + [#17504](https://github.com/nextcloud/spreed/pull/17504) +- fix(signaling): Check recipient room with internal signaling + [#17579](https://github.com/nextcloud/spreed/pull/17579) +- fix(signaling): Limit signaling support without conversation-token + [#17587](https://github.com/nextcloud/spreed/pull/17587) +- fix(signaling): Expect nonce on request when setting up hosted signaling server + [#17582](https://github.com/nextcloud/spreed/pull/17582) + ## 22.0.10 – 2026-03-19 ### Changed - Update dependencies From 127aaabf6e95257d50b23c4361cb8cfdb99878f5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Apr 2026 12:10:19 +0200 Subject: [PATCH 3/3] chore(release): Changelog for 23.0.3 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-23.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/changelogs/changelog-23.md b/docs/changelogs/changelog-23.md index 0e147fedee7..15320a9307e 100644 --- a/docs/changelogs/changelog-23.md +++ b/docs/changelogs/changelog-23.md @@ -5,6 +5,35 @@ # Changelog All notable changes to this project will be documented in this file. +## 23.0.3 – 2026-04-02 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(call): Fix regression with microphone options in Safari + [#17566](https://github.com/nextcloud/spreed/pull/17566) +- fix(call): Improve GPU performance when virtual background is used + [#17596](https://github.com/nextcloud/spreed/pull/17596) +- fix(chat): Keep thread information when copying link of a message + [#17479](https://github.com/nextcloud/spreed/pull/17479) +- fix(conversation): Show full name of author on last message hover + [#17562](https://github.com/nextcloud/spreed/pull/17562) +- fix(conversation): Improve translation string for automatic deletion of conversations + [#17410](https://github.com/nextcloud/spreed/pull/17410) +- fix(meeting): Don't log a PHP error when a todo item is edited + [#17548](https://github.com/nextcloud/spreed/pull/17548) +- fix(phone): Improve phone number input validation of OCC commands + [#17550](https://github.com/nextcloud/spreed/pull/17550) +- fix(video-verification): Fix video-verification when "Start call" is limited to moderators + [#17505](https://github.com/nextcloud/spreed/pull/17505) +- fix(signaling): Check recipient room with internal signaling + [#17580](https://github.com/nextcloud/spreed/pull/17580) +- fix(signaling): Limit signaling support without conversation-token + [#17586](https://github.com/nextcloud/spreed/pull/17586) +- fix(signaling): Expect nonce on request when setting up hosted signaling server + [#17583](https://github.com/nextcloud/spreed/pull/17583) + ## 23.0.2 – 2026-03-19 ### Changed - Update dependencies