From 6c197e35bfaa24f194591ad77715ef8a64d4dc7a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 4 Aug 2020 13:49:57 +0200 Subject: Add Changelog for 9.0.3 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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. -- cgit v1.2.3 From 20da183fd2d60b344fbc167e711a36c10b8a2cc2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 4 Aug 2020 14:21:50 +0200 Subject: Bump version Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ]]> - 9.0.2 + 9.0.3 agpl Daniel Calviño Sánchez 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 ", -- cgit v1.2.3