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 <coding@schilljs.com>2020-09-03 17:00:34 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-03 17:22:15 +0300
commitd6d11cb62f7cb8761bb8a858132cad102ed39950 (patch)
tree416675dec67ef56fe0d989771d0ecdf0a137aff3 /CHANGELOG.md
parent555fde56f4eaf8189c083b9b7f623e7d12a54743 (diff)
Add changelog for 10.0.0-beta.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16fe0b0ae..bde6fe17e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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
@@ -22,11 +39,11 @@ All notable changes to this project will be documented in this file.
- 🚧 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)