Skip to content

Commit a8caec5

Browse files
committed
chore: Erasmus Bridge 3.15.0 changelog.
1 parent 0c21925 commit a8caec5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Changelog.md

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

55

6+
## Erasmus Bridge 3.15.0
7+
8+
### Added
9+
* BRIDGE-238: Added host information to sentry events; new sentry event for keychain issues.
10+
* BRIDGE-236: Added SMTP observability metrics.
11+
* BRIDGE-217: Added missing parameter to the CLI help command.
12+
* BRIDGE-234: Add accessibility name in QML for UI automation.
13+
* BRIDGE-232: Test: Add Home Menu Bridge UI e2e automation tests.
14+
* BRIDGE-220: Test: Add Bridge E2E UI login/logout tests for Windows.
15+
16+
### Changed
17+
* BRIDGE-228: Removed sentry events.
18+
* BRIDGE-218: Observability adapter; gluon observability metrics and tests.
19+
* BRIDGE-215: Tweak wording on macOS profile install page.
20+
* BRIDGE-131: Test: Integration tests for messages from Proton <-> Gmail.
21+
* BRIDGE-142: Bridge icon can be removed from the menu bar on macOS.
22+
23+
### Fixed
24+
* BRIDGE-240: Fix for running against Qt 6.8 (contribution of GitHub user Cimbali).
25+
* BRIDGE-231: Fix reversed header order in messages.
26+
* BRIDGE-235: Fix compilation of Bridge GUI Tester on Windows.
27+
* BRIDGE-120: Use appropriate address key when importing / saving draft.
28+
29+
630
## Dragon Bridge 3.14.0
731

832
### 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.14.0+git
15+
BRIDGE_APP_VERSION?=3.15.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)