From 70645c173242762a8cbd588a148844326ed1c154 Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 11 Nov 2020 14:03:00 +0100 Subject: [PATCH] Import-Export Elbe 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Further improvements to address and date parsing • Better handling and displaying of skipped messages • Improved error reporting --- .golangci.yml | 3 --- Changelog.md | 4 +--- Makefile | 2 +- internal/importexport/release_notes.go | 14 +++++--------- release-notes/bugs-importexport.txt | 3 --- release-notes/notes-importexport.txt | 8 +++----- unreleased.md | 5 +++++ 7 files changed, 15 insertions(+), 24 deletions(-) create mode 100644 unreleased.md diff --git a/.golangci.yml b/.golangci.yml index 496fb51c..31d42525 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,9 +20,6 @@ issues: - gochecknoglobals - gochecknoinits - gosec - - path: pkg/message/rfc5322 - linters: - - dupl linters-settings: godox: diff --git a/Changelog.md b/Changelog.md index 2e1cc5ce..977cd280 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,7 @@ -# ProtonMail Bridge Changelog +# ProtonMail Bridge and Import-Export app Changelog Changelog [format](http://keepachangelog.com/en/1.0.0/) -## Unreleased - ## [IE 1.2.1] Elbe ### Added diff --git a/Makefile b/Makefile index 20679c07..b6c1c654 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.0-git +IE_APP_VERSION?=1.2.1-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 a0a9a006..2e31fc90 100644 --- a/internal/importexport/release_notes.go +++ b/internal/importexport/release_notes.go @@ -15,18 +15,14 @@ // 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 4 12:24:35 PM CET 2020'. DO NOT EDIT. +// Code generated by ./release-notes.sh at 'Wed Nov 11 01:57:14 PM CET 2020'. DO NOT EDIT. package importexport -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 -• Various enhancements of the import process related to parsing -• Cosmetic GUI changes -• Better error handling +const ReleaseNotes = `• Further improvements to address and date parsing +• Better handling and displaying of skipped messages +• Improved error reporting ` -const ReleaseFixedBugs = `• Linux font issues - Fedora specific -• App response to the user pausing and canceling import or export -• Handling errors during update +const ReleaseFixedBugs = ` ` diff --git a/release-notes/bugs-importexport.txt b/release-notes/bugs-importexport.txt index 723741c7..e69de29b 100644 --- a/release-notes/bugs-importexport.txt +++ b/release-notes/bugs-importexport.txt @@ -1,3 +0,0 @@ -• Linux font issues - Fedora specific -• App response to the user pausing and canceling import or export -• Handling errors during update diff --git a/release-notes/notes-importexport.txt b/release-notes/notes-importexport.txt index 42701d51..e58e46df 100644 --- a/release-notes/notes-importexport.txt +++ b/release-notes/notes-importexport.txt @@ -1,5 +1,3 @@ -• 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 -• Various enhancements of the import process related to parsing -• Cosmetic GUI changes -• Better error handling +• Further improvements to address and date parsing +• Better handling and displaying of skipped messages +• Improved error reporting diff --git a/unreleased.md b/unreleased.md new file mode 100644 index 00000000..f0d45e4d --- /dev/null +++ b/unreleased.md @@ -0,0 +1,5 @@ +# ProtonMail Bridge and Import-Export app Changelog + +Changelog [format](http://keepachangelog.com/en/1.0.0/) + +## Unreleased