File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-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
+ ## Colorado Bridge 3.13.0
7
+
8
+ ### Added
9
+ * BRIDGE-37: added message broadcasting functionality.
10
+ * BRIDGE-122: added observability service.
11
+ * BRIDGE-119: added support for Feature Flags.
12
+ * BRIDGE-116: added command-line switches to enable/disable keychain check on macOS.
13
+ * BRIDGE-88: added context menu for quick actions on input labels: cut, copy, paste.
14
+
15
+ ### Changed
16
+ * BRIDGE-81: KB article suggestion updates + more weight for long keywords.
17
+
18
+ ### Fixed
19
+ * BRIDGE-67: Added detection for username changes on macOS & automatic reconfiguration.
20
+ * BRIDGE-138: Remove deprecated doc.
21
+
22
+
6
23
## Bastei Bridge 3.12.0
7
24
8
25
### 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.12 .0+git
15
+ BRIDGE_APP_VERSION? =3.13 .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