Bridge HZM 1.6.2
This commit is contained in:
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
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
|
## [Bridge 1.6.1] HZM
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
|
|||||||
.PHONY: build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
|
.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.
|
# 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
|
IE_APP_VERSION?=1.2.3+git
|
||||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
SRC_ICO:=logo.ico
|
SRC_ICO:=logo.ico
|
||||||
|
|||||||
@ -11,7 +11,3 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
### Fixed
|
### 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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user