diff --git a/Changelog.md b/Changelog.md index 46f4f286..2d2e71d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Makefile b/Makefile index 685be056..1ba1de71 100644 --- a/Makefile +++ b/Makefile @@ -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