Bridge HZM 1.6.2

This commit is contained in:
Jakub 2021-02-01 10:12:36 +01:00
parent d4df2ea348
commit 35b5b925cf
3 changed files with 6 additions and 5 deletions

View File

@ -2,6 +2,11 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.6.2] HZM
### Fixed
* GODT-1010 Strip angle brackets from external ID.
## [Bridge 1.6.1] HZM
### Added

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.6.1+git
BRIDGE_APP_VERSION?=1.6.2+git
IE_APP_VERSION?=1.2.3+git
APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico

View File

@ -11,7 +11,3 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
### Changed
### Fixed
* GODT-787 GODT-978 Fix IE and Bridge importing to sent not showing up in inbox (setting up flags properly).
* GODT-1006 Use correct macOS keychain name.
* GODT-1009 Set ContentID if present and not explicitly attachment.
* GODT-1010 Strip angle brackets from external ID.