From a7129a9987f6c46854d69b4fbfb05d3b2168b126 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 28 May 2026 17:28:41 +0200 Subject: [PATCH 1/2] 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..54376ff88eb 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 0b16509a2f17d3bc0bd3327a3ffe9672ae21a4f4 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 28 May 2026 17:49:21 +0200 Subject: [PATCH 2/2] chore: release 23.0.5 Signed-off-by: Maksim Sukharev --- 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 5e71e258863..1fbb6805291 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. ]]> - 23.0.4 + 23.0.5 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index f1872077353..ad60ac90386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "23.0.4", + "version": "23.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "23.0.4", + "version": "23.0.5", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index c26cb7ac5ea..13c3e76e74b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "23.0.4", + "version": "23.0.5", "private": true, "description": "", "license": "agpl",