From 1dc18cfdf715b40d221cbf8b678fbda53214d4d1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 Oct 2020 15:03:13 +0200 Subject: Combine the changelog for 10.0.0 in the appstore Signed-off-by: Joas Schilling --- CHANGELOG.md | 98 ++++++++++++++++++------------------------------------------ 1 file changed, 29 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ae5f7c2..b13b0488d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,101 +1,61 @@ # Changelog All notable changes to this project will be documented in this file. -## 10.0.0-rc.2 – 2020-09-24 +## 10.0.0 – 2020-10-02 ### Added +- Implement unified search for messages + [#4017](https://github.com/nextcloud/spreed/pull/4017) +- Support for user status + [#3993](https://github.com/nextcloud/spreed/pull/3993) +- Moderators can now mute all participants with one click in the moderator menu + [#4052](https://github.com/nextcloud/spreed/pull/4052) +- Allow changing the camera and microphone during a call + [#4023](https://github.com/nextcloud/spreed/pull/4023) +- Show upload progress and a preview when sharing a file into the chat + [#3988](https://github.com/nextcloud/spreed/pull/3988) +- Add a dashboard widget with unread mentions and active calls + [#3890](https://github.com/nextcloud/spreed/pull/3890) +- Add an emoji picker to the chat + [#3994](https://github.com/nextcloud/spreed/pull/3994) +- Hosted high-performance backend trial option in the admin settings + [#3620](https://github.com/nextcloud/spreed/pull/3620) - Remember the selected camera and microphone for future visits [#4224](https://github.com/nextcloud/spreed/pull/4224) +- Keyboard navigation for conversation search + [#3955](https://github.com/nextcloud/spreed/pull/3955) +- Show keyboard shortcuts in the settings + [#4089](https://github.com/nextcloud/spreed/pull/4089) +- 🚧 TechPreview: Matterbridge integration + [#4010](https://github.com/nextcloud/spreed/pull/4010) +- Compatibility with Nextcloud 20 ### Changed - Online users are now sorted above offline moderators in the participant list, because we think it's more important what you do than who you are [#4211](https://github.com/nextcloud/spreed/pull/4211) +- Allow to select your own video in the speaker view + [#3814](https://github.com/nextcloud/spreed/pull/3814) ### Fixed -- Various fixes to the Matterbridge component - [#4206](https://github.com/nextcloud/spreed/pull/4206) - [#4173](https://github.com/nextcloud/spreed/pull/4173) - "Talk to …" button in avatar only works on first use [#4194](https://github.com/nextcloud/spreed/pull/4194) -- Fix chat scrolling in the sidebar of the files app - [#4225](https://github.com/nextcloud/spreed/pull/4225) - Reduce the load of various requests [#4205](https://github.com/nextcloud/spreed/pull/4205) [#4204](https://github.com/nextcloud/spreed/pull/4204) [#4201](https://github.com/nextcloud/spreed/pull/4201) - -## 10.0.0-rc.1 – 2020-09-17 -### Added -- Keyboard navigation for conversation search - [#3955](https://github.com/nextcloud/spreed/pull/3955) - -### Fixed -- Don't leak the status to users that can't use the user status app - [#4137](https://github.com/nextcloud/spreed/pull/4137) -- Installation on Oracle fails - [#4127](https://github.com/nextcloud/spreed/pull/4127) + [#4152](https://github.com/nextcloud/spreed/pull/4152) - Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components [#4139](https://github.com/nextcloud/spreed/pull/4139) [#4140](https://github.com/nextcloud/spreed/pull/4140) [#4154](https://github.com/nextcloud/spreed/pull/4154) [#4155](https://github.com/nextcloud/spreed/pull/4155) +- Installation on Oracle fails + [#4127](https://github.com/nextcloud/spreed/pull/4127) - Try to be more safe again errors when trying to get the Talk folder for attachments [#4165](https://github.com/nextcloud/spreed/pull/4165) -- Reduce the load when refreshing the conversation list - [#4152](https://github.com/nextcloud/spreed/pull/4152) -- Immediately reflect changes on the own user status - [#4153](https://github.com/nextcloud/spreed/pull/4153) -- Some fixes to the Matterbridge component - [#4117](https://github.com/nextcloud/spreed/pull/4117) - [#4118](https://github.com/nextcloud/spreed/pull/4118) - [#4119](https://github.com/nextcloud/spreed/pull/4119) - [#4120](https://github.com/nextcloud/spreed/pull/4120) - [#4121](https://github.com/nextcloud/spreed/pull/4121) - [#4122](https://github.com/nextcloud/spreed/pull/4122) - -## 10.0.0-beta.2 – 2020-09-03 -### Added -- Show keyboard shortcuts in the settings - [#4089](https://github.com/nextcloud/spreed/pull/4089) - -### Fixed - Remove old "hark" data channel [#4068](https://github.com/nextcloud/spreed/pull/4068) -- Show a message when enabling matterbridge if the binary is not executable - [#4079](https://github.com/nextcloud/spreed/pull/4079) - Show other participants video when they share their screen [#4082](https://github.com/nextcloud/spreed/pull/4082) -- Show the status of the matterbridge in the sidebar tab - [#4083](https://github.com/nextcloud/spreed/pull/4083) -- Don't leak the statuses to guests - [#4092](https://github.com/nextcloud/spreed/pull/4092) - -## 10.0.0-beta.1 – 2020-08-27 -### Added -- Implement unified search for messages - [#4017](https://github.com/nextcloud/spreed/pull/4017) -- Support for user status - [#3993](https://github.com/nextcloud/spreed/pull/3993) -- Moderators can now mute all participants with one click in the moderator menu - [#4052](https://github.com/nextcloud/spreed/pull/4052) -- Allow changing the camera and microphone during a call - [#4023](https://github.com/nextcloud/spreed/pull/4023) -- Show upload progress and a preview when sharing a file into the chat - [#3988](https://github.com/nextcloud/spreed/pull/3988) -- Add a dashboard widget with unread mentions and active calls - [#3890](https://github.com/nextcloud/spreed/pull/3890) -- Add an emoji picker to the chat - [#3994](https://github.com/nextcloud/spreed/pull/3994) -- Hosted high-performance backend trial option in the admin settings - [#3620](https://github.com/nextcloud/spreed/pull/3620) -- 🚧 TechPreview: Matterbridge integration - [#4010](https://github.com/nextcloud/spreed/pull/4010) -- Compatibility with Nextcloud 20 - -### Changed -- Allow to select your own video - [#3814](https://github.com/nextcloud/spreed/pull/3814) - -### Fixed - Scroll to the original message when clicking on a quota [#4037](https://github.com/nextcloud/spreed/pull/4037) - Fix transparency issue with the avatar menu in the participant list -- cgit v1.2.3 From f7a9b9a9ca72ec7ac436afeca25d57e91b22e92b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 Oct 2020 15:19:32 +0200 Subject: Bump version 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 c70663242..90e944869 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 ]]> - 10.0.0-rc.2 + 10.0.0 agpl Daniel Calviño Sánchez -- cgit v1.2.3