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:46:02 +0300
committerGitHub <noreply@github.com>2020-12-18 13:46:02 +0300
commita7fc0ed75ed8970846df758bf5c04750432e50ad (patch)
treec3ba0aff921d7f61be0e08fb185e46d452c07331
parent8416de542898aa5c4143c0d54702d4977cc83532 (diff)
parent799ee52d192d14894499a676b3290e728bc089f3 (diff)
Merge pull request #4804 from nextcloud/release/10.1.0v10.1.0
[stable20.1] Add changelog for 10.1.0
-rw-r--r--CHANGELOG.md52
-rw-r--r--appinfo/info.xml2
2 files changed, 51 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1116ea9e5..5b370ce9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,58 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 10.1.0-rc.1 – 2020-12-14
+## 10.1.0 – 2020-12-18
### Added
-- Implement multiple requirements to prepare for SIP dial-in
+- Implement multiple requirements to prepare for SIP dial-in
[#4612](https://github.com/nextcloud/spreed/pull/4612)
+### Fixed
+- Fix potentially multiple guests joining in a password request conversation
+ [#4801](https://github.com/nextcloud/spreed/pull/4801)
+- Prevent issues with UTF8 multibyte chars in the changelog conversation
+ [#4733](https://github.com/nextcloud/spreed/pull/4733)
+- Fix Chromium performance hit in calls due to blur filter
+ [#4781](https://github.com/nextcloud/spreed/pull/4781)
+- Stop sending the nick through data channels after some time
+ [#4726](https://github.com/nextcloud/spreed/pull/4726)
+- Fix "Copy link" not clickable when waiting alone in a call
+ [#4687](https://github.com/nextcloud/spreed/pull/4687)
+- Fix some Matterbridge integrations
+ [#4729](https://github.com/nextcloud/spreed/pull/4729)
+ [#4799](https://github.com/nextcloud/spreed/pull/4799)
+- Use proc_open to run system commands in bridge manager
+ [#4775](https://github.com/nextcloud/spreed/pull/4775)
+- Only show password request button when the share actually has Talk Verification enabled
+ [#4794](https://github.com/nextcloud/spreed/pull/4794)
+
+## 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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b7a1aeaf8..4fedd399c 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.1.0-rc.1</version>
+ <version>10.1.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>