Skip to content

Commit

Permalink
Other: Bridge James 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BilyakA committed Jun 8, 2021
1 parent c482f76 commit df5fbda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 17 additions & 10 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df5fbda

Please sign in to comment.