File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 33Changelog [ 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
Original file line number Diff line number Diff 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
1616APP_VERSION: =${BRIDGE_APP_VERSION}
1717APP_FULL_NAME: =Proton Mail Bridge
1818APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments