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:22 +0300
committerGitHub <noreply@github.com>2020-11-17 23:53:22 +0300
commit3054427964d4da14299c1f4c2a7383f43fefd6c4 (patch)
treed3ae79fcbee9f5bfbfa8bd7a85da1ac58ef83fc3
parentd53064ad2d51500b22b757455e89b68968a1e32e (diff)
parentf1263081ca778f84ae0cb17df559c021b79e47bf (diff)
Merge pull request #4628 from nextcloud/backport/4619/stable20v10.0.2
[stable20] Add changelogs for 10.0.2, 9.0.6 and 8.0.13
-rw-r--r--CHANGELOG.md31
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 34 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49ed27d44..8faf30ed0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.0.2 – 2020-11-17
+### Fixed
+- Reduce performance impact caused by the existence of the emoji picker
+ [#4514](https://github.com/nextcloud/spreed/pull/4514)
+- Reduce the load when mounting many shares
+ [#4509](https://github.com/nextcloud/spreed/pull/4509)
+- Fix handling of unavailable commands
+ [#4577](https://github.com/nextcloud/spreed/pull/4577)
+- Don't leave conversation on URL hash change e.g. from search
+ [#4596](https://github.com/nextcloud/spreed/pull/4596)
+- Correctly delete a conversation when the last moderator leaves
+ [#4498](https://github.com/nextcloud/spreed/pull/4498)
+
+## 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)
+
## 10.0.1 – 2020-10-23
### Fixed
- Fix automated scrolling behaviour which sometimes jumped into the middle of the message list
diff --git a/appinfo/info.xml b/appinfo/info.xml
index eaddd8e30..c28eb6843 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.1</version>
+ <version>10.0.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 317b1942e..c59b94161 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.1",
+ "version": "10.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 93f6a932f..78b2b41fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.1",
+ "version": "10.0.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",