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 <coding@schilljs.com>2018-05-11 11:48:33 +0300
committerJoas Schilling <coding@schilljs.com>2018-05-11 12:18:42 +0300
commitbce53c2f77994ee0269743cb995db01ff1163383 (patch)
tree8bf2014f21a885eeb58536c36effb44955093f8e
parentb9d9d47bf057166f57606d17be4c4316be6cd4b6 (diff)
Add changelog for 3.2.1v3.2.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md25
-rw-r--r--appinfo/info.xml2
2 files changed, 26 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6addf4298..276c64aaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.2.1 – 2018-05-11
+### Added
+- Standalone signaling server now supports the 3.2 changes
+ [#864](https://github.com/nextcloud/spreed/pull/864)
+ [#869](https://github.com/nextcloud/spreed/pull/869)
+
+### Fixed
+- Only join the room after media permission request was answered
+ [#854](https://github.com/nextcloud/spreed/pull/854)
+- Do not reload the participant everytime a guest sends a chat message
+ [#866](https://github.com/nextcloud/spreed/pull/866)
+- Make sure the web UI still works after you left the current conversation or call
+ [#871](https://github.com/nextcloud/spreed/pull/871)
+ [#872](https://github.com/nextcloud/spreed/pull/872)
+ [#874](https://github.com/nextcloud/spreed/pull/874)
+- Allow to scroll on long participant lists again
+ [#896](https://github.com/nextcloud/spreed/pull/896)
+- Do not throw an error when starting a call in a conversation without any chat message
+ [#861](https://github.com/nextcloud/spreed/pull/861)
+- Enable media controls when media is approved on a second request
+ [#861](https://github.com/nextcloud/spreed/pull/861)
+- Limit the unread message counter to 99+
+ [#845](https://github.com/nextcloud/spreed/pull/845)
+
+
## 3.2.0 – 2018-05-03
### Added
- Shortcuts have been added when a call is active: (m)ute, (v)ideo, (f)ullscreen, (c)hat and (p)articipant list
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 53a79230a..230ff5300 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>