Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1477 from owncloud/changelog044
Browse files Browse the repository at this point in the history
update changelog for 0.4.4
  • Loading branch information
Gomez committed May 6, 2016
2 parents 1036953 + 4565463 commit b356f20
Showing 1 changed file with 63 additions and 48 deletions.
111 changes: 63 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,71 @@
# Changelog

## 0.4.3
* Improved autoconfig
[#1407](https://github.com/owncloud/mail/pull/1407) @Scheirle
* Better color generator for accounts
[#1428](https://github.com/owncloud/mail/pull/1425) @skjnldsv
* Load next messages automatically when reaching end of the list
[#499](https://github.com/owncloud/mail/pull/1432) @ChristophWurst
* Fix bug with address collector (Data too long for column)
[#1421](https://github.com/owncloud/mail/pull/1433) @ChristophWurst

## 0.4.2
* Fix autocompletion (regression)
[#1394](https://github.com/owncloud/mail/pull/1394) @ChristophWurst
* Fix show total email count for drafts folder
[#1396](https://github.com/owncloud/mail/pull/1396) @tahaalibra

## 0.4.1
* Fix js error when adding attachments
[#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst

## 0.4

New:

* Add console command for account creation
All notable changes to this project will be documented in this file.

## [Unreleased]

## 0.4.4
### Added
- Collapse folders and show only important ones
[#1445](https://github.com/owncloud/mail/pull/1445) @ChristophWurst
### Changed
- Show attachments as blocks instead of list
[#1448](https://github.com/owncloud/mail/pull/1448) @ChristophWurst
### Fixed
- Fix button and sidebar layout
[#1476](https://github.com/owncloud/mail/pull/1476) @skjnldsv
- Invalidate js cache if app version changes
[#1457](https://github.com/owncloud/mail/pull/1457) @ChristophWurst
- Fixed newly created account not being shown after successful setup
[#1459](https://github.com/owncloud/mail/pull/1459) @ChristophWurst
[#1462](https://github.com/owncloud/mail/pull/1462) @ChristophWurst
- Replace old drafts correctly
[#1464](https://github.com/owncloud/mail/pull/1464) @ChristophWurst
- JavaScript tests are now excluded from the app archive
[#1466](https://github.com/owncloud/mail/pull/1466) @ChristophWurst

## 0.4.3 – 2016-04-23
### Added
- Load next messages automatically when reaching end of the list
[#499](https://github.com/owncloud/mail/pull/1432) @ChristophWurst
### Changed
- Improved autoconfig
[#1407](https://github.com/owncloud/mail/pull/1407) @Scheirle
- Better color generator for accounts
[#1428](https://github.com/owncloud/mail/pull/1425) @skjnldsv
### Fixed
- Fix bug with address collector (Data too long for column)
[#1421](https://github.com/owncloud/mail/pull/1433) @ChristophWurst

## 0.4.2 – 2016-04-13
### Added
- Fix show total email count for drafts folder
[#1396](https://github.com/owncloud/mail/pull/1396) @tahaalibra
### Fixed
- Fix autocompletion (regression)
[#1394](https://github.com/owncloud/mail/pull/1394) @ChristophWurst

## 0.4.1 – 2016-03-30
### Fixed
- Fix js error when adding attachments
[#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst

## 0.4.0 – 2016-03-17
### Added
- Add console command for account creation
[#1202](https://github.com/owncloud/mail/pull/1202) @ChristophWurst

* Drop owncloud 7 support
[#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst

* Address collector - Addresses of sent mails will be used for auto-completion
- Address collector - Addresses of sent mails will be used for auto-completion
[#1276](https://github.com/owncloud/mail/pull/1276) @ChristophWurst

* PHP 7 support
- PHP 7 support
[#1300](https://github.com/owncloud/mail/pull/1300) @ChristophWurst
### Deprecated
- Drop owncloud 7 support
[#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst

Fixes:

*

## 0.3.1 (unreleased)


Fixes:

* Message list is not hidden when adding a secondary account
## 0.3.1
### Fixed
- Message list is not hidden when adding a secondary account
[#1295](https://github.com/owncloud/mail/issues/1295) @Gomez

* Sub-sub folders not handled correctly
- Sub-sub folders not handled correctly
[#618](https://github.com/owncloud/mail/issues/618) @ErikPel

## 0.3 (2016-02-03)


## 0.3 - 2016-02-03

0 comments on commit b356f20

Please sign in to comment.