Skip to content

Commit 43cbeda

Browse files
committed
chore: Colorado Bridge 3.13.0 changelog.
1 parent ac9ab8a commit 43cbeda

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Changelog.md

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

55

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+
623
## Bastei Bridge 3.12.0
724

825
### Added

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.12.0+git
15+
BRIDGE_APP_VERSION?=3.13.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)