From 9bc31f3fbe09fe754874b819580ca08fefa3bd30 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 c5af51bc63a8fb702690aa1fe9767569b0ebe6ec 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 b16f8dc1582967c566b5046470e3413b5988ec76 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Apr 2026 12:53:13 +0200 Subject: [PATCH 3/3] chore(release): Set version to 22.0.11 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 8aa1680e1c0..c14f1e55460 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. ]]> - 22.0.10 + 22.0.11 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 6b0d8b7f8a0..a0985f4b5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "22.0.10", + "version": "22.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "22.0.10", + "version": "22.0.11", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index bf7470df14a..7f59fd0e393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "22.0.10", + "version": "22.0.11", "private": true, "description": "", "license": "agpl",