From b8039c1123f984fcedec1be631a2714ea8e68aac Mon Sep 17 00:00:00 2001 From: Antreesy Date: Tue, 3 Sep 2024 14:08:38 +0200 Subject: [PATCH] chore(release): Add changelog for 20.0.0-rc.4 Signed-off-by: Antreesy --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61803f69c7f..02ff2694864 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-rc.4 – 2024-09-03 +### Changed +- Update several dependencies +- Add a task counter for to-do lists in "Note to self" messages + [#13034](https://github.com/nextcloud/spreed/issues/13034) + +### Fixed +- Fix accepting federation invites from notification + [#13146](https://github.com/nextcloud/spreed/issues/13146) +- Show error when joining a call failed + [#13077](https://github.com/nextcloud/spreed/issues/13077) +- Handle OS theme change without page reload + [#10774](https://github.com/nextcloud/spreed/issues/10774) +- Various design fixes + ## 20.0.0-rc.3 – 2024-08-22 ### Changed - Update several dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index b5ffea4dd46..88b9fe35bdb 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-rc.3 + 20.0.0-rc.4 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 3eaf869eb35..f7b6cf13146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-rc.3", + "version": "20.0.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-rc.3", + "version": "20.0.0-rc.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 191c11822f6..f6654314d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-rc.3", + "version": "20.0.0-rc.4", "private": true, "description": "", "author": "Joas Schilling ",