From 3b60bbe13b192c034e913e009d3ce5f4716b3c86 Mon Sep 17 00:00:00 2001 From: Andrzej Szafranski Date: Thu, 4 Mar 2021 09:50:29 +0000 Subject: [PATCH 1/4] Other --- release-notes/bridge_stable.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index 4adc7a6c..cb0bfff1 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.md @@ -1,3 +1,24 @@ +## v1.6.6 +- 2021-03-04 + +### New + +- Allow to choose which keychain is used by Bridge on Linux +- Added automatic update CLI commands +- Improved performance during slow connection +- Added IMAP requests to the logs for easier debugging + +### Fixed + +- Fixed update notifications +- Fixed GUI freeze while switching to early update channel +- Fixed Bridge autostart +- Improved signing of update packages +- NoGUI bulid +- Background of GUI welcome message +- Incorrect total mailbox size displayed in Apple Mail + + ## v1.6.3 - 2021-02-16 From 7e8f6943f27ab2caa1ff93a9b577593af38bb341 Mon Sep 17 00:00:00 2001 From: Andrzej Szafranski Date: Wed, 10 Mar 2021 21:35:31 +0000 Subject: [PATCH 2/4] Other --- release-notes/bridge_stable.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release-notes/bridge_stable.md b/release-notes/bridge_stable.md index cb0bfff1..b7c41586 100644 --- a/release-notes/bridge_stable.md +++ b/release-notes/bridge_stable.md @@ -2,14 +2,12 @@ - 2021-03-04 ### New - - Allow to choose which keychain is used by Bridge on Linux - Added automatic update CLI commands - Improved performance during slow connection - Added IMAP requests to the logs for easier debugging ### Fixed - - Fixed update notifications - Fixed GUI freeze while switching to early update channel - Fixed Bridge autostart @@ -23,13 +21,11 @@ - 2021-02-16 ### New - - Added desktop files and icon in Bridge repo - Better detection of MacOS version to improve automatic AppleMail configuration - Clearing cache after switching early access off ### Fixed - - Better poor connection handling - added retries for starting IMAP server after the connection was down - Excluding updates from 'clearing cache' - Not allowing copying from Inbox to Sent and vice versa From b7351dfaf85fb56a86d4ee2af790e24c9b3ccbb6 Mon Sep 17 00:00:00 2001 From: Andrzej Szafranski Date: Wed, 10 Mar 2021 21:52:52 +0000 Subject: [PATCH 3/4] Other --- release-notes/ie_stable.md | 72 ++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 37 deletions(-) diff --git a/release-notes/ie_stable.md b/release-notes/ie_stable.md index 82222be5..142556ff 100644 --- a/release-notes/ie_stable.md +++ b/release-notes/ie_stable.md @@ -1,51 +1,49 @@ +## v1.3.1 +- 2021-03-11 + +### New +- Reduce the number of import errors by supporting malformed undisclosed-recipient and better handling of overly long headers +- Improvements to how large attachments are processed +- New format of the release notes + +### Fixed +- Linux font issues - Fedora specific +- Fixed rare message misplacement +- Ensure removal of the startup entry during uninstallation +- Update errors + + ## v1.2.2 - 2020-11-27 ### New -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 +- 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 +- Linux font issues - Fedora specific +- App response to the user pausing and canceling import or export +- Upgrade errors ## v1.1.2 - 2020-09-23 ### New - -Improving performance - - * Speed up import by implementing parallel processing (parallel fetch, encrypt and upload of messages) - * Optimising the initial fetch of messages from external accounts - -Better message parsing - - * Better handling of attachments and non-standard formatting - * Improved stability of the message parser - -Improved metrics - - * Added persistent anonymous API cookies - +- Improving performance +- Speed up import by implementing parallel processing (parallel fetch, encrypt and upload of messages) +- Optimising the initial fetch of messages from external accounts +- Better message parsing +- Better handling of attachments and non-standard formatting +- Improved stability of the message parser +- Improved metrics +- Added persistent anonymous API cookies ### Fixed - -Fixed issues causing failing of import - - * Import from mbox files with long lines - * Improvements to import from Yahoo accounts +- Fixed issues causing failing of import +- Import from mbox files with long lines +- Improvements to import from Yahoo accounts From 38c6132f817fc63b892f940ee93e4e83bfaeeebf Mon Sep 17 00:00:00 2001 From: Alexander Bilyak Date: Wed, 10 Mar 2021 23:42:30 +0100 Subject: [PATCH 4/4] Other: Import-Export Farg 1.3.1 --- Changelog.md | 12 ++++++++++++ Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 47c446bf..226c35bc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,18 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [IE 1.3.1] Farg + +### Changed +* GODT-1047 No silent updates for Import-Export app. +* GODT-247 Cache and update files moved from user's cache to config. + +### Fixed +* Other: include latest go.mod/go.sum changes. +* GODT-803 Fix import to wrong target address. +* GODT-948 Embedded messages. +* GODT-1043 Fix showing long login error in GUI dialog. + ## [Bridge 1.6.6] HZM ### Added diff --git a/Makefile b/Makefile index bd26d15d..7773b2c3 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.6.6+git -IE_APP_VERSION?=1.3.0+git +IE_APP_VERSION?=1.3.1+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=logo.ico SRC_ICNS:=Bridge.icns