From f79918d5bbf55fa0d0c938843211533e979ec83a Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Tue, 2 Jun 2026 17:02:36 +0200 Subject: [PATCH 1/2] chore: prepare release changelog for 23.0.6 Signed-off-by: Maksim Sukharev --- docs/changelogs/changelog-23.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelogs/changelog-23.md b/docs/changelogs/changelog-23.md index e80a6af4d5b..8f588d614a2 100644 --- a/docs/changelogs/changelog-23.md +++ b/docs/changelogs/changelog-23.md @@ -5,6 +5,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 23.0.6 – 2026-06-02 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Fix hotkeys handling for editing chat messages + [#18188](https://github.com/nextcloud/spreed/pull/18188) +- fix(sipbridge): End dial-out calls if rejected by recipient + [#18192](https://github.com/nextcloud/spreed/pull/18192) + ## 23.0.5 – 2026-05-28 ### Changed - Fuzzy conversation search From 00b45dab8ee96d67b1b0b43dda9132f2ea0a74c9 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Tue, 2 Jun 2026 17:02:45 +0200 Subject: [PATCH 2/2] chore: prepare release changelog for 24.0.0-rc.4 Signed-off-by: Maksim Sukharev --- docs/changelogs/changelog-24.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index 71da5748fda..5c59a73dc64 100644 --- a/docs/changelogs/changelog-24.md +++ b/docs/changelogs/changelog-24.md @@ -5,6 +5,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 24.0.0-rc.4 – 2026-06-02 +### Changed +- Update dependencies +- Update translations + +### Fixed +- fix(chat): Fix hotkeys handling for editing chat messages + [#18189](https://github.com/nextcloud/spreed/pull/18189) +- fix(sipbridge): End dial-out calls if rejected by recipient + [#18193](https://github.com/nextcloud/spreed/pull/18193) + ## 24.0.0-rc.3 – 2026-05-28 ### Changed - Update dependencies