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-11-17 23:53:17 +0300
committerGitHub <noreply@github.com>2020-11-17 23:53:17 +0300
commit36fe9f63b06dc9fed0b7140c54f9c62377af3361 (patch)
tree7576a5a87ff59c563b7e9d1fe37790295fd5dce3
parent1c1c72e4c739e8372d8584234759c24e0d7ffcb4 (diff)
parent453681bdbe7d8b49140c6c7229f6ab0a50637834 (diff)
Merge pull request #4629 from nextcloud/backport/4628/stable19v9.0.6
[stable19] Add changelogs for 9.0.6 and 8.0.13
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 21 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf1f25c6b..915bb84b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 9.0.6 – 2020-11-17
+### Fixed
+- Reduce the load when mounting many shares
+ [#4510](https://github.com/nextcloud/spreed/pull/4510)
+- Fix handling of unavailable commands
+ [#4578](https://github.com/nextcloud/spreed/pull/4578)
+- Correctly delete a conversation when the last moderator leaves
+ [#4499](https://github.com/nextcloud/spreed/pull/4499)
+
+## 8.0.13 – 2020-11-17
+### Fixed
+- Reduce the load when mounting many shares
+ [#4511](https://github.com/nextcloud/spreed/pull/4511)
+- Fix handling of unavailable commands
+ [#4579](https://github.com/nextcloud/spreed/pull/4579)
+- Correctly delete a conversation when the last moderator leaves
+ [#4611](https://github.com/nextcloud/spreed/pull/4611)
+
## 9.0.5 – 2020-10-23
### Fixed
- Remove pulse animation from call button to reduce CPU load in chrome-based browsers
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3300c2476..60d650252 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>9.0.5</version>
+ <version>9.0.6</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index b3f16837d..4fe4033ef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.5",
+ "version": "9.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 577fd7137..d1069c276 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.5",
+ "version": "9.0.6",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",