From 88a9fe410c1ebe15bc6b0975338aa1e5af7f4d1a Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 25 Jan 2023 15:11:59 +0100 Subject: [PATCH] Other: Bridge Perth Narrows v3.0.12 --- Changelog.md | 36 ++++++++++++++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b5296d3e..210e68a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,42 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 3.0.12] Perth Narrows + +### Added +* GODT-2210: v3.0 splash screen. +* GODT-1770: handle UserBadEvent in CLI and gRPC. + +### Changed +* GODT-2223: Improve event handling. +* GODT-2305: Detect missing gluon DB. +* GODT-2291: Change gluon store default location from Cache to Data. +* Other: Disable dialer test until badssl cert is bumbed. +* GODT-2292: Updated BUILDS.md doc. +* GODT-2258: suggest email as login when signing in via status window. +* Other: Report corrupt and/or insecure vaults to sentry. +* Other: Better user load logs. +* GODT-2253: Restart Launcher from the gui when GUI crashes. +* Other(test): Make All Mail copy test more robust. +* Other(CI): Make race checks manual. +* Other: Remove old cert/key file location handling. +* GODT-2271: Update README with new system files path. + +### Fixed +* GODT-2296: Log error rather than fail if cannot get parent ID. +* GODT-2266: Pause event stream while sending. +* GODT-2266: Add test for sent message flags. +* Other(test): Fix some more integration test placeholders. +* GODT-2177: Use correct attachment disposition when content ID is set. +* GODT-1556: If no references, use the in-reply-to header as ParentID. +* Other: make GUI Tester more resilient to Bridge abrupt termination. +* GODT-2275: fixed location of bridge-gui log files. +* Other: Ensure SMTP debug dump works on windows. +* Other: Fix MaxLogs off-by-one limit and bump limit to 10. +* Other: fix path of temp folder in README. +* Other(debug): Dump raw SMTP input to user's home dir. + + ## [Bridge 3.0.11] Perth Narrows ### Changed diff --git a/Makefile b/Makefile index 3d1005dc..18881bfc 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.0.11+git +BRIDGE_APP_VERSION?=3.0.12+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG