From bff5398a8d1ed6ee862061a32b08292bc680c8ad Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 15 Aug 2024 15:23:42 +0200 Subject: [PATCH] chore(release): Changelog for 20.0.0-rc.1 Signed-off-by: Joas Schilling --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0aff925a6..805a6e724bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.0.0-rc.1 – 2024-08-15 +### Fixed +- Show upcoming event information (up to 1 month) in conversation top bar + [#12984](https://github.com/nextcloud/spreed/issues/12984) + +### Fixed +- Show user status messages of other local users in a federated conversation + [#12982](https://github.com/nextcloud/spreed/issues/12982) +- Don't trigger notifications for system messages in federated conversations + [#12985](https://github.com/nextcloud/spreed/issues/12985) +- Add a quick option to log-in when visiting a public conversation as a guest + [#12988](https://github.com/nextcloud/spreed/issues/12988) +- Save displayname immediately when inviting a federated account + [#12954](https://github.com/nextcloud/spreed/issues/12954) +- Show error messages when uploading a file failed + [#12919](https://github.com/nextcloud/spreed/issues/12919) +- Add a hint how to add federated accounts + [#12916](https://github.com/nextcloud/spreed/issues/12916) +- Retain order of attachments when uploading multiple + [#12904](https://github.com/nextcloud/spreed/issues/12904) +- Don't allow to enable bots in former one-to-one conversations + [#12893](https://github.com/nextcloud/spreed/issues/12893) +- Hide ban option for federated accounts as they are not supported for now + [#12980](https://github.com/nextcloud/spreed/issues/12980) +- Various design fixes + ## 20.0.0-beta.3 – 2024-08-06 ### Fixed - Disallow setting message expiration in former one-to-one conversations