|
1 | 1 | # Changelog
|
2 |
| - |
3 |
| -## 0.4.3 |
4 |
| - * Improved autoconfig |
5 |
| - [#1407](https://github.com/owncloud/mail/pull/1407) @Scheirle |
6 |
| - * Better color generator for accounts |
7 |
| - [#1428](https://github.com/owncloud/mail/pull/1425) @skjnldsv |
8 |
| - * Load next messages automatically when reaching end of the list |
9 |
| - [#499](https://github.com/owncloud/mail/pull/1432) @ChristophWurst |
10 |
| - * Fix bug with address collector (Data too long for column) |
11 |
| - [#1421](https://github.com/owncloud/mail/pull/1433) @ChristophWurst |
12 |
| - |
13 |
| -## 0.4.2 |
14 |
| - * Fix autocompletion (regression) |
15 |
| - [#1394](https://github.com/owncloud/mail/pull/1394) @ChristophWurst |
16 |
| - * Fix show total email count for drafts folder |
17 |
| - [#1396](https://github.com/owncloud/mail/pull/1396) @tahaalibra |
18 |
| - |
19 |
| -## 0.4.1 |
20 |
| - * Fix js error when adding attachments |
21 |
| - [#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst |
22 |
| - |
23 |
| -## 0.4 |
24 |
| - |
25 |
| -New: |
26 |
| - |
27 |
| -* Add console command for account creation |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +## [Unreleased] |
| 5 | + |
| 6 | +## 0.4.4 |
| 7 | +### Added |
| 8 | +- Collapse folders and show only important ones |
| 9 | + [#1445](https://github.com/owncloud/mail/pull/1445) @ChristophWurst |
| 10 | +### Changed |
| 11 | +- Show attachments as blocks instead of list |
| 12 | + [#1448](https://github.com/owncloud/mail/pull/1448) @ChristophWurst |
| 13 | +### Fixed |
| 14 | +- Fix button and sidebar layout |
| 15 | + [#1476](https://github.com/owncloud/mail/pull/1476) @skjnldsv |
| 16 | +- Invalidate js cache if app version changes |
| 17 | + [#1457](https://github.com/owncloud/mail/pull/1457) @ChristophWurst |
| 18 | +- Fixed newly created account not being shown after successful setup |
| 19 | + [#1459](https://github.com/owncloud/mail/pull/1459) @ChristophWurst |
| 20 | + [#1462](https://github.com/owncloud/mail/pull/1462) @ChristophWurst |
| 21 | +- Replace old drafts correctly |
| 22 | + [#1464](https://github.com/owncloud/mail/pull/1464) @ChristophWurst |
| 23 | +- JavaScript tests are now excluded from the app archive |
| 24 | + [#1466](https://github.com/owncloud/mail/pull/1466) @ChristophWurst |
| 25 | + |
| 26 | +## 0.4.3 – 2016-04-23 |
| 27 | +### Added |
| 28 | +- Load next messages automatically when reaching end of the list |
| 29 | + [#499](https://github.com/owncloud/mail/pull/1432) @ChristophWurst |
| 30 | +### Changed |
| 31 | +- Improved autoconfig |
| 32 | + [#1407](https://github.com/owncloud/mail/pull/1407) @Scheirle |
| 33 | +- Better color generator for accounts |
| 34 | + [#1428](https://github.com/owncloud/mail/pull/1425) @skjnldsv |
| 35 | +### Fixed |
| 36 | +- Fix bug with address collector (Data too long for column) |
| 37 | + [#1421](https://github.com/owncloud/mail/pull/1433) @ChristophWurst |
| 38 | + |
| 39 | +## 0.4.2 – 2016-04-13 |
| 40 | +### Added |
| 41 | +- Fix show total email count for drafts folder |
| 42 | + [#1396](https://github.com/owncloud/mail/pull/1396) @tahaalibra |
| 43 | +### Fixed |
| 44 | +- Fix autocompletion (regression) |
| 45 | + [#1394](https://github.com/owncloud/mail/pull/1394) @ChristophWurst |
| 46 | + |
| 47 | +## 0.4.1 – 2016-03-30 |
| 48 | +### Fixed |
| 49 | +- Fix js error when adding attachments |
| 50 | + [#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst |
| 51 | + |
| 52 | +## 0.4.0 – 2016-03-17 |
| 53 | +### Added |
| 54 | +- Add console command for account creation |
28 | 55 | [#1202](https://github.com/owncloud/mail/pull/1202) @ChristophWurst
|
29 |
| - |
30 |
| -* Drop owncloud 7 support |
31 |
| - [#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst |
32 |
| - |
33 |
| -* Address collector - Addresses of sent mails will be used for auto-completion |
| 56 | +- Address collector - Addresses of sent mails will be used for auto-completion |
34 | 57 | [#1276](https://github.com/owncloud/mail/pull/1276) @ChristophWurst
|
35 |
| - |
36 |
| -* PHP 7 support |
| 58 | +- PHP 7 support |
37 | 59 | [#1300](https://github.com/owncloud/mail/pull/1300) @ChristophWurst
|
| 60 | +### Deprecated |
| 61 | +- Drop owncloud 7 support |
| 62 | + [#1267](https://github.com/owncloud/mail/pull/1267) @ChristophWurst |
38 | 63 |
|
39 |
| -Fixes: |
40 |
| - |
41 |
| -* |
42 |
| - |
43 |
| -## 0.3.1 (unreleased) |
44 |
| - |
45 |
| - |
46 |
| -Fixes: |
47 |
| - |
48 |
| -* Message list is not hidden when adding a secondary account |
| 64 | +## 0.3.1 |
| 65 | +### Fixed |
| 66 | +- Message list is not hidden when adding a secondary account |
49 | 67 | [#1295](https://github.com/owncloud/mail/issues/1295) @Gomez
|
50 |
| - |
51 |
| -* Sub-sub folders not handled correctly |
| 68 | +- Sub-sub folders not handled correctly |
52 | 69 | [#618](https://github.com/owncloud/mail/issues/618) @ErikPel
|
53 | 70 |
|
54 |
| -## 0.3 (2016-02-03) |
55 |
| - |
56 |
| - |
| 71 | +## 0.3 - 2016-02-03 |
0 commit comments