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-09-21 19:45:57 +0300
committerGitHub <noreply@github.com>2016-09-21 19:45:57 +0300
commit37e1c5930beffd1e748620186e05746a0ac61a15 (patch)
tree945f42eb67042813e5f2ed5e08d91ddb1aae1914 /CHANGELOG.md
parent6a09743f010f9f6cfe6ed2af42aee5190b1f3c71 (diff)
Version bump 0.6.0 (#85)
* bump version and increase min NC/OC dependency * update changelog for 0.6 * adjust test matrix * fix markdown formatting * use stable10 for php5.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecd4e7981..24495a878 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,41 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.6.0 – 2016-09-20
+### Added
+- Alias support
+ [#1523](https://github.com/owncloud/mail/pull/1523) @tahaalibra
+- New incoming messages are prefetched
+ [#1631](https://github.com/owncloud/mail/pull/1631) @ChristophWurst
+- Custom app folder support
+ [#1627](https://github.com/owncloud/mail/pull/1627) @juliushaertl
+- Improved search
+ [#1609](https://github.com/owncloud/mail/pull/1609) @ChristophWurst
+- Scroll to refresh
+ [#1595](https://github.com/owncloud/mail/pull/1593) @ChristophWurst
+- Shortcuts to star and mark messages as unread
+ [#1590](https://github.com/owncloud/mail/pull/1590) @ChristophWurst
+- Shortcuts to select previous/next messsage
+ [#1557](https://github.com/owncloud/mail/pull/1557) @ChristophWurst
+
+## Changed
+- Minimum server is Nextcloud 10/ownCloud 9.1
+ [#84](https://github.com/nextcloud/mail/pull/84) @ChristophWurst
+- Use session storage instead of local storage for client-side cache
+ [#1612](https://github.com/owncloud/mail/pull/1612) @ChristophWurst
+- When deleting the current message, the next one is selected immediatelly
+ [#1585](https://github.com/owncloud/mail/pull/1585) @ChristophWurst
+
+## Fixed
+- Client error while composing a new message
+ [#1609](https://github.com/owncloud/mail/pull/1609) @ChristophWurst
+- Delay app start until page has finished loading
+ [#1634](https://github.com/owncloud/mail/pull/1634) @ChristophWurst
+- Auto-redirection of HTML mail links
+ [#1603](https://github.com/owncloud/mail/pull/1603) @ChristophWurst
+- Update folder counters when reading/deleting messages
+ [#1585](https://github.com/owncloud/mail/pull/1585)
+
## 0.5.2 – 2016-06-16
### Added