Skip to content

Commit 05623a9

Browse files
committed
chore: Jubilee Bridge 3.20.0 changelog.
1 parent a305ee1 commit 05623a9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

55

6+
## Jubilee Bridge 3.20.0
7+
8+
### Added
9+
* BRIDGE-348: Enable display of BYOE addresses in Bridge.
10+
* BRIDGE-340: Added additional logging for label operations and related bad events.
11+
* BRIDGE-324: Log a hash of the vault key on Bridge start.
12+
13+
### Changed
14+
* BRIDGE-352: Chore: bump go to 1.24.2.
15+
* BRIDGE-353: Chore: update x/net package to 0.38.0.
16+
17+
### Fixed
18+
* BRIDGE-351: Allow draft creation and import to BYOE addresses in combined mode.
19+
* BRIDGE-301: Prevent imports into non-BYOE external addresses.
20+
* BRIDGE-341: Replaced go-autostart with a fork to support creating autostart shortcuts in directories with Unicode characters on Windows.
21+
* BRIDGE-332: Strip newline characters from username and password fields in the Bridge GUI.
22+
* BRIDGE-336: Ensure all remote labels are verified and created in Gluon at Bridge startup.
23+
* BRIDGE-335: Persist the last successfully used keychain helper as a user preference on Linux.
24+
* BRIDGE-333: Ignore unknown label IDs during Bridge synchronization.
25+
26+
627
## Infinity Bridge 3.19.0
728

829
### Changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
1212
.PHONY: build build-gui build-nogui build-launcher versioner hasher
1313

1414
# Keep version hardcoded so app build works also without Git repository.
15-
BRIDGE_APP_VERSION?=3.19.0+git
15+
BRIDGE_APP_VERSION?=3.20.0+git
1616
APP_VERSION:=${BRIDGE_APP_VERSION}
1717
APP_FULL_NAME:=Proton Mail Bridge
1818
APP_VENDOR:=Proton AG

0 commit comments

Comments
 (0)