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-04-16 15:23:51 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-16 15:23:51 +0300
commit823a25b41ccc382ec971ee40099932c88dbfc042 (patch)
treecb75c66caa8a4c26d56150702a4225f0cdbd66fd /CHANGELOG.md
parent8b3956177749b2281ab94918d56760854e7074ea (diff)
Version bumpv1.3.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60f2d4643..9b76c2997 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.3.1 - 2020-04-16
+## Fixed
+- Also sync mailboxes before sync'ing messages in cron
+- Handling of partial initial sync
+- Endless loading of paginated unified inbox
+
## 1.3.0 - 2020-04-15
## Added
- A database cache for messages, so many operations do not need a connection to IMAP. This can drastically improve the overall app performance, especially searching got very fast. The change is most noticeable on IMAP server with poor support for IMAP capabilities. The initial sync may take a few seconds or minutes, but afterwards the app should be snappy for everyone. The app now also syncs in the background (cron job), so when you open it it already has most of the recent changes in your IMAP account.