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:
authorSteffen Lindner <mail@steffen-lindner.de>2016-05-06 17:21:27 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-05-06 17:21:27 +0300
commite2d1871c50452201f2b42394e8dee229d250b9f5 (patch)
treef64d8ff1476533ce6b82bbe0fda999dc8faa4312
parent1ca763fef2a036df48be5eda5b86a514828406e0 (diff)
Fix changelog
missing spaces
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0274efc59..fe7dbff74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,15 @@ 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
@@ -24,32 +27,39 @@ All notable changes to this project will be documented in this file.
[#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
@@ -57,11 +67,13 @@ All notable changes to this project will be documented in this file.
[#1276](https://github.com/owncloud/mail/pull/1276) @ChristophWurst
- 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
## 0.3.1
+
### Fixed
- Message list is not hidden when adding a secondary account
[#1295](https://github.com/owncloud/mail/issues/1295) @Gomez