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>2021-02-22 12:49:14 +0300
committerGitHub <noreply@github.com>2021-02-22 12:49:14 +0300
commitf595223397b11f23b4b2457c781d62a9e97a719f (patch)
tree91e38bee33dedd3d28d4ed9bb352acfa5ec29743
parent2f878beb6ee6426be0e73bdd21250293206c9e3e (diff)
parentd9306a6336b3ab4079f7fa561847724440a7eba0 (diff)
Merge pull request #5234 from nextcloud/backport/5232/stable20v10.0.6
[stable20] Add changelog for 9.0.8 and 10.0.6
-rw-r--r--CHANGELOG.md24
-rw-r--r--appinfo/info.xml2
2 files changed, 25 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07143f1f0..80eeb46e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.0.6 – 2021-02-22
+### Changed
+- Replace blur with average color in video backgrounds to improve performance on Chrome based browsers
+ [#5012](https://github.com/nextcloud/spreed/pull/5012)
+
+### Fixed
+- Drop guest moderators when changing a conversation to group conversation
+ [#5228](https://github.com/nextcloud/spreed/pull/5228)
+- Fix collaboration resource options not loading
+ [#5142](https://github.com/nextcloud/spreed/pull/5142)
+- Fixed a bug that would prevent attachments going into the Talk/ folder
+ [#5079](https://github.com/nextcloud/spreed/pull/5079)
+- Fix mentioning of users with subnames, e.g. "foo" and "foobar"
+ [#5051](https://github.com/nextcloud/spreed/pull/5051)
+- Add upload editor in files sidebar mode
+ [#5111](https://github.com/nextcloud/spreed/pull/5111)
+
+## 9.0.8 – 2021-02-22
+### Fixed
+- Fix collaboration resource options not loading
+ [#5143](https://github.com/nextcloud/spreed/pull/5143)
+- Fixed a bug that would prevent attachments going into the Talk/ folder
+ [#5080](https://github.com/nextcloud/spreed/pull/5080)
+
## 10.0.5 – 2021-01-08
### Fixed
- Fix CSP violation in Safari with worker-src from avatar blurring
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3575dbec4..c9d447c2c 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.5</version>
+ <version>10.0.6</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>