From c8717d0cdf61d6538fe73ac09c16e6a5c8e8f0eb Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 28 May 2026 17:28:25 +0200 Subject: [PATCH 1/3] chore(release): Changelog for 22.0.13 Signed-off-by: Maksim Sukharev --- docs/changelogs/changelog-22.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelogs/changelog-22.md b/docs/changelogs/changelog-22.md index a47c2fe463a..ea17b68e942 100644 --- a/docs/changelogs/changelog-22.md +++ b/docs/changelogs/changelog-22.md @@ -5,6 +5,25 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.13 – 2026-05-28 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(call): Render other user's video while screensharing + [#18063](https://github.com/nextcloud/spreed/pull/18063) +- fix(notifications): Fix name in reaction notification for federated users + [#18066](https://github.com/nextcloud/spreed/pull/18066) +- fix(admin): Allow accessing admin settings in limited Talk configuration environment + [#18125](https://github.com/nextcloud/spreed/pull/18125) +- fix(sipbridge): Authenticate internal request from SIP Bridge + [#18117](https://github.com/nextcloud/spreed/pull/18117) +- fix(conversation): Refresh list on disinvite event + [#18130](https://github.com/nextcloud/spreed/pull/18130) +- fix(chat): Fix email guests name caching + [#18135](https://github.com/nextcloud/spreed/pull/18135) + ## 22.0.12 – 2026-04-30 ### Changed - Update dependencies From 965dbb27c9a26b76a1e5a066d82667b0e1c9127c Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 28 May 2026 17:28:41 +0200 Subject: [PATCH 2/3] chore(release): Changelog for 23.0.5 Signed-off-by: Maksim Sukharev --- docs/changelogs/changelog-23.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/changelogs/changelog-23.md b/docs/changelogs/changelog-23.md index 7bbb214ba9d..e80a6af4d5b 100644 --- a/docs/changelogs/changelog-23.md +++ b/docs/changelogs/changelog-23.md @@ -5,6 +5,31 @@ # Changelog All notable changes to this project will be documented in this file. +## 23.0.5 – 2026-05-28 +### Changed +- Fuzzy conversation search + [#17897](https://github.com/nextcloud/spreed/pull/17897) +- Better indication of anonymous polls in UI + [#17927](https://github.com/nextcloud/spreed/pull/17927) +- Update dependencies +- Update translations + +### Fixed +- fix(call): Render other user's video while screensharing + [#18064](https://github.com/nextcloud/spreed/pull/18064) +- fix(notifications): Fix name in reaction notification for federated users + [#18067](https://github.com/nextcloud/spreed/pull/18067) +- fix(admin): Allow accessing admin settings in limited Talk configuration environment + [#18126](https://github.com/nextcloud/spreed/pull/18126) +- fix(sipbridge): Authenticate internal request from SIP Bridge + [#18118](https://github.com/nextcloud/spreed/pull/18118) +- fix(conversation): Refresh list on disinvite event + [#18131](https://github.com/nextcloud/spreed/pull/18131) +- fix(chat): Fix email guests name caching + [#18136](https://github.com/nextcloud/spreed/pull/18136) +- fix(call): Respect participant permissions for hardware access + [#17980](https://github.com/nextcloud/spreed/pull/17980) + ## 23.0.4 – 2026-04-30 ### Changed - Update dependencies From 86234a1ce988dd75b17fb68d5f17be985a539aae Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 28 May 2026 17:28:59 +0200 Subject: [PATCH 3/3] chore(release): Changelog for 24.0.0-rc.3 Signed-off-by: Maksim Sukharev --- docs/changelogs/changelog-24.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index 425448ebbb3..71da5748fda 100644 --- a/docs/changelogs/changelog-24.md +++ b/docs/changelogs/changelog-24.md @@ -5,6 +5,29 @@ # Changelog All notable changes to this project will be documented in this file. +## 24.0.0-rc.3 – 2026-05-28 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(call): Render other user's video while screensharing + [#18065](https://github.com/nextcloud/spreed/pull/18065) +- fix(notifications): Fix name in reaction notification for federated users + [#18068](https://github.com/nextcloud/spreed/pull/18068) +- fix(admin): Allow accessing admin settings in limited Talk configuration environment + [#18127](https://github.com/nextcloud/spreed/pull/18127) +- fix(sipbridge): Authenticate internal request from SIP Bridge + [#18119](https://github.com/nextcloud/spreed/pull/18119) +- fix(conversation): Refresh list on disinvite event + [#18132](https://github.com/nextcloud/spreed/pull/18132) +- fix(chat): Fix email guests name caching + [#18136](https://github.com/nextcloud/spreed/pull/18136) +- fix(conversations): Adjust logic for 'Unread mentions' navigation + [#18134](https://github.com/nextcloud/spreed/pull/18134) +- fix(call): Respect participant permissions for hardware access + [#18137](https://github.com/nextcloud/spreed/pull/18137) + ## 24.0.0-rc.2 – 2026-05-21 ### Added - feat(call): Move "Raise hand" in call reactions menu