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>2020-11-11 17:10:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-11 17:10:26 +0300
commit62d273a476ee7a137c876c102f440ac2826c1f0a (patch)
tree747821c57e2d2b93d66648a56c8e8bbb6ec1b7b9 /CHANGELOG.md
parent12e9ff3eab488968b7931c9cb33d78e5ea8feae1 (diff)
v1.7.0v1.7.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ca05bba2..9571c113f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.7.0 – 2020-11-11
+### Added
+* Possibility to move mailboxes
+* Improved HTML email rendering
+* Ability to edit existing messages as new ones
+### Changed
+* Admin documentation now contains more troubleshooting instructions
+* Show admin and developer documentation on app store
+### Fixed
+* Null error for messages with no sender information
+* Overlapping message with same timestamp
+* Wrong php7.2 support claimed in info.xml of v1.6.0
+* Unexpected borders on recipient pickers
+* Styling of automatic/manual account settings tabs
+
## 1.6.0 – 2020-11-04
### Added
- Moving mails to other mailboxes of the same account (also usable on mobile)