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-12-18 13:39:58 +0300
committerGitHub <noreply@github.com>2020-12-18 13:39:58 +0300
commit03791eec2b30960a046e848d6406d28e223a7ff3 (patch)
tree646003f93afc039c9a845a6ca16d1bc4ee91b8c5
parent8cd8d2d98a6ac443826bc85ee3743eb03eae1ec5 (diff)
parentafb6880bc3a1535c7e14af6222076c587006a8c5 (diff)
Merge pull request #4803 from nextcloud/backport/4802/stable20v10.0.4
[stable20] Add changelog for 10.0.4
-rw-r--r--CHANGELOG.md30
-rw-r--r--appinfo/info.xml2
2 files changed, 31 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b71b1bc4..5bad722e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,36 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 10.0.4 – 2020-12-18
+### Fixed
+- Fix potentially multiple guests joining in a password request conversation
+ [#4798](https://github.com/nextcloud/spreed/pull/4798)
+- Prevent issues with UTF8 multibyte chars in the changelog conversation
+ [#4734](https://github.com/nextcloud/spreed/pull/4734)
+- Fix Chromium performance hit in calls due to blur filter
+ [#4780](https://github.com/nextcloud/spreed/pull/4780)
+- Stop sending the nick through data channels after some time
+ [#4649](https://github.com/nextcloud/spreed/pull/4649)
+- Fix "Copy link" not clickable when waiting alone in a call
+ [#4687](https://github.com/nextcloud/spreed/pull/4687)
+- Fix some Matterbridge integrations
+ [#4728](https://github.com/nextcloud/spreed/pull/4728)
+ [#4800](https://github.com/nextcloud/spreed/pull/4800)
+- Use proc_open to run system commands in bridge manager
+ [#4774](https://github.com/nextcloud/spreed/pull/4774)
+- Only show password request button when the share actually has Talk Verification enabled
+ [#4795](https://github.com/nextcloud/spreed/pull/4795)
+
+## 9.0.7 – 2020-12-18
+### Fixed
+- Fix potentially multiple guests joining in a password request conversation
+ [#4797](https://github.com/nextcloud/spreed/pull/4797)
+
+## 8.0.14 – 2020-12-18
+### Fixed
+- Fix potentially multiple guests joining in a password request conversation
+ [#4796](https://github.com/nextcloud/spreed/pull/4796)
+
## 10.0.3 – 2020-11-18
### Fixed
- Fix conversation URL change detection
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 235fa98e0..9c3b56074 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.3</version>
+ <version>10.0.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>