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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-28 18:27:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-28 18:27:35 +0300
commit2e7365843e82969d2362f8ac21457aca2ae47a0f (patch)
tree612848668e3a5b1b8eb39a860e98a2fea8331558
parentcd158143331f7332d25442005306e7bc6edb3248 (diff)
Add changelog for v0.18.0v0.18.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdadfca19..9f8ee7a94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,36 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.18.0 - 2019-10-28
+### Added
+- Html editor
+- Html signatures support
+- Better layout for reading and writing messages
+- Reply, reply-all and forward overhaul
+- Message composer design improvements
+- Account setup error feedback
+- Account settings page design overhaul
+### Fixed
+- Removed reply-to email address from quoted text
+- Logging error in drafts error handler
+- Unnecessary line breaks in quoted reply text
+- Umlauts encoding on folder (mailbox) names
+- Missing navigation when adding an account
+- Account form should be a HTML form
+- Marking another message as read without navigation
+- Deleting another message without navigation
+- Fix missing redirect on account deletion
+- Fix missing navigation when first account is added
+- Envelope delete animation
+- Broken auto redirect on external links of a HTML message
+- Show external images
+- Handling of internationalized FWD and AW prefixes
+- Flagging drafts as \draft
+### Changed
+- Dependency updates
+- New and updated translations
+- JavaScript is now generated for @nextcloud/browserslist-config browsers
+
## 0.17.0 - 2019-09-02
### Added
- Warning when a message does not have a subject