From 8218969a03698b6b5f43754b2579a95b0ea5d6b0 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 8 Dec 2016 22:42:21 +0100 Subject: [PATCH 1/2] Update changelog for 0.6.2 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- appinfo/info.xml | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420f36b638..a6c3589e43 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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 0ec576772b..c6f442f61f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Mail IMAP web client Easy to use email client which connects to your mail server via IMAP and SMTP. - 0.6.1 + 0.6.2 agpl Christoph Wurst Jan-Christoph Borchardt From e28fd9afd35c5138dca65b102e8cbc6fbd5c08ae Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 12 Dec 2016 09:24:47 +0100 Subject: [PATCH 2/2] fix date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c3589e43..6f92122405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 0.6.2 – 2016-12-10 +## 0.6.2 – 2016-12-12 ### Added - Various autocompletion enhancements - Support for CSP nonces