diff --git a/Changelog.md b/Changelog.md index 5d663793..66829fef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,27 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Flavien Bridge 3.16.0 + +### Added +* BRIDGE-205: Add support for the IMAP AUTHENTICATE command. +* BRIDGE-268: Add kill switch feature flag for the IMAP AUTHENTICATE command. +* BRIDGE-261: Delete gluon data during user deletion. +* BRIDGE-246: Test: Add Settings Menu Bridge UI e2e automation tests. + +### Changed +* BRIDGE-107: Improved human verification UX. +* BRIDGE-281: Disable keychain test on macOS. +* BRIDGE-266: Heartbeat telemetry update. +* BRIDGE-253: Removed unused telemetry (activation and troubleshooting). +* BRIDGE-252: Restored the -h shortcut for the CLI --help switch. +* BRIDGE-264: Ignore apple notes as UserAgent. + +### Fixed +* BRIDGE-256: Fix reversed order of headers with multiple values. +* BRIDGE-258: Fixed issue with draft updates and sending during synchronization. + + ## Erasmus Bridge 3.15.0 ### Added diff --git a/Makefile b/Makefile index 9e373cdb..2c6e02e9 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.15.0+git +BRIDGE_APP_VERSION?=3.16.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG