* bump version and increase min NC/OC dependency

* update changelog for 0.6

* adjust test matrix

* fix markdown formatting

* use stable10 for php5.4
This commit is contained in:
Christoph Wurst 2016-09-21 18:45:57 +02:00 коммит произвёл GitHub
Родитель 6a09743f01
Коммит 37e1c5930b
3 изменённых файлов: 41 добавлений и 8 удалений

Просмотреть файл

@ -105,12 +105,10 @@ script:
matrix:
include:
- php: 7.0
env: "DB=mysql TEST_JS=TRUE"
- php: 5.4
env: "DB=mysql CORE_BRANCH=stable10 TEST_JS=TRUE"
- php: 5.5
env: "DB=mysql CORE_BRANCH=stable10 PACKAGE=TRUE"
- php: 7.0
env: "DB=pgsql PHP_COVERAGE=TRUE"
- php: 5.4
env: "DB=mysql CORE_BRANCH=stable9 PACKAGE=TRUE"
- php: 5.5
env: "DB=mysql CORE_BRANCH=stable10"
fast_finish: true

Просмотреть файл

@ -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

Просмотреть файл

@ -3,14 +3,14 @@
<id>mail</id>
<name>Mail</name>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
<version>0.5.4</version>
<version>0.6.0</version>
<licence>AGPL</licence>
<author>Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner &amp; many more …</author>
<documentation>
<admin>https://github.com/nextcloud/mail#readme</admin>
</documentation>
<dependencies>
<owncloud min-version="9.0" max-version="9.2" />
<owncloud min-version="9.1" max-version="9.2" />
<php min-version="5.4" max-version="7.0" />
</dependencies>
<ocsid>169914</ocsid>