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-04-01 14:21:54 +0300
committerGitHub <noreply@github.com>2020-04-01 14:21:54 +0300
commit138ff94768353407a5bb4e04014bf805042ac115 (patch)
treec9eab6c3e298c986b11fbee0b242c8721410d210
parent547f50fd1c564364f221c2d7424439f03d74aba8 (diff)
parentd5b1d915df23e42e3cb294ce4688e77f45eaf1b6 (diff)
Merge pull request #3228 from nextcloud/backport/3226/stable18v8.0.6
[stable18] Add changelog for 8.0.6
-rw-r--r--CHANGELOG.md39
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 42 insertions, 3 deletions
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
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
]]></description>
- <version>8.0.5.1</version>
+ <version>8.0.6</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
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 <coding@schilljs.com>",
"license": "agpl",
"private": true,