File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-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+ ## 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
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.14 .0+git
15+ BRIDGE_APP_VERSION? =3.15 .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