From d355e12b5a7531a5c9051f8c04218758714e36db Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 Apr 2024 14:47:49 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 19.0.0-rc.4 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad57e841821..3c865377c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.0-rc.3 – 2024-04-16 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(calls): Correctly pick the device when showing the device picker after a page reload + [#12124](https://github.com/nextcloud/spreed/issues/12124) +- fix(conversations): Correctly update conversations when the read marker changes via another device or window + [#9590](https://github.com/nextcloud/spreed/issues/9590) +- fix(chat): Make "silent send" state more obvious for follow up messages + [#12118](https://github.com/nextcloud/spreed/issues/12118) +- fix(dashboard): Correctly handle 1-1 conversations with unread system messages + [#12073](https://github.com/nextcloud/spreed/issues/12073) + ## 18.0.7 – 2024-04-12 ### Changed - Update translations From 8442a42224e12ed0f512c508b43667c3559bd857 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 16 Apr 2024 14:56:07 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.0-rc.4 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 2688c7a37a7..9380a166644 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.0-rc.3 + 19.0.0-rc.4 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7bd93160870..54cd4d2fc64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-rc.3", + "version": "19.0.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-rc.3", + "version": "19.0.0-rc.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index e3373f6d1ad..f93d9a57a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-rc.3", + "version": "19.0.0-rc.4", "private": true, "description": "", "author": "Joas Schilling ",