diff --git a/Changelog.md b/Changelog.md index b92573bee..ff95d49f7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Makefile b/Makefile index e593a2137..a69a7b813 100644 --- a/Makefile +++ b/Makefile @@ -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