File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
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
+
5
12
## [ Bridge 1.8.4] James
6
13
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.
12
19
13
- # Changed
14
- GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
20
+ ### Changed
21
+ * GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
15
22
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.
19
26
20
27
21
28
## [ Bridge 1.8.3] James
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
10
10
.PHONY : build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
11
11
12
12
# 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
14
14
IE_APP_VERSION? =1.3.3+git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
SRC_ICO: =logo.ico
You can’t perform that action at this time.
0 commit comments