From 71b9a3b205f72c51882196fa930bfbb7da2699e4 Mon Sep 17 00:00:00 2001 From: Michal Horejsek Date: Thu, 20 Aug 2020 15:29:39 +0200 Subject: [PATCH] Release notes for Import-Export --- release-notes/bugs-importexport.txt | 4 ++++ release-notes/notes-importexport.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/release-notes/bugs-importexport.txt b/release-notes/bugs-importexport.txt index e69de29b..4449315b 100644 --- a/release-notes/bugs-importexport.txt +++ b/release-notes/bugs-importexport.txt @@ -0,0 +1,4 @@ +• Fixed rare cases where the application freezes when starting/stopping imports +• Allowed current date to be included in the selected date range for both import and export +• Improved manual update process +• Limit space usage by on device application logs diff --git a/release-notes/notes-importexport.txt b/release-notes/notes-importexport.txt index e69de29b..9d2dbdc2 100644 --- a/release-notes/notes-importexport.txt +++ b/release-notes/notes-importexport.txt @@ -0,0 +1,3 @@ +• Complete code refactor in preparation of live release and open source of the Import-Export app +• Increased number of supported mail providers by changing the way the folder structures are handled (NIL hierarchy delimiter) +• Improved handling for unstable internet and pause & resume behavior