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 3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
5
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
+
6
30
## Dragon Bridge 3.14.0
7
31
8
32
### Changed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
12
12
.PHONY : build build-gui build-nogui build-launcher versioner hasher
13
13
14
14
# 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
16
16
APP_VERSION: =${BRIDGE_APP_VERSION}
17
17
APP_FULL_NAME: =Proton Mail Bridge
18
18
APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments