Skip to content
Snippets Groups Projects
Commit c7752c7a authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #421 from nextcloud/release-0.7

Release 0.7
parents 63cb9844 7a204583
No related branches found
No related tags found
No related merge requests found
# Changelog
All notable changes to this project will be documented in this file.
## 0.6.5 – unreleased
## 0.7.0 – 2017-08-24
### 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
- Shortcut c to compose a new message
### 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'
- Improved message synchronization
### 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
......
......@@ -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.5</version>
<version>0.7.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
......@@ -29,5 +29,4 @@
<step>OCA\Mail\Migration\FixCollectedAddresses</step>
</post-migration>
</repair-steps>
<ocsid>169914</ocsid>
</info>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment