mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
chore: Jubilee Bridge 3.20.0 changelog.
This commit is contained in:
21
Changelog.md
21
Changelog.md
@ -3,6 +3,27 @@
|
|||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
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
|
## Infinity Bridge 3.19.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
|
|||||||
.PHONY: build build-gui build-nogui build-launcher versioner hasher
|
.PHONY: build build-gui build-nogui build-launcher versioner hasher
|
||||||
|
|
||||||
# Keep version hardcoded so app build works also without Git repository.
|
# 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_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
APP_FULL_NAME:=Proton Mail Bridge
|
APP_FULL_NAME:=Proton Mail Bridge
|
||||||
APP_VENDOR:=Proton AG
|
APP_VENDOR:=Proton AG
|
||||||
|
|||||||
Reference in New Issue
Block a user