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:
authormarco <marcoambrosini@pm.me>2020-10-23 11:46:33 +0300
committerGitHub <noreply@github.com>2020-10-23 11:46:33 +0300
commit50d0cc8afcd6772fe5cae74e954bc0c0bc5f34ff (patch)
treee0f607f642ef78af3d299f00a90af472ac051225
parent6aef7f5ed5f4db526a81d9b47f5aa2a6a1c16d5a (diff)
parentb2de4c3799a8b171af358df2f19998b7d0374f41 (diff)
Merge pull request #4445 from nextcloud/backport/4444/stable20v10.0.1
[stable20] Add changelog for 10.0.1, 9.0.5 and 8.0.12
-rw-r--r--CHANGELOG.md45
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 48 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b13b0488d..49ed27d44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,51 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.0.1 – 2020-10-23
+### Fixed
+- Fix automated scrolling behaviour which sometimes jumped into the middle of the message list
+ [#4417](https://github.com/nextcloud/spreed/pull/4417)
+- Remove pulse animation from call button to reduce CPU load in chrome-based browsers
+ [#4301](https://github.com/nextcloud/spreed/pull/4301)
+- Only show the "Session conflict" dialog when in a call
+ [#4442](https://github.com/nextcloud/spreed/pull/4442)
+- Fix minimum length calculation of the call token
+ [#4369](https://github.com/nextcloud/spreed/pull/4369)
+- Fix duplicate session issue in files sidebar
+ [#4426](https://github.com/nextcloud/spreed/pull/4426)
+- Lobby date not shown in the moderator menu
+ [#4322](https://github.com/nextcloud/spreed/pull/4322)
+- Don't load the session information in rooms with more than 100 participants
+ [#4278](https://github.com/nextcloud/spreed/pull/4278)
+- Improve setting the initial status of audio/video when the high-performance backend is used
+ [#4375](https://github.com/nextcloud/spreed/pull/4375)
+- Fix syntax to check for matterbridge processes to work on more systems
+ [#4415](https://github.com/nextcloud/spreed/pull/4415)
+- Don't render an additional video when selecting the already promoted video
+ [#4419](https://github.com/nextcloud/spreed/pull/4419)
+
+## 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)
+
## 10.0.0 – 2020-10-02
### Added
- Implement unified search for messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 90e944869..eaddd8e30 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>10.0.0</version>
+ <version>10.0.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index e83611721..a7b0f0b96 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.0",
+ "version": "10.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5f9453cca..cd0ec07c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.0",
+ "version": "10.0.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",