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-09-17 13:41:00 +0300
committerGitHub <noreply@github.com>2020-09-17 13:41:00 +0300
commit1ff7a28cd2ab68f3cec89a4d8ebb64acfa8ee77d (patch)
treea8ddb9ace76e9319a6661aa15a06af60a5d3bedb
parenta4dd707ac4b44ff8ac20586d526da3a3ade01e91 (diff)
parent4431bb77ec9fecc37b576cd483af6f3eacf23f6b (diff)
Merge pull request #4169 from nextcloud/changelog/10.0.0-rc.1v10.0.0-rc.1
Add changelog for 10.0.0-rc.1
-rw-r--r--CHANGELOG.md60
-rw-r--r--appinfo/info.xml2
2 files changed, 61 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bde6fe17e..0be60b18f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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)
+- 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)
+- 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
@@ -52,6 +81,37 @@ All notable changes to this project will be documented in this file.
- Prevent infinite loop in datachannel open re-transmission
[#3882](https://github.com/nextcloud/spreed/pull/3882)
+## 9.0.4 – 2020-09-17
+### Added
+- Moderators can now mute all participants with a single button in the moderator menu
+ [#4054](https://github.com/nextcloud/spreed/pull/4054)
+
+### Fixed
+- Prevent infinite loop when opening a data channel and retransmitting old messages
+ [#4069](https://github.com/nextcloud/spreed/pull/4069)
+- Installation on Oracle fails
+ [#4129](https://github.com/nextcloud/spreed/pull/4129)
+- Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
+ [#4148](https://github.com/nextcloud/spreed/pull/4148)
+ [#4156](https://github.com/nextcloud/spreed/pull/4156)
+ [#4160](https://github.com/nextcloud/spreed/pull/4160)
+ [#4162](https://github.com/nextcloud/spreed/pull/4162)
+
+## 8.0.11 – 2020-09-17
+### Fixed
+- Internet Explorer 11 unable to load the interface
+ [#3983](https://github.com/nextcloud/spreed/pull/3983)
+- Speaker promotion with newer Janus versions
+ [#3952](https://github.com/nextcloud/spreed/pull/3952)
+- Prevent infinite loop when opening a data channel and retransmitting old messages
+ [#4070](https://github.com/nextcloud/spreed/pull/4070)
+- Installation on Oracle fails
+ [#4130](https://github.com/nextcloud/spreed/pull/4130)
+- Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
+ [#4149](https://github.com/nextcloud/spreed/pull/4149)
+ [#4161](https://github.com/nextcloud/spreed/pull/4161)
+ [#4163](https://github.com/nextcloud/spreed/pull/4163)
+
## 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 dabf2d074..dfb2bb23f 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.2</version>
+ <version>10.0.0-rc.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>