Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-08-28 13:00:24 +0300
committerGitHub <noreply@github.com>2020-08-28 13:00:24 +0300
commitd7f2e4483100497ca3f049b47137a87ffb0876a7 (patch)
tree220b3cd78864eecde1222960c6eb026c0966d8e3
parentca05a201eefa1a59f1caf8757deb4a7d47e3ab18 (diff)
parentca27a8d18f6bc205e9ffe2638b60da00a55c3601 (diff)
Merge pull request #4067 from nextcloud/releasing/10.0.0-beta1v10.0.0-beta.1
Add changelog for 10.0.0-beta.1
-rw-r--r--CHANGELOG.md34
-rw-r--r--appinfo/info.xml2
2 files changed, 35 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed7f9a243..16fe0b0ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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
+ [#3958](https://github.com/nextcloud/spreed/pull/3958)
+- Prevent infinite loop in datachannel open re-transmission
+ [#3882](https://github.com/nextcloud/spreed/pull/3882)
+
## 9.0.3 – 2020-08-04
### Fixed
- Fix compatibility with Janus 0.10.4 and the newest High-performance backend
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 803fefd64..af8d6f765 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
]]></description>
- <version>10.0.0-dev.4</version>
+ <version>10.0.0-beta.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>