mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
Bridge HZM 1.6.3
This commit is contained in:
19
Changelog.md
19
Changelog.md
@ -2,6 +2,25 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
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
|
## [IE 1.3.0] Farg
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
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.2+git
|
BRIDGE_APP_VERSION?=1.6.3+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
|
||||||
|
|||||||
@ -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.
|
|
||||||
Reference in New Issue
Block a user