File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-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
+ ## Flavien Bridge 3.16.0
7
+
8
+ ### Added
9
+ * BRIDGE-205: Add support for the IMAP AUTHENTICATE command.
10
+ * BRIDGE-268: Add kill switch feature flag for the IMAP AUTHENTICATE command.
11
+ * BRIDGE-261: Delete gluon data during user deletion.
12
+ * BRIDGE-246: Test: Add Settings Menu Bridge UI e2e automation tests.
13
+
14
+ ### Changed
15
+ * BRIDGE-107: Improved human verification UX.
16
+ * BRIDGE-281: Disable keychain test on macOS.
17
+ * BRIDGE-266: Heartbeat telemetry update.
18
+ * BRIDGE-253: Removed unused telemetry (activation and troubleshooting).
19
+ * BRIDGE-252: Restored the -h shortcut for the CLI --help switch.
20
+ * BRIDGE-264: Ignore apple notes as UserAgent.
21
+
22
+ ### Fixed
23
+ * BRIDGE-256: Fix reversed order of headers with multiple values.
24
+ * BRIDGE-258: Fixed issue with draft updates and sending during synchronization.
25
+
26
+
6
27
## Erasmus Bridge 3.15.0
7
28
8
29
### Added
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.15 .0+git
15
+ BRIDGE_APP_VERSION? =3.16 .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