forked from Silverfish/proton-bridge
Bridge HZM v1.6.1
This commit is contained in:
14
Changelog.md
14
Changelog.md
@ -2,7 +2,19 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
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
|
### Added
|
||||||
* GODT-705 Allow silent update in Bridge and Import-Export app.
|
* GODT-705 Allow silent update in Bridge and Import-Export app.
|
||||||
|
|||||||
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.0+git
|
BRIDGE_APP_VERSION?=1.6.1+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
|
||||||
|
|||||||
@ -5,14 +5,9 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* GODT-1007 Notify user when version is the latest.
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
### 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.
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user