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:12 +0300
committerGitHub <noreply@github.com>2020-11-17 23:53:12 +0300
commit5942415616c89117806c23db2bec04e9d059ce8c (patch)
tree0374782b93a74ff12b064ed375f22266ddceb011
parent65c32b31e2d6a06a09c6910e197e04941e95903f (diff)
parentc4ef48505c8bcf323531193bb4560c0ee758334a (diff)
Merge pull request #4630 from nextcloud/backport/4628/stable18v8.0.13
[stable18] Add changelog for 8.0.13
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b662d9c27..694a7f711 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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)
+
## 8.0.12 – 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 92b442fc2..26c92b91d 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.12</version>
+ <version>8.0.13</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 0656fe64d..95f77c52f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.12",
+ "version": "8.0.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index b07a250a2..936543eb6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.12",
+ "version": "8.0.13",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,