Other: Bridge James 1.8.3

This commit is contained in:
Jakub
2021-05-26 17:10:30 +02:00
parent d0a97a3f4a
commit e10aa89313
3 changed files with 27 additions and 1 deletions

View File

@ -2,6 +2,16 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/) 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 ## [Bridge 1.8.2] James
### Fixed ### 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-1056 Check encrypted size of the message before upload.
* GODT-1143 Turn off SMTP server while no connection. * GODT-1143 Turn off SMTP server while no connection.
* GODT-1089 Explicitly open system preferences window on BigSur. * GODT-1089 Explicitly open system preferences window on BigSur.
* GODT-35: Connection manager with resty.
### Fixed ### Fixed
* GODT-1159 SMTP server not restarting after restored internet. * GODT-1159 SMTP server not restarting after restored internet.
* GODT-1146 Refactor handling of fetching BODY[HEADER] (and similar) regarding trailing newline. * GODT-1146 Refactor handling of fetching BODY[HEADER] (and similar) regarding trailing newline.
* GODT-1152 Correctly resolve wildcard sequence/UID set. * GODT-1152 Correctly resolve wildcard sequence/UID set.
* GODT-876 Set default from if empty for importing draft.
* Other: Avoid API jail. * Other: Avoid API jail.

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 .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.2+git BRIDGE_APP_VERSION?=1.8.3+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

View File

@ -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 ## v1.8.2
- 2021-05-21 - 2021-05-21