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:33:33 +0300
committerGitHub <noreply@github.com>2020-09-17 13:33:33 +0300
commit8616337ba1e1876cad8cc13d5ae569cc718a4937 (patch)
treed3bd5098a59fe999fc798da57849f3e35032e2bd
parent2eee07cf66e1319554cc8d7945d15f6c372aa565 (diff)
parent8e446ecde777016c284ef4578b0fd472fee077ec (diff)
Merge pull request #4168 from nextcloud/changelog/9.0.4v9.0.4
Add changelog for 9.0.4
-rw-r--r--CHANGELOG.md31
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 34 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed7f9a243..06cad9958 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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 561fbf2ac..74b36e44b 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>9.0.3</version>
+ <version>9.0.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 460e7712b..8770966d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.3",
+ "version": "9.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8fd20146c..e0443cd43 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.3",
+ "version": "9.0.4",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",