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-09-02 16:44:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-02 16:44:11 +0300
commit72c9e9e5957c221a31938bbcbd000c04b75cc9a2 (patch)
tree9e4d1293579730f2b91a18a801671cc64b73bb0e /CHANGELOG.md
parent07ff899e6e8bc0bb2fd8533f1996316202e002d1 (diff)
Version bumpv0.17.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dd097ece..cdadfca19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.17.0 - 2019-09-02
+### Added
+- Warning when a message does not have a subject
+- Cache mailbox special use as well for faster page loads
+### Fixed
+- SQL error at mailbox initialization
+- SQL error at mailbox cache update
+- Handling of avatars for invalid e-mail addresses
+### Changed
+- Dependency updates
+- New and updated translations
+
## 0.16.0 - 2019-08-29
### Added
- Folder cache to decrease page load times significantly