From 2f2c7b94dc8b19c57cd48ba074a5c46531eb59c6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 09:06:59 +0200 Subject: [PATCH 1/3] chore(release): Add changelog for 19.0.9 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ff269486..da44e511dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.9 – 2024-09-12 +### Fixed +- fix(federation): Fix federation invites accepting from the notification + [#13153](https://github.com/nextcloud/spreed/issues/13153) +- fix(chat): Fix "You deleted the message" when performed by federated user with same ID + [#13250](https://github.com/nextcloud/spreed/issues/13250) +- fix(files): Keep order of attachments when sharing multiple + [#13099](https://github.com/nextcloud/spreed/issues/13099) +- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation + [#13277](https://github.com/nextcloud/spreed/issues/13277) + ## 20.0.0-rc.4 – 2024-09-03 ### Changed - Update several dependencies From 241a4ab16ef01d49c34c2b4a78b4a89b2cbad016 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 09:27:26 +0200 Subject: [PATCH 2/3] chore(release): Add changelog for 20.0.0-rc.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da44e511dd..d4015a0524 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-rc.5 – 2024-09-12 +### Added +- Add setup checks for server configuration pitfalls + [#13260](https://github.com/nextcloud/spreed/issues/13260) + +### Fixed +- fix(chat): Fix "You deleted the message" when performed by federated user with same ID + [#13251](https://github.com/nextcloud/spreed/issues/13251) +- fix(chat): Take attachment shares into account when marking a conversation unread + [#13253](https://github.com/nextcloud/spreed/issues/13253) +- fix(calls): Temporarily disable call button after a moderator ended the call for everyone to avoid recalling + [#13268](https://github.com/nextcloud/spreed/issues/13268) +- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation + [#13278](https://github.com/nextcloud/spreed/issues/13278) + ## 19.0.9 – 2024-09-12 ### Fixed - fix(federation): Fix federation invites accepting from the notification From 17b305fb49f2d579de0387826362178440efe08b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 09:29:36 +0200 Subject: [PATCH 3/3] chore(release): Bump version to 20.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 88b9fe35bd..30de91d5df 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-rc.4 + 20.0.0-rc.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index d48aa48d92..863a0ecefe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-rc.4", + "version": "20.0.0-rc.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-rc.4", + "version": "20.0.0-rc.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index f793beed31..cf294dd156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-rc.4", + "version": "20.0.0-rc.5", "private": true, "description": "", "author": "Joas Schilling ",