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-01-08 18:59:36 +0300
committerGitHub <noreply@github.com>2021-01-08 18:59:36 +0300
commit6c2b24720428b4a29dbde8bc1e0865333c34d83f (patch)
tree5fa51246d21c9fca6c1690aa1dd98b499cd91222
parent252f8711221a9ebab004944235a882ac07f8ca73 (diff)
parentfc4857149405dac14acb4d49c42ac3382e4a8b37 (diff)
Merge pull request #4911 from nextcloud/changelog/11.0.0-alpha.3v11.0.0-alpha.3
Changelog for 11.0.0-alpha.3
-rw-r--r--CHANGELOG.md49
-rw-r--r--appinfo/info.xml2
2 files changed, 50 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53c1356a5..8bf0e3ecc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,55 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 11.0.0-alpha.3 – 2021-01-08
+### Fixed
+- Fix chat notifications not being sent when user is not active in a chat
+ [#4825](https://github.com/nextcloud/spreed/pull/4825)
+ [#4848](https://github.com/nextcloud/spreed/pull/4848)
+- Fix CSP violation in Safari with worker-src from avatar blurring
+ [#4822](https://github.com/nextcloud/spreed/pull/4822)
+- Don't remove a chat when a self-joined user leaves
+ [#4892](https://github.com/nextcloud/spreed/pull/4892)
+- Avoid double quotes in bridge bot app password
+ [#4905](https://github.com/nextcloud/spreed/pull/4905)
+- Only scroll to conversations when clicking on search results
+ [#4905](https://github.com/nextcloud/spreed/pull/4905)
+- Do not load full room object for share queries to save resources on propfinds
+ [#4856](https://github.com/nextcloud/spreed/pull/4856)
+
+## 10.1.1 – 2021-01-08
+### Fixed
+- Fix chat notifications not being sent when user is not active in a chat
+ [#4869](https://github.com/nextcloud/spreed/pull/4869)
+ [#4847](https://github.com/nextcloud/spreed/pull/4847)
+- Fix CSP violation in Safari with worker-src from avatar blurring
+ [#4899](https://github.com/nextcloud/spreed/pull/4899)
+- Don't remove a chat when a self-joined user leaves
+ [#4893](https://github.com/nextcloud/spreed/pull/4893)
+- Use proc_open to run matterbridge for better compatibility
+ [#4775](https://github.com/nextcloud/spreed/pull/4775)
+- Make the bridge bot password more complex
+ [#4909](https://github.com/nextcloud/spreed/pull/4909)
+
+## 10.0.5 – 2021-01-08
+### Fixed
+- Fix CSP violation in Safari with worker-src from avatar blurring
+ [#4900](https://github.com/nextcloud/spreed/pull/4900)
+- Don't remove a chat when a self-joined user leaves
+ [#4894](https://github.com/nextcloud/spreed/pull/4894)
+- Make the bridge bot password more complex
+ [#4910](https://github.com/nextcloud/spreed/pull/4910)
+
+## 9.0.8 – 2021-01-08
+### Fixed
+- Don't remove a chat when a self-joined user leaves
+ [#4903](https://github.com/nextcloud/spreed/pull/4903)
+
+## 8.0.15 – 2021-01-08
+### Fixed
+- Don't remove a chat when a self-joined user leaves
+ [#4904](https://github.com/nextcloud/spreed/pull/4904)
+
## 11.0.0-alpha.2 – 2020-12-18
### Added
- Implement read status for messages including a privacy setting
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 22b94f93a..6d3d3492c 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>11.0.0-alpha.2</version>
+ <version>11.0.0-alpha.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>