From 62302002189b9ebfe6d6fd4dd8f56cfc807ac606 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 27 Nov 2020 07:36:33 +0100 Subject: [PATCH] Import-Export app Elbe 1.2.2 Changed * Improvements to the import from large mbox files with multiple labels * Not allow to run multiple instances of the app or transfers at the same time * Better handling and displaying of skipped messages * Various enhancements of the import process related to parsing * Cosmetic GUI changes * Better error handling Fixed * Linux font issues - Fedora specific * App response to the user pausing and canceling import or export * Upgrade errors --- Changelog.md | 2 +- Makefile | 2 +- internal/importexport/release_notes.go | 13 +++++++++---- release-notes/bugs-importexport.txt | 3 +++ release-notes/notes-importexport.txt | 7 +++++-- 5 files changed, 19 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 977cd280..89fe96e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) -## [IE 1.2.1] Elbe +## [IE 1.2.1, 1.2.2] Elbe ### Added * GODT-799 Skipped messages do not change total counts but shows as separate number. diff --git a/Makefile b/Makefile index b6c1c654..0cb6ab86 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TARGET_OS?=${GOOS} # Keep version hardcoded so app build works also without Git repository. BRIDGE_APP_VERSION?=1.5.0-git -IE_APP_VERSION?=1.2.1-git +IE_APP_VERSION?=1.2.2-git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=logo.ico SRC_ICNS:=Bridge.icns diff --git a/internal/importexport/release_notes.go b/internal/importexport/release_notes.go index 2e31fc90..ba6dee74 100644 --- a/internal/importexport/release_notes.go +++ b/internal/importexport/release_notes.go @@ -15,14 +15,19 @@ // You should have received a copy of the GNU General Public License // along with ProtonMail Bridge. If not, see . -// Code generated by ./release-notes.sh at 'Wed Nov 11 01:57:14 PM CET 2020'. DO NOT EDIT. +// Code generated by ./release-notes.sh at 'Fri Nov 27 07:35:38 AM CET 2020'. DO NOT EDIT. package importexport -const ReleaseNotes = `• Further improvements to address and date parsing +const ReleaseNotes = `• Improvements to the import from large mbox files with multiple labels +• Not allow to run multiple instances of the app or transfers at the same time • Better handling and displaying of skipped messages -• Improved error reporting +• Various enhancements of the import process related to parsing +• Cosmetic GUI changes +• Better error handling ` -const ReleaseFixedBugs = ` +const ReleaseFixedBugs = `• Linux font issues - Fedora specific +• App response to the user pausing and canceling import or export +• Upgrade errors ` diff --git a/release-notes/bugs-importexport.txt b/release-notes/bugs-importexport.txt index e69de29b..e377236c 100644 --- a/release-notes/bugs-importexport.txt +++ b/release-notes/bugs-importexport.txt @@ -0,0 +1,3 @@ +• Linux font issues - Fedora specific +• App response to the user pausing and canceling import or export +• Upgrade errors diff --git a/release-notes/notes-importexport.txt b/release-notes/notes-importexport.txt index e58e46df..dec15206 100644 --- a/release-notes/notes-importexport.txt +++ b/release-notes/notes-importexport.txt @@ -1,3 +1,6 @@ -• Further improvements to address and date parsing +• Improvements to the import from large mbox files with multiple labels +• Not allow to run multiple instances of the app or transfers at the same time • Better handling and displaying of skipped messages -• Improved error reporting +• Various enhancements of the import process related to parsing +• Cosmetic GUI changes +• Better error handling