From 747ad4ef7114a167606dbaf62e50cab6ce01fad8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Mar 2023 17:16:06 +0100 Subject: [PATCH 1/3] chore(release): Add changelog since RC3 Signed-off-by: Joas Schilling --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5af05ae50..13eca6f04f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 16.0.0 – 2023-03-20 +### Fixed +- Fix flickering when dragging a file over the window with Safari on MacOS + [#9076](https://github.com/nextcloud/spreed/pull/9076) +- Fix flickering with message buttons bar of the last message + [#9043](https://github.com/nextcloud/spreed/pull/9043) +- Fix conditions for showing "Reply" and "Reply privately" + [#9052](https://github.com/nextcloud/spreed/pull/9052) + ## 16.0.0-rc.3 – 2023-03-09 ### Fixed - Correctly handle `<` and `>` in chat messages From e74e98a68709c9b6fcb1d225b9fce96b798b806b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Mar 2023 17:16:16 +0100 Subject: [PATCH 2/3] chore(release): Add meta changelog for Talk 16 Signed-off-by: Joas Schilling --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13eca6f04f2..0eaff5671b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,44 @@ # Changelog All notable changes to this project will be documented in this file. -## 16.0.0 – 2023-03-20 +## 16.0.0 – 2023-03-21 +### Added for users +- Breakout rooms can be used to split a group call into temporary working groups (Requires the High-performance backend) + [#8337](https://github.com/nextcloud/spreed/pull/8337) +- Calls can now be recorded (Requires the High-performance backend) + [#8324](https://github.com/nextcloud/spreed/pull/8324) +- The top bar now shows useful information like participant count, call duration and title while in a call. + [#8341](https://github.com/nextcloud/spreed/pull/8341) +- Chat input now allows to autocomplete emojis + [#4333](https://github.com/nextcloud/spreed/pull/4333) + +### Added for administrators +- Administrators can now define the default conversation permissions via the `default_permissions` app config + [#8457](https://github.com/nextcloud/spreed/pull/8457) +- Administrators can now define the default name of the Talk/ attachments folder via the `default_attachment_folder` app config + [#8465](https://github.com/nextcloud/spreed/pull/8465) +- OCC command to transfer-ownership of conversations was added allowing to hand over conversations during off-boarding + [#8479](https://github.com/nextcloud/spreed/pull/8479) +- All available app configurations have been documented in the [settings documentation](https://nextcloud-talk.readthedocs.io/en/latest/settings/#app-configuration) + +### Added for developers +- Chat API now allows to get the context (older and newer messages) for a message + [#8717](https://github.com/nextcloud/spreed/pull/8717) +- Conversation list is now being instantly updated with information from notifications + [#8723](https://github.com/nextcloud/spreed/pull/8723) +- Conversations API now supports a "modified since" parameter to only get changed conversations + [#8726](https://github.com/nextcloud/spreed/pull/8726) +- Chats are opened now without a page reload when interacting with notifications + [#8713](https://github.com/nextcloud/spreed/pull/8713) +- Introduced a new conversation type to indicate that a conversation was a one-to-one conversation + [#8600](https://github.com/nextcloud/spreed/pull/8600) + +### Changed +- Version 1.1.0 of the signaling server of the High-performance backend is now required +- Update several dependencies + + +## 16.0.0-rc.4 – 2023-03-20 ### Fixed - Fix flickering when dragging a file over the window with Safari on MacOS [#9076](https://github.com/nextcloud/spreed/pull/9076) From 7265d7de0bba7ba1d500eb33cfb326c14c7dfe11 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Mar 2023 17:23:42 +0100 Subject: [PATCH 3/3] chore(release): Bump version to 16.0.0 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 895609608fd..73d2f9e77f1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 16.0.0-rc.3 + 16.0.0 agpl Daniel Calviño Sánchez