From 8cf6615b984b136a46f45b58f2b897c2b4aeda42 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 13 Feb 2025 10:58:13 +0100 Subject: [PATCH] chore(release): Add changelog for 19.0.13 and 20.1.3 Signed-off-by: Joas Schilling --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca491b14f1..54c21506c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ # Changelog All notable changes to this project will be documented in this file. +## 20.1.3 – 2025-02-13 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(bots): Allow users to edit messages of bots in one-to-one conversations + [#14352](https://github.com/nextcloud/spreed/issues/14352) +- fix(calls): Address some false positives when showing the connection warning + [#14251](https://github.com/nextcloud/spreed/issues/14251) +- fix(dashboard): Hide archived conversations from dashboard unless mentioned + [#14298](https://github.com/nextcloud/spreed/issues/14298) +- fix(conversation): Don't suggest teams that are already added to the conversation + [#14348](https://github.com/nextcloud/spreed/issues/14348) +- fix(chat): Fix missing "Copy code" button when syntax is used + [#14309](https://github.com/nextcloud/spreed/issues/14309) + +## 19.0.13 – 2025-02-13 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(bots): Allow users to edit messages of bots in one-to-one conversations + [#14360](https://github.com/nextcloud/spreed/issues/14360) +- fix(calls): Address some false positives when showing the connection warning + [#14250](https://github.com/nextcloud/spreed/issues/14250) +- fix(conversation): Don't suggest teams that are already added to the conversation + [#14347](https://github.com/nextcloud/spreed/issues/14347) + ## 21.0.0-rc.3 – 2025-02-07 ### Added - feat(bots): Let bots know when a message was a reply