From 2569e83e514041e110f3e50c900a955cf7281c6c Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Mon, 15 Apr 2024 16:31:19 +0200 Subject: [PATCH] chore: Alcantara Bridge 3.11.0 changelog. --- Changelog.md | 18 ++++++++++++++++++ Makefile | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b3eba7fc..a72d6983 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,24 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Alcantara Bridge 3.11.0 + +### Added +* GODT-3185: Report cases which leads to wrong address key used. + +### Changed +* BRIDGE-14: HV3 implementation. +* BRIDGE-15: Certificate install is now also done during Outlook setup on macOS. +* GODT-3146: Start servers on startup, keep running when even when no users are active. + +### Fixed +* BRIDGE-8: Fix bridge double sessionID issue in logs. +* BRIDGE-7: Modify keychain test on macOS. +* BRIDGE-4: Logs not being created when invalid flag is passed. +* BRIDGE-5: Add tooltip to tray icon. +* GODT-3163: Filter MBOX format delimiter. + + ## Zaehringen Bridge 3.10.0 ### Added diff --git a/Makefile b/Makefile index b9b776b8..34ed7bf2 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.10.0+git +BRIDGE_APP_VERSION?=3.11.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG