From 826da03b2078e56a93802d9b49aa5a16039b689e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jul 2024 21:20:20 +0200 Subject: [PATCH] chore(release): Add changelog for 19.0.7 Signed-off-by: Joas Schilling --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5944a4b70..62423fe57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.7 – 2024-07-15 +### Fixed +- fix(federation): Fix missing notifications in https-federated conversations (Nextcloud Server 29.0.4 or later - Part 3) + [#12724](https://github.com/nextcloud/spreed/pull/12724) +- fix(chat): Fix chat not loading new messages anymore in new conversation when switching quickly after writing a message + [#12721](https://github.com/nextcloud/spreed/pull/12721) +- fix(chat): Fix missing parent message when a chained child message gets edited or deleted + [#12719](https://github.com/nextcloud/spreed/pull/12719) + ## 19.0.6 – 2024-07-12 ### Fixed - fix(chat): Fix broken widgets by updating nextcloud/vue library