1
0

Merge branch 'release/farg' into devel

This commit is contained in:
Alexander Bilyak
2021-03-24 14:55:55 +01:00
3 changed files with 48 additions and 38 deletions

View File

@ -2,6 +2,18 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/) 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 ## [Bridge 1.6.6] HZM
### Added ### Added

View File

@ -11,7 +11,7 @@ TARGET_OS?=${GOOS}
# Keep version hardcoded so app build works also without Git repository. # Keep version hardcoded so app build works also without Git repository.
BRIDGE_APP_VERSION?=1.6.6+git 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} APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico SRC_ICO:=logo.ico
SRC_ICNS:=Bridge.icns SRC_ICNS:=Bridge.icns

View File

@ -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 ## v1.2.2
- 2020-11-27 - 2020-11-27
### New ### New
Improvements to the import from large mbox files with multiple labels - 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
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
Better handling and displaying of skipped messages - Cosmetic GUI changes
- Better error handling
Various enhancements of the import process related to parsing
Cosmetic GUI changes
Better error handling
### Fixed ### Fixed
- Linux font issues - Fedora specific
Linux font issues - Fedora specific - App response to the user pausing and canceling import or export
- Upgrade errors
App response to the user pausing and canceling import or export
Upgrade errors
## v1.1.2 ## v1.1.2
- 2020-09-23 - 2020-09-23
### New ### New
- Improving performance
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
* Speed up import by implementing parallel processing (parallel fetch, encrypt and upload of messages) - Better message parsing
* Optimising the initial fetch of messages from external accounts - Better handling of attachments and non-standard formatting
- Improved stability of the message parser
Better message parsing - Improved metrics
- Added persistent anonymous API cookies
* Better handling of attachments and non-standard formatting
* Improved stability of the message parser
Improved metrics
* Added persistent anonymous API cookies
### Fixed ### Fixed
- Fixed issues causing failing of import
Fixed issues causing failing of import - Import from mbox files with long lines
- Improvements to import from Yahoo accounts
* Import from mbox files with long lines
* Improvements to import from Yahoo accounts