forked from Silverfish/proton-bridge
chore: Erasmus Bridge 3.15.0 changelog.
This commit is contained in:
24
Changelog.md
24
Changelog.md
@ -3,6 +3,30 @@
|
|||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
|
||||||
|
## Erasmus Bridge 3.15.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* BRIDGE-238: Added host information to sentry events; new sentry event for keychain issues.
|
||||||
|
* BRIDGE-236: Added SMTP observability metrics.
|
||||||
|
* BRIDGE-217: Added missing parameter to the CLI help command.
|
||||||
|
* BRIDGE-234: Add accessibility name in QML for UI automation.
|
||||||
|
* BRIDGE-232: Test: Add Home Menu Bridge UI e2e automation tests.
|
||||||
|
* BRIDGE-220: Test: Add Bridge E2E UI login/logout tests for Windows.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* BRIDGE-228: Removed sentry events.
|
||||||
|
* BRIDGE-218: Observability adapter; gluon observability metrics and tests.
|
||||||
|
* BRIDGE-215: Tweak wording on macOS profile install page.
|
||||||
|
* BRIDGE-131: Test: Integration tests for messages from Proton <-> Gmail.
|
||||||
|
* BRIDGE-142: Bridge icon can be removed from the menu bar on macOS.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* BRIDGE-240: Fix for running against Qt 6.8 (contribution of GitHub user Cimbali).
|
||||||
|
* BRIDGE-231: Fix reversed header order in messages.
|
||||||
|
* BRIDGE-235: Fix compilation of Bridge GUI Tester on Windows.
|
||||||
|
* BRIDGE-120: Use appropriate address key when importing / saving draft.
|
||||||
|
|
||||||
|
|
||||||
## Dragon Bridge 3.14.0
|
## Dragon Bridge 3.14.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.14.0+git
|
BRIDGE_APP_VERSION?=3.15.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