From ad1b78b3204f5563167bcce7509e76c6076ffe03 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 18 Mar 2024 17:10:31 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 19.0.0-beta.3 Signed-off-by: Joas Schilling --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341ffe721f5..e2eda352055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.0-beta.3 – 2024-03-19 +### Added +- Preview: Federated chatting - Implemented reminders + [#11814](https://github.com/nextcloud/spreed/issues/11814) + +### Changed +- Update translations +- Update several dependencies +- Provide better OpenAPI data for message parameters + [#11807](https://github.com/nextcloud/spreed/issues/11807) + +### Fixed +- Fix editing and deleting not reflected correctly in left sidebar for federated conversations + [#11839](https://github.com/nextcloud/spreed/issues/11839) +- Fix missing expiration of cached messages in federated conversations + [#11816](https://github.com/nextcloud/spreed/issues/11816) +- Make conversation avatars dark mode again + [#11840](https://github.com/nextcloud/spreed/issues/11840) +- Reduce the cache time of avatars when the remote was not reachable + [#11842](https://github.com/nextcloud/spreed/issues/11842) +- Don't notify user about own messages when replying or mentioning themselves + [#11815](https://github.com/nextcloud/spreed/issues/11815) +- Fix read marker and unread behaviour in federated conversations again + [#11810](https://github.com/nextcloud/spreed/issues/11810) +- Hide federated conversations from various integrations + [#11809](https://github.com/nextcloud/spreed/issues/11809) + ## 19.0.0-beta.2 – 2024-03-14 ### Added - Preview: Federated chatting - Implemented reactions From 009322b3a9096ca812b3014589d03aa3adf12396 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 18 Mar 2024 17:11:14 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.0-beta.3 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 89d1f80f3f8..5745b5f33de 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 19.0.0-beta.2 + 19.0.0-beta.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 9cd18afe221..2bec7785e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-beta.2", + "version": "19.0.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-beta.2", + "version": "19.0.0-beta.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index fdd508c6a88..f50d5898faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-beta.2", + "version": "19.0.0-beta.3", "private": true, "description": "", "author": "Joas Schilling ",