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:
-rw-r--r--CHANGELOG.md21
-rw-r--r--appinfo/info.xml2
2 files changed, 20 insertions, 3 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)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index af8d6f765..2e6465533 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-beta.1</version>
+ <version>10.0.0-beta.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>