From e3b0678b127d100c63234b7cfd16139fdd27aebd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 14:42:28 +0200 Subject: [PATCH 1/3] chore(release): Changelog for v24.0.2 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-24.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index 353361529b5..123ea4703bb 100644 --- a/docs/changelogs/changelog-24.md +++ b/docs/changelogs/changelog-24.md @@ -5,6 +5,39 @@ # Changelog All notable changes to this project will be documented in this file. +## 24.0.2 – 2026-07-09 +### Added +- feat(chat): Allow to mark all conversation with a tag as read + [#18595](https://github.com/nextcloud/spreed/pull/18595) + +### Changed +- Update dependencies +- Allow recording backends to upload the recording in chunks + +### 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 + [#18584](https://github.com/nextcloud/spreed/pull/18584) +- fix(call): Treat direct-dial-in and dial-out similarly + [#18599](https://github.com/nextcloud/spreed/pull/18599) +- fix(chat): Fix missing language on deleted message with chat-relay + [#18598](https://github.com/nextcloud/spreed/pull/18598) +- fix(chat): Download shared folder as .zip archive + [#18580](https://github.com/nextcloud/spreed/pull/18580) +- fix(chat): File share links are broken after reacting/replying + [#18574](https://github.com/nextcloud/spreed/pull/18574) +- fix(chat-relay): Add last-common-read to chat relay + [#18487](https://github.com/nextcloud/spreed/pull/18487) +- fix(external-calls): Create conversations as System instead of guest + [#18527](https://github.com/nextcloud/spreed/pull/18527) +- fix(chat): Use system actor for SAML provisioned users added to existing groups + [#18517](https://github.com/nextcloud/spreed/pull/18517) +- fix(sharing): Allow sharing with read-write again + [#18514](https://github.com/nextcloud/spreed/pull/18514) +- fix(sessions): Cleanup stale sessions + [#18499](https://github.com/nextcloud/spreed/pull/18499) + ## 24.0.1 – 2026-06-26 ### Changed - Update dependencies From f3e93d54b7b44568cc23e63ffafd6530fa053f1a 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 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 66144265411..2ab052c7b7f 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 e98abab2376bb59c546441b0442230790b434b0c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jul 2026 14:42:29 +0200 Subject: [PATCH 3/3] chore(release): Changelog for v22.0.15 Signed-off-by: Joas Schilling --- docs/changelogs/changelog-22.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelogs/changelog-22.md b/docs/changelogs/changelog-22.md index d8390de9ce9..a57aade079d 100644 --- a/docs/changelogs/changelog-22.md +++ b/docs/changelogs/changelog-22.md @@ -5,6 +5,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 22.0.15 – 2026-07-09 +### Changed +- Update dependencies + +### Fixed +- fix(sessions): Cleanup stale sessions + [#18501](https://github.com/nextcloud/spreed/pull/18501) +- fix(user): Clean up on user deletion + [#18481](https://github.com/nextcloud/spreed/pull/18481) + ## 22.0.14 – 2026-06-26 ### Changed - Update dependencies