From f937ac8b652821f4a6246c073080fe8b9f427bac Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 May 2019 14:29:11 +0200 Subject: [PATCH 1/2] Update changelog for 6.0.1 Signed-off-by: Joas Schilling --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6073cd74d36..f119679942a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. From ac93db8ad9573b41df843af5ac8324646f15636c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 May 2019 14:39:33 +0200 Subject: [PATCH 2/2] Bump version Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package.json | 2 +- vue/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index c6df9c0be0d..1a250c3e910 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 ]]> - 6.0.0 + 6.0.1 agpl Daniel Calviño Sánchez diff --git a/package.json b/package.json index 5802fd8e8e5..885620b3566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spreed", - "version": "6.0.0", + "version": "6.0.1", "description": "", "main": " ", "repository": { diff --git a/vue/package.json b/vue/package.json index bcdcde996ce..512176f1b7d 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "spreed", "description": "", - "version": "6.0.0", + "version": "6.0.1", "author": "Joas Schilling ", "license": "agpl", "private": true,