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-04 15:25:58 +0300
committerGitHub <noreply@github.com>2020-08-04 15:25:58 +0300
commiteb9a716a9613792dcbaa50ec89709ace0ebe7c13 (patch)
tree392f3b8872c5c066143f10b38ec5cf738348cbb4
parent8274dea0337e022478b9b318fe892663cbd1cdeb (diff)
parent20da183fd2d60b344fbc167e711a36c10b8a2cc2 (diff)
Merge pull request #3990 from nextcloud/backport/3989/stable19v9.0.3
[stable19] Add Changelog for 9.0.3
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a9e30a6b..ed7f9a243 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 9.0.3 – 2020-08-04
+### Fixed
+- Fix compatibility with Janus 0.10.4 and the newest High-performance backend
+ [#3940](https://github.com/nextcloud/spreed/pull/3940)
+ [#3979](https://github.com/nextcloud/spreed/pull/3979)
+- Allow Internet Explorer 11 to render the page again
+ [#3967](https://github.com/nextcloud/spreed/pull/3967)
+ [#3982](https://github.com/nextcloud/spreed/pull/3982)
+- Only show the browser warning when interacting with Nextcloud Talk features
+ [#3978](https://github.com/nextcloud/spreed/pull/3978)
+- Avatar menu is opaque for participants that are offline
+ [#3959](https://github.com/nextcloud/spreed/pull/3959)
+- Always allow to communicate with the HPB even when it's a local url
+ [#3965](https://github.com/nextcloud/spreed/pull/3965)
+
## 9.0.2 – 2020-07-21
### Added
- Warn the user when their connection or computer is busy and others might not be able to see or hear them correctly anymore.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b6029049f..561fbf2ac 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.2</version>
+ <version>9.0.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 0594f5c6d..460e7712b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.2",
+ "version": "9.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1af5a362f..8fd20146c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.2",
+ "version": "9.0.3",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",