From 277a4c94c38b1b40973ef50c40f7d34111424a62 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 21 Feb 2025 08:49:16 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 21.0.0-rc.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411cc3f983a..a84c8780c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.0.0-rc.5 – 2025-02-21 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Mark mentions of teams you are a part of primary + [#14455](https://github.com/nextcloud/spreed/issues/14455) +- fix(federation): Fix "remote server was updated" shown too frequently + [#14389](https://github.com/nextcloud/spreed/issues/14389) + ## 21.0.0-rc.4 – 2025-02-13 ### Added - feat(bots): Allow bots to get invoked for reactions From 0e18d97ad1c68532f0dff03f9157036d8e6c7441 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 21 Feb 2025 08:54:40 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 21.0.0-rc.5 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e8d2145d819..e8f760d5d87 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. ]]> - 21.0.0-rc.4 + 21.0.0-rc.5 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 87c74eeff05..6bb6f8dbb4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.0.0-rc.4", + "version": "21.0.0-rc.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.0.0-rc.4", + "version": "21.0.0-rc.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 9db8bb53733..c1bdfdb7046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.0.0-rc.4", + "version": "21.0.0-rc.5", "private": true, "description": "", "author": "Joas Schilling ",