diff --git a/appinfo/info.xml b/appinfo/info.xml index d009bef0946..dcd0f48a5e7 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. ]]> - 24.0.0-rc.3 + 24.0.0-rc.4 agpl Anna Larch diff --git a/docs/changelogs/changelog-24.md b/docs/changelogs/changelog-24.md index 7e0f6ef721a..13f7a224e58 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 diff --git a/package-lock.json b/package-lock.json index 53930d5dc44..2c6eff0da2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "24.0.0-rc.3", + "version": "24.0.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "24.0.0-rc.3", + "version": "24.0.0-rc.4", "license": "agpl", "dependencies": { "@matrix-org/olm": "^3.2.15", diff --git a/package.json b/package.json index 96313feaaac..a308dde3fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "24.0.0-rc.3", + "version": "24.0.0-rc.4", "private": true, "description": "", "license": "agpl",