From e0c48dfd0f3aec1ac79e2e74c8a58def5e37f361 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 30 Jan 2025 19:34:41 +0100 Subject: [PATCH 1/2] chore(release): Changelog 21.0.0-rc.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c94723dfe44..75cc5594b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.0.0-rc.2 – 2025-01-30 +### Added +- feat(chat): Support mentioning teams + [#14259](https://github.com/nextcloud/spreed/issues/14259) + [#14260](https://github.com/nextcloud/spreed/issues/14260) + +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(UI): Fix multiple right-to-left issues + [#14235](https://github.com/nextcloud/spreed/issues/14235) + [#14256](https://github.com/nextcloud/spreed/issues/14256) +- fix(meetings): Allow creating conversations when password policy app is enabled + [#14227](https://github.com/nextcloud/spreed/issues/14227) +- fix(calls): Fix multiple false-positives when showing the connection warning + [#14252](https://github.com/nextcloud/spreed/issues/14252) +- fix(bots): Fix installing PHP event bots via an event + [#14231](https://github.com/nextcloud/spreed/issues/14231) + ## 21.0.0-rc.1 – 2025-01-23 ### Added - feat(calls): Allow to zoom and pan screenshares in a call From 97a71eeefc23401d32d763078df7e5e02ca48a03 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 30 Jan 2025 19:42:33 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 31.0.0-rc.2 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 1e26f89d4b5..757177dd9c1 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.1 + 21.0.0-rc.2 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 2899645f64e..4ecd0c7e64a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.0.0-rc.1", + "version": "21.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.0.0-rc.1", + "version": "21.0.0-rc.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index dc307aedace..d727240690c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.0.0-rc.1", + "version": "21.0.0-rc.2", "private": true, "description": "", "author": "Joas Schilling ",