mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 00:27:06 +00:00
Other: Bridge James 1.8.5
This commit is contained in:
27
Changelog.md
27
Changelog.md
@ -2,20 +2,27 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
## [Bridge 1.8.5] James
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* GODT-1189: Draft created on Outlook is synced on web.
|
||||||
|
* GODT-1190: Fix some random crashes of Bridge on Windows.
|
||||||
|
* GODT-1191: Fix data loss of some drafts messages when restarting outlook on Windows.
|
||||||
|
|
||||||
## [Bridge 1.8.4] James
|
## [Bridge 1.8.4] James
|
||||||
|
|
||||||
## Added
|
### Added
|
||||||
GODT-1155: Update gopenpgp v2.1.9 and use go-srp.
|
* GODT-1155: Update gopenpgp v2.1.9 and use go-srp.
|
||||||
GODT-1044: Lite parser for appended messages.
|
* GODT-1044: Lite parser for appended messages.
|
||||||
GODT-1183: Add test for getting contact emails by email
|
* GODT-1183: Add test for getting contact emails by email
|
||||||
GODT-1184: Preserve signatures in externally signed messages.
|
* GODT-1184: Preserve signatures in externally signed messages.
|
||||||
|
|
||||||
# Changed
|
### Changed
|
||||||
GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
|
* GODT-949: Ignore some InvalidMediaParameter errors in lite parser.
|
||||||
|
|
||||||
## Fixed
|
### Fixed
|
||||||
GODT-1161: Guarantee order of responses when creating new message.
|
* GODT-1161: Guarantee order of responses when creating new message.
|
||||||
GODT-1162: Fix wrong section 1 error when email has no MIME parts.
|
* GODT-1162: Fix wrong section 1 error when email has no MIME parts.
|
||||||
|
|
||||||
|
|
||||||
## [Bridge 1.8.3] James
|
## [Bridge 1.8.3] James
|
||||||
|
|||||||
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.8.4+git
|
BRIDGE_APP_VERSION?=1.8.5+git
|
||||||
IE_APP_VERSION?=1.3.3+git
|
IE_APP_VERSION?=1.3.3+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