Skip to content

Commit

Permalink
chore: Colorado Bridge 3.13.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Aug 30, 2024
1 parent ac9ab8a commit 43cbeda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)


## Colorado Bridge 3.13.0

### Added
* BRIDGE-37: added message broadcasting functionality.
* BRIDGE-122: added observability service.
* BRIDGE-119: added support for Feature Flags.
* BRIDGE-116: added command-line switches to enable/disable keychain check on macOS.
* BRIDGE-88: added context menu for quick actions on input labels: cut, copy, paste.

### Changed
* BRIDGE-81: KB article suggestion updates + more weight for long keywords.

### Fixed
* BRIDGE-67: Added detection for username changes on macOS & automatic reconfiguration.
* BRIDGE-138: Remove deprecated doc.


## Bastei Bridge 3.12.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
.PHONY: build build-gui build-nogui build-launcher versioner hasher

# Keep version hardcoded so app build works also without Git repository.
BRIDGE_APP_VERSION?=3.12.0+git
BRIDGE_APP_VERSION?=3.13.0+git
APP_VERSION:=${BRIDGE_APP_VERSION}
APP_FULL_NAME:=Proton Mail Bridge
APP_VENDOR:=Proton AG
Expand Down

0 comments on commit 43cbeda

Please sign in to comment.