From ab8e68dd5f5e4b5fdf81c0b345d0e8b9e4b99a72 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 1 Apr 2020 11:33:39 +0200 Subject: Add changelog for 8.0.6 Signed-off-by: Joas Schilling --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72682227..06708d4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,45 @@ # Changelog All notable changes to this project will be documented in this file. +## 8.0.6 – 2020-04-01 +### Added +- Remember the video/audio setting per conversation + [#3205](https://github.com/nextcloud/spreed/pull/3205) +- Added the join button to the "Alice started a call" message to make it easier to join + [#3135](https://github.com/nextcloud/spreed/pull/3135) +- Added a warning when no TURN server is configured but no ICE connection could be established + [#3162](https://github.com/nextcloud/spreed/pull/3162) +- Added more aria labels to support screenreaders + [#3215](https://github.com/nextcloud/spreed/pull/3215) +- **Tech Preview:** Added a setting to prefer H.264 video codec + [#3224](https://github.com/nextcloud/spreed/pull/3224) + +### Changed +- Allow guests to set their name while they are already in a call + [#3169](https://github.com/nextcloud/spreed/pull/3169) +- Automatically hide the left sidebar when in full screen in a call + [#3158](https://github.com/nextcloud/spreed/pull/3158) + +### Fixed +- Fix unnecessary high load when users update their room list (every 30 seconds) + [#3225](https://github.com/nextcloud/spreed/pull/3225) +- Fix videos being overlayed with the video/audio control icons + [#3149](https://github.com/nextcloud/spreed/pull/3149) +- Correctly load/hide the guest avatar based on the WebRTC connection state + [#3196](https://github.com/nextcloud/spreed/pull/3196) +- Stop signaling correctly when switching to another conversation + [#3200](https://github.com/nextcloud/spreed/pull/3200) +- Do not constantly try to reconnect to peers without any streams + [#3199](https://github.com/nextcloud/spreed/pull/3199) +- Do not retrigger an update of the participant list when it is already being updated + [#3202](https://github.com/nextcloud/spreed/pull/3202) +- Fix a problem when trying to set a password with question marks or hash sign + [#3145](https://github.com/nextcloud/spreed/pull/3145) +- Fix issues when a user or guest is being demoted from moderators while already being in a call with the lobby enabled with the external signaling server + [#3057](https://github.com/nextcloud/spreed/pull/3057) +- Fix issues with interrupted audio streams when closing the sidebar in the files app while having a call + [#3044](https://github.com/nextcloud/spreed/pull/3044) + ## 8.0.5 – 2020-03-03 ### Added - Add a link to the file in the conversation info for file conversations -- cgit v1.2.3 From d5b1d915df23e42e3cb294ce4688e77f45eaf1b6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 1 Apr 2020 13:14:52 +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 0e0bb6cc1..3fbeab201 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.5.1 + 8.0.6 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 4837d3d21..0bc52f285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "8.0.5", + "version": "8.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d98a7e6f5..a9289cdce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "talk", "description": "", - "version": "8.0.5", + "version": "8.0.6", "author": "Joas Schilling ", "license": "agpl", "private": true, -- cgit v1.2.3