Skip to content

Commit

Permalink
Merge pull request #1832 from nextcloud/backport/1831/stable16
Browse files Browse the repository at this point in the history
[stable16] Update changelog for 6.0.1
  • Loading branch information
nickvergessen authored May 16, 2019
2 parents fbc39a6 + ac93db8 commit 808a152
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## 6.0.1 – 2019-05-16
### Changed
- Do not send black video by default in bigger calls
[#1830](https://github.com/nextcloud/spreed/pull/1830)
[#1827](https://github.com/nextcloud/spreed/pull/1827)
- Improve the grouping of chat messages so more fit on the screen
[#1826](https://github.com/nextcloud/spreed/pull/1826)

### Fixed
- Fix password protected conversations
[#1775](https://github.com/nextcloud/spreed/pull/1775)
- Fix chat not automatically loading new messages after a command was used with the external signaling server
[#1808](https://github.com/nextcloud/spreed/pull/1808)
- Fix screensharing for users not in the call
[#1753](https://github.com/nextcloud/spreed/pull/1753)
- Conversation list does not update with read/unread status using the external signaling server
[#1431](https://github.com/nextcloud/spreed/pull/1431)

## 6.0.0 – 2019-04-25
### Added
- Administrators can now define commands which can be used in the chat. See [commands.md](https://github.com/nextcloud/spreed/blob/master/docs/commands.md) for more information. You can install some sample commands via the console.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>

<version>6.0.0</version>
<version>6.0.1</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spreed",
"version": "6.0.0",
"version": "6.0.1",
"description": "",
"main": " ",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spreed",
"description": "",
"version": "6.0.0",
"version": "6.0.1",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 808a152

Please sign in to comment.