diff --git a/CHANGELOG.md b/CHANGELOG.md index 809683e0f37..cd0aff925a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.0.0-beta.3 – 2024-08-06 +### Fixed +- Disallow setting message expiration in former one-to-one conversations + [#12882](https://github.com/nextcloud/spreed/issues/12882) +- Show avatar thumbnail for former one-to-one conversations + [#12886](https://github.com/nextcloud/spreed/issues/12886) +- Hide Ban section in "Note to self" conversation settings + [#12889](https://github.com/nextcloud/spreed/pull/12889) +- Disallow banned user to be added to the conversation + [#12793](https://github.com/nextcloud/spreed/issues/12793) +- Disable call button in a federated chat when its settings was changed + [#12864](https://github.com/nextcloud/spreed/issues/12864) +- More UI changes according to design review + [#12800](https://github.com/nextcloud/spreed/issues/12800) + ## 20.0.0-beta.2 – 2024-08-01 ### Fixed - fix(calls): Add notifications for federated calls diff --git a/appinfo/info.xml b/appinfo/info.xml index 89d91b50304..e90607f3274 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. ]]> - 20.0.0-beta.2 + 20.0.0-beta.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index c23e8d2d8bb..1364728438c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-beta.2", + "version": "20.0.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-beta.2", + "version": "20.0.0-beta.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 722a8f2e976..529688166d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-beta.2", + "version": "20.0.0-beta.3", "private": true, "description": "", "author": "Joas Schilling ",