Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-09 00:42:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-12 11:25:26 +0300
commit8218969a03698b6b5f43754b2579a95b0ea5d6b0 (patch)
tree796f4f3d677a8dfab002081c76679b73e860246a /CHANGELOG.md
parent4556d9471c5b06a53749954380300b82fc00e7f3 (diff)
Update changelog for 0.6.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 420f36b63..a6c3589e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 0.6.0 – 2016-10-10
+## 0.6.2 – 2016-12-10
+### Added
+- Various autocompletion enhancements
+- Support for CSP nonces
+- Many small enhancements in the user interface
+- Updated info.xml for the new app store
+- Timestamps are updated automatically
+
+### Changed
+- Sent folder is now shown in the collapsed folder list
+- PSR-4 naming of source files
+- The mail notification is not closed after 5sec anymore
+- Collected mail addresses are now sanitized and split into name and address
+- Update to Marionette 3
+- Removed client-side message list cache
+- Updated documentation (developer, shortcuts)
+- Messages that cannot be deleted are added back to the list
+
+### Fixed
+- FTP url filtering in HTML mails
+- Noopener attribute for external links
+- Downloading attachments does no longer abort other connections
+
+## 0.6.1 – 2016-12-05
+### Added
+- Nextcloud 11 compatibility
+ [#196](https://github.com/nextcloud/mail/pull/196) @MorrisJobke
+
+## 0.6.0 – 2016-09-20
### Added
- Alias support
[#1523](https://github.com/owncloud/mail/pull/1523) @tahaalibra