Bridge HZM v1.6.1

This commit is contained in:
Jakub
2021-02-01 06:16:12 +01:00
parent 52804c7039
commit 619d5eaec9
3 changed files with 14 additions and 7 deletions

View File

@ -2,7 +2,19 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.6.0] HMZ
## [Bridge 1.6.1] HZM
### Added
* GODT-1007 Notify user when version is the latest.
### 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-1008 Transparent welcome message.
## [Bridge 1.6.0] HZM
### Added
* GODT-705 Allow silent update in Bridge and Import-Export app.

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

View File

@ -5,14 +5,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased
### Added
* GODT-1007 Notify user when version is the latest.
### Removed
### 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.