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 17:05:07 +0300
commit3abea93a6e9691abeec43c25b981b997ddc7d1ae (patch)
treee1421e08fb7e7b9f74f81245f527be7e1965119b /CHANGELOG.md
parenteb082d37a87bdd5e9944007cff4a8ae502f339ff (diff)
Add changelog for 5.0.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c37133cfa..4b9bf0ebe 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