From 7899e73c5d69bbfc65d40c1f92ccba2572ea5d52 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Feb 2025 17:21:45 +0100 Subject: [PATCH 1/2] chore(release): Add changelog 21.0.0-rc.3 Signed-off-by: Joas Schilling --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cc5594b31..fca491b14f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ # Changelog All notable changes to this project will be documented in this file. +## 21.0.0-rc.3 – 2025-02-07 +### Added +- feat(bots): Let bots know when a message was a reply + [#14310](https://github.com/nextcloud/spreed/issues/14310) + +### Changed +- Update translations +- Update dependencies +- fix(calls): Adjust double-click behaviour when zooming screenshares + [#14284](https://github.com/nextcloud/spreed/issues/14284) + +### Fixed +- fix(chat): Fix double scroll bar + [#14265](https://github.com/nextcloud/spreed/issues/14265) +- fix(chat): Keep chat position at the bottom when the chat list height expends + [#14268](https://github.com/nextcloud/spreed/issues/14268) +- fix(chat): Fix missing "Copy code" in some cases + [#14308](https://github.com/nextcloud/spreed/issues/14308) +- fix(archive): Hide archived conversations from dashboard unless mentioned + [#14299](https://github.com/nextcloud/spreed/issues/14299) +- fix(chat): Add mention-id to simplify editing messages with mentions + [#14311](https://github.com/nextcloud/spreed/issues/14311) + ## 21.0.0-rc.2 – 2025-01-30 ### Added - feat(chat): Support mentioning teams From 2b778d35306af04183e601a382293c7f713a035c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Feb 2025 17:28:54 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 21.0.0-rc.3 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 757177dd9c1..4f089971f50 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.2 + 21.0.0-rc.3 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index 4a6632d3284..0aac00f2c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.0.0-rc.2", + "version": "21.0.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.0.0-rc.2", + "version": "21.0.0-rc.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index be60b83e701..2f08240b629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.0.0-rc.2", + "version": "21.0.0-rc.3", "private": true, "description": "", "author": "Joas Schilling ",