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>2019-07-19 12:48:09 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-22 17:47:30 +0300
commitb495cf425b5499755c54096bab27aab643bcad87 (patch)
tree29e762e40e7290889bab7024c9ea8d812eec1446 /CHANGELOG.md
parent493f9e7435fdc3d44461a9cfe25d3f3d2cddd779 (diff)
Start changelog for 6.0.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f11967994..f63a487cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,50 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 6.0.3 – 2019-07-22
+### Changed
+- Chat messages can now be longer than 1.000 characters
+ [#1901](https://github.com/nextcloud/spreed/pull/1901)
+- Users matching the autocomplete at the beginning of their name are now sorted to the top
+ [#1968](https://github.com/nextcloud/spreed/pull/1968)
+- Only strings starting with http:// or https:// are now made clickable as links
+ [#1965](https://github.com/nextcloud/spreed/pull/1965)
+
+### Fixed
+- Fix layout issues of the chat on the share authentication page
+ [#1901](https://github.com/nextcloud/spreed/pull/1901)
+- Fix issues with calls when a user logs out while being in a call
+ [#1947](https://github.com/nextcloud/spreed/pull/1947)
+- Fix a problem when joining a public conversation as a non-invited logged-in user
+ [#1914](https://github.com/nextcloud/spreed/pull/1914)
+- Fix missing tooltip with full date on timestamp for the first message of a user in a grouped block
+ [#1914](https://github.com/nextcloud/spreed/pull/1914)
+- Commands based on the Symfony Command component can now provide a useful help message
+ [#1901](https://github.com/nextcloud/spreed/pull/1901)
+
+## 6.0.2 – 2019-06-06
+### Fixed
+- Fix message list not reloaded after switching tabs in the sidebar
+ [#1867](https://github.com/nextcloud/spreed/pull/1867)
+- Show warning when browser silently fails to get user media
+ [#1874](https://github.com/nextcloud/spreed/pull/1874)
+- Fix view for participants without streams
+ [#1873](https://github.com/nextcloud/spreed/pull/1873)
+- Fix forced reconnection with external signaling
+ [#1850](https://github.com/nextcloud/spreed/pull/1850)
+- Do not send volume datachannel message
+ [#1849](https://github.com/nextcloud/spreed/pull/1849)
+
+
+## 5.0.4 – 2019-06-06
+### Fixed
+- Fix message list not reloaded after switching tabs in the sidebar
+ [#1867](https://github.com/nextcloud/spreed/pull/1867)
+- Fix multiple issues related to screensharing
+ [#1762](https://github.com/nextcloud/spreed/pull/1762)
+ [#1754](https://github.com/nextcloud/spreed/pull/1754)
+ [#1746](https://github.com/nextcloud/spreed/pull/1746)
+
## 6.0.1 – 2019-05-16
### Changed
- Do not send black video by default in bigger calls