diff --git a/CHANGELOG.md b/CHANGELOG.md index ad57e84182..3c865377c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.0-rc.3 – 2024-04-16 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(calls): Correctly pick the device when showing the device picker after a page reload + [#12124](https://github.com/nextcloud/spreed/issues/12124) +- fix(conversations): Correctly update conversations when the read marker changes via another device or window + [#9590](https://github.com/nextcloud/spreed/issues/9590) +- fix(chat): Make "silent send" state more obvious for follow up messages + [#12118](https://github.com/nextcloud/spreed/issues/12118) +- fix(dashboard): Correctly handle 1-1 conversations with unread system messages + [#12073](https://github.com/nextcloud/spreed/issues/12073) + ## 18.0.7 – 2024-04-12 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index 2688c7a37a..9380a16664 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,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. ]]> - 19.0.0-rc.3 + 19.0.0-rc.4 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7bd9316087..54cd4d2fc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-rc.3", + "version": "19.0.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-rc.3", + "version": "19.0.0-rc.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index e3373f6d1a..f93d9a57a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-rc.3", + "version": "19.0.0-rc.4", "private": true, "description": "", "author": "Joas Schilling ",