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>2017-08-07 15:21:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-07 15:21:30 +0300
commit706ccbf835e1628447688f0876738c2ca1fcec91 (patch)
treefb385553867b1a13937ff924499bf7f189add6f1 /CHANGELOG.md
parentbbcec1a44283a65075c0e5622b821bd371d18b4f (diff)
Add more items to the changelog
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfe16f7da..ec08f3dd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,14 +3,32 @@ All notable changes to this project will be documented in this file.
## 0.7.0 – unreleased
### Added
-- Add helper view for keyboard shortcuts
+- Helper view for keyboard shortcuts
[#91](https://github.com/nextcloud/mail/pull/91) @Gomez
+- Generic moving of messages (drag and drop)
+- Account menu labels
+- Support for a automatically generated default account
+- Better loading/error/retry views
+- Local attachment support
### Changed
-- TODO
+- php5.6 to php 7.1 are supported
+- No longer stack Aw, Wg, Fwd
+- App store now lists the app in 'Social & Communication'
### Fixed
-- TODO
+- Use IDBConnection instead of removed IDb
+- Missing files in release package
+- Loading messages with undisclosed recipients
+- Problems with UTF8 encoding
+- Account color dot on Safari
+- Database column width for long passwords
+- Error when adding a new account
+- Undefined index warning
+- Do not show 'noSelect' folders
+- Selected account when composing a reply
+- Remove noreferrer from HTML messages
+- Some issues with drafts
## 0.6.4 – 2017-05-02
### Fixed