diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c31a6d53f..16471f9a6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.0-rc.2 – 2023-11-30 +### Added +- feat(chat): Show the "Out of office" message in one-to-one conversations + [#11049](https://github.com/nextcloud/spreed/issues/11049) + +### Changed +- Update several dependencies +- Update translations + +### Fixed +- fix(call): Try to fix Safari unmute after being muted for a longer time + [#11032](https://github.com/nextcloud/spreed/issues/11032) +- fix(call): Reduce participant list update speed when you are not joining a call + [#11047](https://github.com/nextcloud/spreed/issues/11047) +- fix(call): Remove O(n) queries when ending a call for everyone + [#11020](https://github.com/nextcloud/spreed/issues/11020) +- fix(UI): Fix several missing headlines after nextcloud/vue update + [#11031](https://github.com/nextcloud/spreed/issues/11031) +- fix(chat): Allow submitting the caption upload form without a file + [#11013](https://github.com/nextcloud/spreed/issues/11013) +- fix(call): Fix undefined variable $participant when calling a conversation with lobby + [#11027](https://github.com/nextcloud/spreed/issues/11027) +- fix(chat): Hide "Messages in current conversation" search filter when not in a chat + [#11054](https://github.com/nextcloud/spreed/issues/11054) + ## 18.0.0-rc.1 – 2023-11-23 ### Added - Allow drag'n'drop of files onto the caption dialog diff --git a/appinfo/info.xml b/appinfo/info.xml index 09cc53df614..037ce5c2a45 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.1 + 18.0.0-rc.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index da1aef9a12d..24cea7ae0cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.0-rc.1", + "version": "18.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.0-rc.1", + "version": "18.0.0-rc.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 35c4c80426c..33305350128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.0-rc.1", + "version": "18.0.0-rc.2", "private": true, "description": "", "author": "Joas Schilling ",