From e10aa89313910514829eeb867321fe78e687d9ba Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 26 May 2021 17:10:30 +0200 Subject: [PATCH] Other: Bridge James 1.8.3 --- Changelog.md | 12 ++++++++++++ Makefile | 2 +- release-notes/bridge_early.md | 14 ++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f0479e8b..b3b0734a 100644 --- a/Changelog.md +++ b/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. diff --git a/Makefile b/Makefile index d5117395..70f9de81 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.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 diff --git a/release-notes/bridge_early.md b/release-notes/bridge_early.md index 9e3738fd..0d44e25a 100644 --- a/release-notes/bridge_early.md +++ b/release-notes/bridge_early.md @@ -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