From 6673f76ac6bc011cc6ab35016168ed1ca9e536b2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Jul 2024 18:00:50 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 18.0.10 and 19.0.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a1a7eba36..d30cae626e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.5 – 2024-07-11 +### Fixed +- fix(federation): Correctly handle federation with Nextcloud Server 29.0.4 or later + [#12663](https://github.com/nextcloud/spreed/pull/12663) +- fix(chat): Fix scrolling to a quoted message in the desktop client + [#12653](https://github.com/nextcloud/spreed/pull/12653) +- fix(conversations): Improve sharing data between different tabs + [#12637](https://github.com/nextcloud/spreed/pull/12637) +- fix(chat): Improve update of messages list in the sidebar and the chat + [#12636](https://github.com/nextcloud/spreed/pull/12636) +- fix(chat): Show loading spinner when submitting an edited message + [#12674](https://github.com/nextcloud/spreed/pull/12674) +- fix(chat): Workaround rendering issue in Safari when unread marker is removed + [#12669](https://github.com/nextcloud/spreed/pull/12669) +- fix(chat): Fix missing reference data when linking to a federated chat message + [#12665](https://github.com/nextcloud/spreed/pull/12665) +- fix(chat): Fix contrast of unread counter when being mentioned in the chat during a call + [#12605](https://github.com/nextcloud/spreed/pull/12605) +- fix(chat): Don't group certain system messages when the actor is different + [#12642](https://github.com/nextcloud/spreed/pull/12642) +- fix(sharing): Improve performance when loading chat messages with file shares + [#12554](https://github.com/nextcloud/spreed/pull/12554) +- fix(sharing): Fix share detection within object stores + [#12629](https://github.com/nextcloud/spreed/pull/12629) +- fix(dashboard): Fix missing dashboard icon + [#12673](https://github.com/nextcloud/spreed/pull/12673) + +## 18.0.10 – 2024-07-11 +### Fixed +- fix(sharing): Fix share detection within object stores + [#12628](https://github.com/nextcloud/spreed/pull/12628) + ## 19.0.4 – 2024-06-27 ### Changed - feat(call): Add option to mirror video preview From f75b1674fdfcf2230b326696bdd6525f110cf3cd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Jul 2024 19:53:41 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.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 3b568d61eab..9928fa6aa25 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.5-dev.1 + 19.0.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 3c52ba84ef8..29cc33b6473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.4", + "version": "19.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.4", + "version": "19.0.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 8044314b552..4bb52af9b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.4", + "version": "19.0.5", "private": true, "description": "", "author": "Joas Schilling ",