From cae59fb4de21e2540f49496eea94e7d606ddd4e0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 17 Sep 2020 09:15:02 +0200 Subject: Add changelog for 8.0.11 Signed-off-by: Joas Schilling --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b06d0133..a675c1b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 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) + ## 8.0.10 – 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 73b6c13ff..307b12716 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 ]]> - 8.0.10 + 8.0.11 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index f5b912ccc..183c76a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "8.0.10", + "version": "8.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4699c720d..fa022b7b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "talk", "description": "", - "version": "8.0.10", + "version": "8.0.11", "author": "Joas Schilling ", "license": "agpl", "private": true, -- cgit v1.2.3