From 74f5a4368edc52b3da0f163a99de7361ed6ec2b4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Mar 2024 12:55:08 +0100 Subject: [PATCH] chore(release): Add changelog for 19.0.0-beta.4 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2eda35205..e7911acc0c 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-beta.4 – 2024-03-19 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- Adjust read handling in received federated conversations to match normal conversations + [#11861](https://github.com/nextcloud/spreed/issues/11861) +- Allow inviting federated users while creating a conversation + [#11862](https://github.com/nextcloud/spreed/issues/11862) +- Fix duplicate messages when sharing recordings or transcripts + [#11863](https://github.com/nextcloud/spreed/issues/11863) +- Prevent manipulating receiving federated conversations via OCC + [#11855](https://github.com/nextcloud/spreed/issues/11855) + ## 19.0.0-beta.3 – 2024-03-19 ### Added - Preview: Federated chatting - Implemented reminders