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:40:29 +0300
commitaf30f49ac9c8b6870106573b2735a1ec0c7c4cd0 (patch)
tree7c468fecaea356a49afaca8dd035b86101525220
parent67ea11097bc034fa2b9079c87c8554f09c013734 (diff)
Start changelog for 6.0.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb4694f64..f28a72dc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,27 @@
# 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