File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
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.0] James
6
+
7
+ ### Added
8
+ * GODT-1056 Check encrypted size of the message before upload.
9
+ * GODT-1143 Turn off SMTP server while no connection.
10
+ * GODT-1089 Explicitly open system preferences window on BigSur.
11
+
12
+ ### Fixed
13
+ * GODT-1159 SMTP server not restarting after restored internet.
14
+ * GODT-1146 Refactor handling of fetching BODY[ HEADER] (and similar) regarding trailing newline.
15
+ * GODT-1152 Correctly resolve wildcard sequence/UID set.
16
+ * Other: Avoid API jail.
17
+
18
+
5
19
## [ Bridge 1.7.1] Iron
6
20
7
21
### Fixed
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.7.1 +git
13
+ BRIDGE_APP_VERSION? =1.8.0 +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