From 1cafbfcaaacef601f1c02cdf9f91e5bf8abf4b2a Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 15 Nov 2023 12:54:18 +0100 Subject: [PATCH] chore: Wakato Bridge 3.7.1 changelog. --- Changelog.md | 28 ++++++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1151a7e5..29ab89a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,34 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Wakato Bridge 3.7.1 + +### Added +* Test(GODT-2740): Sending Plain text messages to internal recipient. +* Test(GODT-2892): Create fake log file. + +### Changed +* Remove debug prints. +* GODT-2576: Forward and $Forward Flag Support. +* GODT-3053: Use smaller bridge window on small screens. +* GODT-3113: Only force UTF-8 charset for HTML part when needed. +* GODT-3113: Do not render HTML for attachment. +* GODT-3112: Replaced error message when bridge exists prematurely. Added a link to support form. +* GODT-2947: Remove 'blame it on the weather' error part from go-smtp. +* GODT-3010: Log MimeType parsing issue. +* GODT-3104: Added log entry for cert install status on startup on macOS. +* GODT-2277: Move Keychain helpers creation in main. + +### Fixed +* GODT-3123: Trigger bad event on empty EventID on existing accounts. +* GODT-3118: Do not reset EventID when migrating sync settings. +* GODT-3116: Panic on closed channel. +* GODT-1623: Throttle SMTP failed requests. +* GODT-3047: Fixed 'disk full' error message. +* GODT-3054: Delete draft create from reply. +* GODT-3048: WKD Policy behavior. + + ## Wakato Bridge 3.7.0 ### Added diff --git a/Makefile b/Makefile index 5f9358bd..bfc9a592 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) .PHONY: build build-gui build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=3.7.0+git +BRIDGE_APP_VERSION?=3.7.1+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG