From 5d93ee0cfc6d4c4c92aaf4744d018aad6c7f929f Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Thu, 24 Apr 2025 13:40:43 +0200 Subject: [PATCH] chore: Jubilee Bridge 3.20.0 changelog. --- Changelog.md | 21 +++++++++++++++++++++ Makefile | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 89377eed..4e4c5e7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,27 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Jubilee Bridge 3.20.0 + +### Added +* BRIDGE-348: Enable display of BYOE addresses in Bridge. +* BRIDGE-340: Added additional logging for label operations and related bad events. +* BRIDGE-324: Log a hash of the vault key on Bridge start. + +### Changed +* BRIDGE-352: Chore: bump go to 1.24.2. +* BRIDGE-353: Chore: update x/net package to 0.38.0. + +### Fixed +* BRIDGE-351: Allow draft creation and import to BYOE addresses in combined mode. +* BRIDGE-301: Prevent imports into non-BYOE external addresses. +* BRIDGE-341: Replaced go-autostart with a fork to support creating autostart shortcuts in directories with Unicode characters on Windows. +* BRIDGE-332: Strip newline characters from username and password fields in the Bridge GUI. +* BRIDGE-336: Ensure all remote labels are verified and created in Gluon at Bridge startup. +* BRIDGE-335: Persist the last successfully used keychain helper as a user preference on Linux. +* BRIDGE-333: Ignore unknown label IDs during Bridge synchronization. + + ## Infinity Bridge 3.19.0 ### Changed diff --git a/Makefile b/Makefile index edc7e63c..49de275d 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.19.0+git +BRIDGE_APP_VERSION?=3.20.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG