forked from Silverfish/proton-bridge
Other: Bridge James 1.8.3
This commit is contained in:
12
Changelog.md
12
Changelog.md
@ -2,6 +2,16 @@
|
||||
|
||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [Bridge 1.8.3] James
|
||||
|
||||
## Added
|
||||
GODT-1044: Lite parser for appended messages.
|
||||
|
||||
## Fixed
|
||||
GODT-1161: Guarantee order of responses when creating new message.
|
||||
GODT-1162: Fix wrong section 1 error when email has no MIME parts.
|
||||
|
||||
|
||||
## [Bridge 1.8.2] James
|
||||
|
||||
### Fixed
|
||||
@ -20,11 +30,13 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||
* GODT-1056 Check encrypted size of the message before upload.
|
||||
* GODT-1143 Turn off SMTP server while no connection.
|
||||
* GODT-1089 Explicitly open system preferences window on BigSur.
|
||||
* GODT-35: Connection manager with resty.
|
||||
|
||||
### Fixed
|
||||
* GODT-1159 SMTP server not restarting after restored internet.
|
||||
* GODT-1146 Refactor handling of fetching BODY[HEADER] (and similar) regarding trailing newline.
|
||||
* GODT-1152 Correctly resolve wildcard sequence/UID set.
|
||||
* GODT-876 Set default from if empty for importing draft.
|
||||
* Other: Avoid API jail.
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
||||
# Keep version hardcoded so app build works also without Git repository.
|
||||
BRIDGE_APP_VERSION?=1.8.2+git
|
||||
BRIDGE_APP_VERSION?=1.8.3+git
|
||||
IE_APP_VERSION?=1.3.3+git
|
||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||
SRC_ICO:=logo.ico
|
||||
|
||||
@ -1,3 +1,17 @@
|
||||
## v1.8.3
|
||||
- 2021-05-31
|
||||
|
||||
### New
|
||||
|
||||
- Improved moving messages from other accounts to ProtonMail - implemented new parser for processing such messages
|
||||
- Performance improvements
|
||||
|
||||
### Fixed
|
||||
|
||||
- Sync issue with Microsoft Outlook (changed the order of processing requests)
|
||||
- Fetching the bodies of non-multipart messages
|
||||
|
||||
|
||||
## v1.8.2
|
||||
- 2021-05-21
|
||||
|
||||
|
||||
Reference in New Issue
Block a user