From 51ba9d6a94065bb467bc8867f6da5cd7f9e05ef5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 7 Nov 2024 15:39:52 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 18.0.13, 19.0.11 and 20.0.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0945688dc4d..b58f02680dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,41 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.0.2 – 2024-11-07 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(attachments): Fix a performance issue when opening the file picker in Talk + [#13698](https://github.com/nextcloud/spreed/issues/13698) +- fix(meetings): Fix layout for guests on public conversations + [#13552](https://github.com/nextcloud/spreed/issues/13552) + +## 19.0.11 – 2024-11-07 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Fix layout for guests on public conversations + [#13620](https://github.com/nextcloud/spreed/issues/13620) +- fix(UI): Improve handling of sidebar on mobile view + [#12693](https://github.com/nextcloud/spreed/issues/12693) +- fix(calls): Fix background blur performance if Server was not upgraded + [#13603](https://github.com/nextcloud/spreed/issues/13603) + +## 18.0.13 – 2024-11-07 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(chat): Fix layout for guests on public conversations + [#13620](https://github.com/nextcloud/spreed/issues/13620) +- fix(UI): Improve handling of sidebar on mobile view + [#12693](https://github.com/nextcloud/spreed/issues/12693) + ## 20.0.1 – 2024-10-10 ### Added - feat(call): Add wave and fire call reactions From 55bef95976b5ecb5d931a4136b1c80cbc625ab0d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 7 Nov 2024 15:53:18 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 20.0.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 f7fd79c9a28..216fb139659 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.1 + 20.0.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 9eca45e326b..390f94404ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.1", + "version": "20.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.1", + "version": "20.0.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 0eb5f4a55f9..717ee52693b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.1", + "version": "20.0.2", "private": true, "description": "", "author": "Joas Schilling ",