From f28a0fef228385ef6a0dd11e4fce2600f36324f5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 17 Jan 2025 15:49:36 +0100 Subject: [PATCH] chore(release): Prepare 21.0.0-beta.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 23 +++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcaa539b97..6717efad31d 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-beta.2 – 2025-01-17 +### Added +- feat(search): Add message search to the right sidebar + [#14125](https://github.com/nextcloud/spreed/issues/14125) +- feat(conversations): Add sample conversation mechanism + [#14124](https://github.com/nextcloud/spreed/issues/14124) +- feat(calls): Add end-to-end encryption for calls with the High-performance backend + [#14005](https://github.com/nextcloud/spreed/issues/14005) + +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(federation): Fix federation from Nextcloud 30 to 31 with https + [#14141](https://github.com/nextcloud/spreed/issues/14141) +- fix(conversations): Make compact list more compact and avatar bigger + [#14118](https://github.com/nextcloud/spreed/issues/14118) +- fix(signaling): Test actual websocket connection in admin settings + [#13973](https://github.com/nextcloud/spreed/issues/13973) +- fix(archive): Don't add asterix to title for unread messages in archived conversations + [#14101](https://github.com/nextcloud/spreed/issues/14101) +- ## 20.1.2 – 2025-01-16 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index f8bd76358e8..f5bbe15e895 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-beta.1 + 21.0.0-beta.2 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index bd85a07f7bd..71b5a30c15d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.0.0-beta.1", + "version": "21.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.0.0-beta.1", + "version": "21.0.0-beta.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index df8cc1040c9..00eb6a6682e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.0.0-beta.1", + "version": "21.0.0-beta.2", "private": true, "description": "", "author": "Joas Schilling ",