Other: Bridge James 1.8.5

This commit is contained in:
Alexander Bilyak 2021-06-08 23:54:31 +02:00
parent c482f768d9
commit df5fbda72f
2 changed files with 18 additions and 11 deletions

View File

@ -2,20 +2,27 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.8.5] James
### Fixed
* GODT-1189: Draft created on Outlook is synced on web.
* GODT-1190: Fix some random crashes of Bridge on Windows.
* GODT-1191: Fix data loss of some drafts messages when restarting outlook on Windows.
## [Bridge 1.8.4] James
## Added
GODT-1155: Update gopenpgp v2.1.9 and use go-srp.
GODT-1044: Lite parser for appended messages.
GODT-1183: Add test for getting contact emails by email
GODT-1184: Preserve signatures in externally signed messages.
### Added
* GODT-1155: Update gopenpgp v2.1.9 and use go-srp.
* GODT-1044: Lite parser for appended messages.
* GODT-1183: Add test for getting contact emails by email
* GODT-1184: Preserve signatures in externally signed messages.
# Changed
GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
### Changed
* GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
## Fixed
GODT-1161: Guarantee order of responses when creating new message.
GODT-1162: Fix wrong section 1 error when email has no MIME parts.
### Fixed
* GODT-1161: Guarantee order of responses when creating new message.
* GODT-1162: Fix wrong section 1 error when email has no MIME parts.
## [Bridge 1.8.3] James

View File

@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
.PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
# Keep version hardcoded so app build works also without Git repository.
BRIDGE_APP_VERSION?=1.8.4+git
BRIDGE_APP_VERSION?=1.8.5+git
IE_APP_VERSION?=1.3.3+git
APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico