Skip to content

Commit

Permalink
Add changelog for 3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed May 11, 2018
1 parent b9d9d47 commit bce53c2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bce53c2

Please sign in to comment.