diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf4566c3ec..e2ccb5ccfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.0-rc.3 – 2024-04-11 +### Added +- feat(chat): Allow todo lists to be interactive + [#12065](https://github.com/nextcloud/spreed/issues/12065) +- feat(devicechecker): Save all previously picked devices instead of the last one + [#12067](https://github.com/nextcloud/spreed/issues/12067) +- feat(OCM): Register TalkV1 as OCM resource + [#12045](https://github.com/nextcloud/spreed/issues/12045) +- feat(dashboard): Implement Dashboard Widget APIv2 + [#12035](https://github.com/nextcloud/spreed/issues/12035) + +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(chat): Mentions in todo lists are not rendered + [#12009](https://github.com/nextcloud/spreed/issues/12009) +- fix(one2one): Allow the desktop client to handle one-to-one links without a reload + [#12047](https://github.com/nextcloud/spreed/issues/12047) +- fix(attachments): Ensure all rich object parameters are strings + [#12043](https://github.com/nextcloud/spreed/issues/12043) +- fix(openapi): Ensure operation IDs are unique + [#12030](https://github.com/nextcloud/spreed/issues/12030) +- fix(openapi): Object inheritance for chat and proxy messages + [#12056](https://github.com/nextcloud/spreed/issues/12056) +- fix(chat): Don't close emoji picker when clicking on the search input or a category + [#12062](https://github.com/nextcloud/spreed/issues/12062) + ## 19.0.0-rc.2 – 2024-04-04 ### Added - feat(desktop): Prepare to support screensharing in the desktop client diff --git a/appinfo/info.xml b/appinfo/info.xml index 67c5c6465fe..6681fc73d89 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 19.0.0-rc.2 + 19.0.0-rc.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7a0f6accb0a..67a79f9a358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-rc.2", + "version": "19.0.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-rc.2", + "version": "19.0.0-rc.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 9e5b7200f1f..c63a6cc4094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-rc.2", + "version": "19.0.0-rc.3", "private": true, "description": "", "author": "Joas Schilling ",