From 1b1348850862c85f53b61d69c65c80a13156553c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 14:42:29 +0200 Subject: [PATCH 1/3] chore(release): Changelog for v23.0.8 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-23.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/changelogs/changelog-23.md b/docs/changelogs/changelog-23.md index 28203074910..670ee0c27ef 100644 --- a/docs/changelogs/changelog-23.md +++ b/docs/changelogs/changelog-23.md @@ -5,6 +5,28 @@ # Changelog All notable changes to this project will be documented in this file. +## 23.0.8 – 2026-07-09 +### Changed +- Update dependencies + +### Fixed +- fix(call): keep audio/video state choice from device picker when joining call + [#18528](https://github.com/nextcloud/spreed/pull/18528) +- fix(call): Directly show call screen when starting a call in large conversations + [#18585](https://github.com/nextcloud/spreed/pull/18585) +- fix(chat): Fix missing language on deleted message with chat-relay + [#18597](https://github.com/nextcloud/spreed/pull/18597) +- fix(chat): Download shared folder as .zip archive + [#18579](https://github.com/nextcloud/spreed/pull/18579) +- fix(chat): File share links are broken after reacting/replying + [#18573](https://github.com/nextcloud/spreed/pull/18573) +- fix(chat-relay): Add last-common-read to chat relay + [#18487](https://github.com/nextcloud/spreed/pull/18487) +- fix(sessions): Cleanup stale sessions + [#18500](https://github.com/nextcloud/spreed/pull/18500) +- fix(user): Clean up on user deletion + [#18467](https://github.com/nextcloud/spreed/pull/18467) + ## 23.0.7 – 2026-06-26 ### Changed - Update dependencies From 3065f1a263dd721474be7db8e2254f312af1f3c0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 14:42:29 +0200 Subject: [PATCH 2/3] chore(release): Changelog for v22.0.15 Signed-off-by: Joas Schilling From c1fbad28eb8fd72b5dcd72ffc5b41d908da4e454 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 15:28:41 +0200 Subject: [PATCH 3/3] chore(release): Set version to 23.0.8 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 fa3b789f19a..609a5ba7a59 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.7 + 23.0.8 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index ac6364f51ba..10ea6498a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "23.0.7", + "version": "23.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "23.0.7", + "version": "23.0.8", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 560b5ac6159..1d9965b69f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "23.0.7", + "version": "23.0.8", "private": true, "description": "", "license": "agpl",