diff --git a/Changelog.md b/Changelog.md index 97d717d1..d9024cab 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,17 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ## [Bridge 3.2.0] Rialto +### Added +* GODT-2552, GODT-2553, GODT-2555, GODT-2556: Add telemetry. +* GODT-2575: Add dev info to cookies. + ### Changed +* GODT-2496: Bump gopenPGP to 2.7.1-proton. +* GODT-2517: Replace status window with native tray icon context menu. +* GODT-2586: Two-columns layout for account details. +* GODT-2580: Updated link to support website in GUI. +* GODT-2239: Bridgepp worker/overseer unit tests. +* GODT-2538: Implement smart picking of default IMAP/SMTP ports. * GODT-2502: Improve logs. * GODT-2551: Store and Recover Last User Agent from Vault. * GODT-2550: Verify IMAP ID is set properly. @@ -15,6 +25,11 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) * GODT-2483: Install cert without external tool on macOS. ### Fixed +* GODT-2588: Always perma-delete from Drafts/Trash. +* GODT-2582: Dedup recovered messages folder. +* GODT-2589: Update BUILDS.md. +* GODT-2581: Update outdated link to bridge homepage in CLI 'manual' command. +* GODT-2337: Filter reply-to on draft. * GODT-2550: Announce IMAP ID Capability. * GODT-2574: Fix label/unlabel of large amounts of messages. * GODT-2573: Handle invalid header fields in message. diff --git a/Makefile b/Makefile index e3587b15..4fbd1e79 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.1.2+git +BRIDGE_APP_VERSION?=3.2.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG