Bridge HZM 1.6.3

This commit is contained in:
Jakub 2021-02-10 14:45:38 +01:00
parent 341487d839
commit df318382b7
3 changed files with 20 additions and 20 deletions

View File

@ -2,6 +2,25 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.6.3] HZM
### Added
* GODT-337 Desktop files.
### Changed
* GODT-885 Do not explicitly unlabel folders during move to match behaviour of other clients.
* GODT-616 Better user message about wrong mailbox password.
* GODT-1021 Do not allow copy Inbox->Sent or Sent->Inbox
* GODT-976 Exclude updates from clearing cache and clear cache, including updates, while switching early access off
* GODT-1033 Retry starting IMAP server after connection was down
### Fixed
* GODT-1011 Stable integration test deleting many messages using UID EXPUNGE.
* GODT-1015 Use lenient version parser to properly parse version provided by Mac.
* GODT-919 Notify about update right after the start.
* GODT-919 GODT-1022 Logs and signals
## [IE 1.3.0] Farg
### Changed

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.2+git
BRIDGE_APP_VERSION?=1.6.3+git
IE_APP_VERSION?=1.3.0+git
APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico

View File

@ -1,19 +0,0 @@
# ProtonMail Bridge and Import-Export unreleased
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased
### Added
* GODT-337 Desktop files.
### Removed
### Changed
* GODT-885 Do not explicitly unlabel folders during move to match behaviour of other clients.
* GODT-616 Better user message about wrong mailbox password.
### Fixed
* GODT-1011 Stable integration test deleting many messages using UID EXPUNGE.
* GODT-1015 Use lenient version parser to properly parse version provided by Mac.
* GODT-919 Notify about update right after the start.