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-01-30 16:55:47 +0300
committerJoas Schilling <coding@schilljs.com>2019-01-30 16:55:47 +0300
commit9c08d4e5591fda18f9be63c79b5d86ad83736431 (patch)
treebd4576567991bf223cabb9fd0e9e821345a2cce2
parent98f00f758de6f5b0474c28cf86bf6f4fb1e571ab (diff)
Add changelog for 5.0.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2db8bdacf..62213fecd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.0.2 – 2019-01-30
+### Changed
+- Show autocompletion as soon as "@" is typed
+ [#1483](https://github.com/nextcloud/spreed/pull/1483)
+
+### Fixed
+- Fix parse error on PHP 7.0
+ [#1493](https://github.com/nextcloud/spreed/pull/1493)
+- Add global Content Security Policy for signaling servers
+ [#1462](https://github.com/nextcloud/spreed/pull/1462)
+- Shared file messages show the name of the file as seen by the owner instead of by the current user
+ [#1487](https://github.com/nextcloud/spreed/pull/1487)
+- Multiple fixes for dark-theme
+ [#1494](https://github.com/nextcloud/spreed/pull/1494)
+ [#1472](https://github.com/nextcloud/spreed/pull/1472)
+ [#1486](https://github.com/nextcloud/spreed/pull/1486)
+- Do not show room names when the user is not part of it
+ [#1497](https://github.com/nextcloud/spreed/pull/1497)
+ [#1495](https://github.com/nextcloud/spreed/pull/1495)
+- Fix page title not updated when room name is updated
+ [#1468](https://github.com/nextcloud/spreed/pull/1468)
+- Reduce the number of loaded JS and CSS files
+ [#1491](https://github.com/nextcloud/spreed/pull/1491)
+- Always use white icons for conversation images (also in dark-theme)
+ [#1463](https://github.com/nextcloud/spreed/pull/1463)
+- Fix submit button in public share authentication page
+ [#1481](https://github.com/nextcloud/spreed/pull/1481)
+
## 4.0.3 – 2019-01-30
### Fixed
- Do not show room names when the user is not part of it