From a8a280b9d221873578fee5013f5c25cefa5532ae Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Apr 2024 11:11:05 +0200 Subject: [PATCH] chore(release): Add changelog for 17.1.7 and 18.0.6 Signed-off-by: Joas Schilling --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c4b2b0cdd..86cfe01469b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.6 – 2024-04-04 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(FilePicker): Provide correct container for FilePicker + [#11940](https://github.com/nextcloud/spreed/issues/11940) +- fix(flow): Fix flow notifications in note-to-self and on own actions + [#11919](https://github.com/nextcloud/spreed/issues/11919) +- fix(call): Keep the talk time information when changing active tab + [#11797](https://github.com/nextcloud/spreed/issues/11797) + +## 17.1.7 – 2024-04-04 +### Changed +- Update translations +- Update several dependencies + +### Fixed +- fix(conversation): skip unread marker increasing from notification + [#11735](https://github.com/nextcloud/spreed/issues/11735) +- fix(modal): mount nested modals inside global modals + [#11891](https://github.com/nextcloud/spreed/issues/11891) + ## 19.0.0-rc.1 – 2024-03-28 ### Added - Add a header to the room list indicating pending invites