From a8caec560eb03cf96f8d73602cc2aed8167680a7 Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Tue, 29 Oct 2024 10:47:33 +0100 Subject: [PATCH] chore: Erasmus Bridge 3.15.0 changelog. --- Changelog.md | 24 ++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 44c72f56..5d663793 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,30 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Erasmus Bridge 3.15.0 + +### Added +* BRIDGE-238: Added host information to sentry events; new sentry event for keychain issues. +* BRIDGE-236: Added SMTP observability metrics. +* BRIDGE-217: Added missing parameter to the CLI help command. +* BRIDGE-234: Add accessibility name in QML for UI automation. +* BRIDGE-232: Test: Add Home Menu Bridge UI e2e automation tests. +* BRIDGE-220: Test: Add Bridge E2E UI login/logout tests for Windows. + +### Changed +* BRIDGE-228: Removed sentry events. +* BRIDGE-218: Observability adapter; gluon observability metrics and tests. +* BRIDGE-215: Tweak wording on macOS profile install page. +* BRIDGE-131: Test: Integration tests for messages from Proton <-> Gmail. +* BRIDGE-142: Bridge icon can be removed from the menu bar on macOS. + +### Fixed +* BRIDGE-240: Fix for running against Qt 6.8 (contribution of GitHub user Cimbali). +* BRIDGE-231: Fix reversed header order in messages. +* BRIDGE-235: Fix compilation of Bridge GUI Tester on Windows. +* BRIDGE-120: Use appropriate address key when importing / saving draft. + + ## Dragon Bridge 3.14.0 ### Changed diff --git a/Makefile b/Makefile index 2c8daba3..9e373cdb 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .) .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.14.0+git +BRIDGE_APP_VERSION?=3.15.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG