From df318382b74f4caa0c7a69701e8fbed1884b0d1f Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 10 Feb 2021 14:45:38 +0100 Subject: [PATCH] Bridge HZM 1.6.3 --- Changelog.md | 19 +++++++++++++++++++ Makefile | 2 +- unreleased.md | 19 ------------------- 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 unreleased.md diff --git a/Changelog.md b/Changelog.md index c644926d..bc157550 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Makefile b/Makefile index d5f371ac..f7f8bc56 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/unreleased.md b/unreleased.md deleted file mode 100644 index b986b6e7..00000000 --- a/unreleased.md +++ /dev/null @@ -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.