diff --git a/CHANGELOG.md b/CHANGELOG.md index 16471f9a6e6..9625130dd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.0-rc.3 – 2023-12-07 +### Added +- feat(call): Add screensharing support to the viewer-overlay + [#11033](https://github.com/nextcloud/spreed/issues/11033) +- feat(conversations): Always show create conversation button + [#11104](https://github.com/nextcloud/spreed/issues/11104) +- fix(chat): Add metadata to file parameters on API level so clients can calculate aspect ratio of previews + [#11131](https://github.com/nextcloud/spreed/issues/11131) + +### Changed +- Update several dependencies +- Update translations + +### Fixed +- fix(chat): Fix various cases of handling (in)active sessions while chatting and calling + [#11125](https://github.com/nextcloud/spreed/issues/11125) + [#11140](https://github.com/nextcloud/spreed/issues/11140) +- fix(chat): Only load current absence not future ones + [#11124](https://github.com/nextcloud/spreed/issues/11124) +- fix(chat): Fix file share with caption quote reply + [#11128](https://github.com/nextcloud/spreed/issues/11128) +- fix(poll): Reorganize component structure and hide "End poll" from first view + [#11109](https://github.com/nextcloud/spreed/issues/11109) +- fix(call): Cancel scheduled participant request when requesting new one + [#11097](https://github.com/nextcloud/spreed/issues/11097) +- fix(chat): Expand system messages group if visual unread marker is set on it + [#11067](https://github.com/nextcloud/spreed/issues/11067) +- fix(chat): Handle silent sending and input paste correctly in media captions + [#11123](https://github.com/nextcloud/spreed/issues/11123) +- fix(conversations): Remove label from talk search input + [#11071](https://github.com/nextcloud/spreed/issues/11071) +- fix(video-verification): Remove unneeded settings from video-verification screen + [#11138](https://github.com/nextcloud/spreed/issues/11138) + ## 18.0.0-rc.2 – 2023-11-30 ### Added - feat(chat): Show the "Out of office" message in one-to-one conversations diff --git a/appinfo/info.xml b/appinfo/info.xml index 037ce5c2a45..b829f7ae267 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 ]]> - 18.0.0-rc.2 + 18.0.0-rc.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 992ba55954a..9686ad4b1c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.0-rc.2", + "version": "18.0.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.0-rc.2", + "version": "18.0.0-rc.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 8feca756ab8..7254f1d2c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.0-rc.2", + "version": "18.0.0-rc.3", "private": true, "description": "", "author": "Joas Schilling ",