From 80419498bebe568052a9f2dffd00a75e5181c13c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Jul 2024 15:53:07 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 19.0.6 Signed-off-by: Joas Schilling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d30cae626e8..c8c68078083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.6 – 2024-07-12 +### Fixed +- fix(chat): Fix broken widgets by updating nextcloud/vue library + [#12610](https://github.com/nextcloud/spreed/pull/12610) +- fix(chat): Fix sidebar opening and closing + [#12610](https://github.com/nextcloud/spreed/pull/12610) +- fix(federation): Allow sessions to mark themselves as inactive and block notifications when session is active + [#12689](https://github.com/nextcloud/spreed/pull/12689) +- fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later - Part 2 + [#12687](https://github.com/nextcloud/spreed/pull/12687) + ## 19.0.5 – 2024-07-11 ### Fixed - fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later From 3bb31dd056883ed02b081c250ac8da87183807d2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Jul 2024 15:55:04 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.6 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 a32bafc8dc8..1e8bbba6575 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,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. ]]> - 19.0.6-dev.1 + 19.0.6 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index f5944a84b4b..e7e0c78f735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.5", + "version": "19.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.5", + "version": "19.0.6", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index bf70d96f2cf..041ec90941e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.5", + "version": "19.0.6", "private": true, "description": "", "author": "Joas Schilling ",