Skip to content

Commit 6ff4c8a

Browse files
committed
Other: Bridge James 1.8.0
1 parent dd66b7f commit 6ff4c8a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

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+
519
## [Bridge 1.7.1] Iron
620

721
### Fixed

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.7.1+git
13+
BRIDGE_APP_VERSION?=1.8.0+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)