From f526ccfb7fa3eae1f0ceda50b4185e4a3360efaf Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Mon, 22 Apr 2024 11:46:02 +0200 Subject: [PATCH] chore(release): Add changelog for 19.0.0-rc.6 Signed-off-by: Maksim Sukharev --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b1aecb6eb..6eb79c83447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.0-rc.6 – 2024-04-22 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(chat): restrict checkbox editing in one-to-one conversations + [#12160](https://github.com/nextcloud/spreed/pull/12160) + [#12176](https://github.com/nextcloud/spreed/pull/12176) +- fix(chat): Fix clearing the input field after file upload + [#12061](https://github.com/nextcloud/spreed/issues/12061) +- fix(chat): Fix setting known chat messages borders after leaving the conversation + [#12183](https://github.com/nextcloud/spreed/pull/12183) +- fix(dashboard): Dashboard does not show mentions from federated conversations + [#12163](https://github.com/nextcloud/spreed/pull/12163) + ## 19.0.0-rc.5 – 2024-04-18 ### Changed - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index ed003ee26a9..6e117cbee91 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.5 + 19.0.0-rc.6 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 820ba733eb8..948a34214e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-rc.5", + "version": "19.0.0-rc.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-rc.5", + "version": "19.0.0-rc.6", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 60854edabf7..8c6966744eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-rc.5", + "version": "19.0.0-rc.6", "private": true, "description": "", "author": "Joas Schilling ",