Other: Bridge James 1.8.0

This commit is contained in:
Alexander Bilyak 2021-05-07 15:23:40 +02:00
parent dd66b7f8d0
commit 6ff4c8a738
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.8.0] James
### Added
* GODT-1056 Check encrypted size of the message before upload.
* GODT-1143 Turn off SMTP server while no connection.
* GODT-1089 Explicitly open system preferences window on BigSur.
### Fixed
* GODT-1159 SMTP server not restarting after restored internet.
* GODT-1146 Refactor handling of fetching BODY[HEADER] (and similar) regarding trailing newline.
* GODT-1152 Correctly resolve wildcard sequence/UID set.
* Other: Avoid API jail.
## [Bridge 1.7.1] Iron
### Fixed

View File

@ -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.7.1+git
BRIDGE_APP_VERSION?=1.8.0+git
IE_APP_VERSION?=1.3.3+git
APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico