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-05-13 18:15:11 +0300
committerGitHub <noreply@github.com>2020-05-13 18:15:11 +0300
commitc59795a02931711ef3e47a997b6973e5d4c390bb (patch)
tree427093fb001a5941a7bc27290eca06a2d2b4b10b
parent458d639201e4caa1e9cc95346a4b7b0dbdf5ab6a (diff)
parentda22c2581c1698b156b712122e3a1d76da0cbb86 (diff)
Merge pull request #3529 from nextcloud/backport/3503/stable18v8.0.9
[stable18] Add changelog for 8.0.9
-rw-r--r--CHANGELOG.md27
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 30 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 994516528..9a8837365 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.9 – 2020-05-13
+### Changed
+- Reduce CPU usage when doing a video call
+ [#3414](https://github.com/nextcloud/spreed/pull/3414)
+- Automatic scaling of video quality to allow bigger video calls to further reduce required CPU and bandwidth
+ [#3468](https://github.com/nextcloud/spreed/pull/3468)
+- Notify users when talk was updated in the background and a reload is necessary
+ [#3373](https://github.com/nextcloud/spreed/pull/3373)
+- Improve the layout of the video stripe when the videos don't fit anymore
+ [#3433](https://github.com/nextcloud/spreed/pull/3433)
+
+### Fixed
+- Guest names not shown in video calls with the HPB
+ [#3502](https://github.com/nextcloud/spreed/pull/3502)
+- Don't mark the tab "unread" for own messages and messages you read already
+ [#3378](https://github.com/nextcloud/spreed/pull/3378)
+- Try harder to connect with microphone when camera is not readable
+ [#3494](https://github.com/nextcloud/spreed/pull/3494)
+- Fix multiple issues when the connection was interrupted
+ [#3405](https://github.com/nextcloud/spreed/pull/3405)
+ [#3461](https://github.com/nextcloud/spreed/pull/3461)
+ [#3467](https://github.com/nextcloud/spreed/pull/3467)
+ [#3466](https://github.com/nextcloud/spreed/pull/3466)
+ [#3452](https://github.com/nextcloud/spreed/pull/3452)
+- Fix a type error while pinging the sessions with the HPB
+ [#3375](https://github.com/nextcloud/spreed/pull/3375)
+
## 8.0.8 – 2020-04-20
### Changed
- Show a warning to users when they use an unsupported browser already when chatting
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9ed3439da..3d55791bb 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.8</version>
+ <version>8.0.9</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 779b9095f..fe66d1f72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.8",
+ "version": "8.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4a168d15f..1a170e310 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.8",
+ "version": "8.0.9",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,