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 <ChristophWurst@users.noreply.github.com>2016-12-12 18:04:07 +0300
committerGitHub <noreply@github.com>2016-12-12 18:04:07 +0300
commitf77d92704e183954f1408b33adbb8498084e64a7 (patch)
tree2d00e8d4195fe2448b3ede6c6e382ce480756da3
parent4556d9471c5b06a53749954380300b82fc00e7f3 (diff)
parente28fd9afd35c5138dca65b102e8cbc6fbd5c08ae (diff)
Merge pull request #231 from nextcloud/changelog-062v0.6.2
Update changelog for 0.6.2
-rw-r--r--CHANGELOG.md30
-rw-r--r--appinfo/info.xml2
2 files changed, 30 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 420f36b63..6f9212240 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-12
+### 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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0ec576772..c6f442f61 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.6.1</version>
+ <version>0.6.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>