From b9edec2f4d1bc795ae648d2123a4d4da01724a08 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Oct 2020 09:56:09 +0200 Subject: Add changelog for 9.0.5 and 8.0.12 Signed-off-by: Joas Schilling --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cad9958..bf1f25c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +## 9.0.5 – 2020-10-23 +### Fixed +- Remove pulse animation from call button to reduce CPU load in chrome-based browsers + [#4302](https://github.com/nextcloud/spreed/pull/4302) +- Only show the "Session conflict" dialog when in a call + [#4443](https://github.com/nextcloud/spreed/pull/4443) +- Fix minimum length calculation of the call token + [#4370](https://github.com/nextcloud/spreed/pull/4370) +- Fix duplicate session issue in files sidebar + [#4427](https://github.com/nextcloud/spreed/pull/4427) +- Lobby date not shown in the moderator menu + [#4323](https://github.com/nextcloud/spreed/pull/4323) + +## 8.0.12 – 2020-10-23 +### Fixed +- Remove pulse animation from call button to reduce CPU load in chrome-based browsers + [#4303](https://github.com/nextcloud/spreed/pull/4303) +- Fix minimum length calculation of the call token + [#4371](https://github.com/nextcloud/spreed/pull/4371) +- Fix duplicate session issue in files sidebar + [#4428](https://github.com/nextcloud/spreed/pull/4428) + ## 9.0.4 – 2020-09-17 ### Added - Moderators can now mute all participants with a single button in the moderator menu -- cgit v1.2.3 From da662c6bd8cd1a83c1d06010aefeb77025e01458 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Oct 2020 10:26:53 +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 74b36e44b..3300c2476 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.4 + 9.0.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 8770966d8..b3f16837d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "9.0.4", + "version": "9.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0443cd43..577fd7137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "9.0.4", + "version": "9.0.5", "private": true, "description": "", "author": "Joas Schilling ", -- cgit v1.2.3