Skip to content

Commit df5fbda

Browse files
committed
Other: Bridge James 1.8.5
1 parent c482f76 commit df5fbda

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

Changelog.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22

33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

5+
## [Bridge 1.8.5] James
6+
7+
### Fixed
8+
* GODT-1189: Draft created on Outlook is synced on web.
9+
* GODT-1190: Fix some random crashes of Bridge on Windows.
10+
* GODT-1191: Fix data loss of some drafts messages when restarting outlook on Windows.
11+
512
## [Bridge 1.8.4] James
613

7-
## Added
8-
GODT-1155: Update gopenpgp v2.1.9 and use go-srp.
9-
GODT-1044: Lite parser for appended messages.
10-
GODT-1183: Add test for getting contact emails by email
11-
GODT-1184: Preserve signatures in externally signed messages.
14+
### Added
15+
* GODT-1155: Update gopenpgp v2.1.9 and use go-srp.
16+
* GODT-1044: Lite parser for appended messages.
17+
* GODT-1183: Add test for getting contact emails by email
18+
* GODT-1184: Preserve signatures in externally signed messages.
1219

13-
# Changed
14-
GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
20+
### Changed
21+
* GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
1522

16-
## Fixed
17-
GODT-1161: Guarantee order of responses when creating new message.
18-
GODT-1162: Fix wrong section 1 error when email has no MIME parts.
23+
### Fixed
24+
* GODT-1161: Guarantee order of responses when creating new message.
25+
* GODT-1162: Fix wrong section 1 error when email has no MIME parts.
1926

2027

2128
## [Bridge 1.8.3] James

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
1010
.PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
1111

1212
# Keep version hardcoded so app build works also without Git repository.
13-
BRIDGE_APP_VERSION?=1.8.4+git
13+
BRIDGE_APP_VERSION?=1.8.5+git
1414
IE_APP_VERSION?=1.3.3+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
SRC_ICO:=logo.ico

0 commit comments

Comments
 (0)