From 08a26446d02be72ff1cb20bc614ecd72f4ae6b6c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 1 Aug 2024 15:05:39 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 20.0.0-beta.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8608d08ce18..809683e0f37 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-beta.2 – 2024-08-01 +### Fixed +- fix(calls): Add notifications for federated calls + [#12845](https://github.com/nextcloud/spreed/issues/12845) + [#12856](https://github.com/nextcloud/spreed/issues/12856) + [#12874](https://github.com/nextcloud/spreed/issues/12874) +- fix(calls): Fix broken avatar of remote users in calls + [#12863](https://github.com/nextcloud/spreed/issues/12863) +- fix(videoverification): Fix design + [#12853](https://github.com/nextcloud/spreed/issues/12853) +- fix(chat): Prevent leave call dialog when canceling quoting + [#12824](https://github.com/nextcloud/spreed/issues/12824) +- fix(UI): More design adjustments for nextcloud/vue changes + [#12810](https://github.com/nextcloud/spreed/issues/12810) + ## 20.0.0-beta.1 – 2024-07-26 ### Added - Banning users and guests From e963cc941e343af541fc6538a6316ee8ffb3095e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 1 Aug 2024 15:06:05 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 20.0.0-beta.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 7bbf8b6ea00..89d91b50304 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-beta.1 + 20.0.0-beta.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 142335b2ce2..dea99386e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-beta.1", + "version": "20.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-beta.1", + "version": "20.0.0-beta.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index ed88d2c910c..dc99039dc20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-beta.1", + "version": "20.0.0-beta.2", "private": true, "description": "", "author": "Joas Schilling ",