Other: Bridge HZM 1.6.4
This commit is contained in:
27
Changelog.md
27
Changelog.md
@ -2,6 +2,33 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
## [Bridge 1.6.4] HZM
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Other: Autoupdates CLI commands.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
* Other: Remove credits.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* GODT-980 Placeholder for user agent.
|
||||||
|
* GODT-1036 Event loop Sentry reporting of failures and refresh.
|
||||||
|
* GODT-957 Increase space to hide difference.
|
||||||
|
* GODT-937 Add keychain switcher to frontend.
|
||||||
|
* GODT-1008 Fix transparent dialog under certain conditions.
|
||||||
|
* GODT-1034 More tolerant connection speed detection.
|
||||||
|
* GODT-1018 Pre-push git hook to check lints.
|
||||||
|
* Other: Make all command line flags as const strings.
|
||||||
|
* GODT-1041 Log IMAP requests to debug Apple Mail re-sync issue.
|
||||||
|
* Other: Pretty print prefs.json.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Other: Fix nogui build.
|
||||||
|
* GODT-317 Fix wrong total mailbox size in Apple Mail.
|
||||||
|
* Other: Fixing changelog punctuation.
|
||||||
|
* GODT-797 APPEND waits for EXPUNGE to prevent data loss when Outlook moves from Spam or Trash.
|
||||||
|
|
||||||
|
|
||||||
## [Bridge 1.6.3] HZM
|
## [Bridge 1.6.3] 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.3+git
|
BRIDGE_APP_VERSION?=1.6.4+git
|
||||||
IE_APP_VERSION?=1.3.0+git
|
IE_APP_VERSION?=1.3.0+git
|
||||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
SRC_ICO:=logo.ico
|
SRC_ICO:=logo.ico
|
||||||
|
|||||||
Reference in New Issue
Block a user