summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-07-15 15:03:40 +0200
committerJoas Schilling <coding@schilljs.com>2021-07-15 15:34:23 +0200
commit04e21d82f499514cf58e9cfd66535daaa4dd8c9f (patch)
treed93e9a794b2b8aef8d48fbd5cbdb0af74b70736a
parent0991c55a05f0d69142735caeff53a1c364eed8bc (diff)
Add changelog for 11.3.1, 10.1.5, 10.0.9
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md28
-rw-r--r--appinfo/info.xml2
2 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7562ccb37..583811268 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 11.3.1 – 2021-07-15
+### Fixed
+- Add UI feedback when local participant is not connected
+ [#5797](https://github.com/nextcloud/spreed/pull/5797)
+- Allow to open files with ctrl click
+ [#5761](https://github.com/nextcloud/spreed/pull/5761)
+- Prevent submitting the message when the user is composing a character
+ [#5941](https://github.com/nextcloud/spreed/pull/5941)
+- Fix connection quality warning shown due to stalled stats
+ [#5924](https://github.com/nextcloud/spreed/pull/5924)
+- Fix connection quality stats not reset when setting a new peer connection
+ [#5768](https://github.com/nextcloud/spreed/pull/5768)
+- Ignore current participant when listing rooms if removed concurrently
+ [#5758](https://github.com/nextcloud/spreed/pull/5758)
+ [#5740](https://github.com/nextcloud/spreed/pull/5740)
+- Fix links to documentation
+ [#5947](https://github.com/nextcloud/spreed/pull/5947)
+
+## 10.1.5 – 2021-07-15
+### Fixed
+- Fix connection quality stats not reset when setting a new peer connection
+ [#5770](https://github.com/nextcloud/spreed/pull/5770)
+
+## 10.0.9 – 2021-07-15
+### Fixed
+- Fix connection quality stats not reset when setting a new peer connection
+ [#5769](https://github.com/nextcloud/spreed/pull/5769)
+
## 11.3.0 – 2021-06-04
### Fixed
- Inject the preloaded user status into the avatar component
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4b172749d..6c18923c9 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.3.0</version>
+ <version>11.3.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>