mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
chore: Kanmon Bridge 3.21.0 changelog.
This commit is contained in:
16
Changelog.md
16
Changelog.md
@ -3,6 +3,22 @@
|
|||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
|
||||||
|
## Kanmon Bridge 3.21.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* BRIDGE-379: Mailbox pre-check on Bridge startup & conflict resolver for Bridge internal mailboxes.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* BRIDGE-376: Explicitly catch Gluon DB mailbox name conflicts and report them to Sentry.
|
||||||
|
* BRIDGE-373: Extend user mailbox conflict resolver logging & report sync errors to Sentry.
|
||||||
|
* BRIDGE-366: Kill switch support for IMAP IDLE.
|
||||||
|
* BRIDGE-363: Observability metric support for IMAP connections.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* BRIDGE-377: Correct API label field usage on user label conflict resolver - update handler (event loop).
|
||||||
|
* BRIDGE-378: Fix incorrect field usage for system mailbox names.
|
||||||
|
|
||||||
|
|
||||||
## Jubilee Bridge 3.20.1
|
## Jubilee Bridge 3.20.1
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ ROOT_DIR:=$(realpath .)
|
|||||||
.PHONY: build build-gui build-nogui build-launcher versioner hasher
|
.PHONY: build build-gui build-nogui build-launcher versioner hasher
|
||||||
|
|
||||||
# Keep version hardcoded so app build works also without Git repository.
|
# Keep version hardcoded so app build works also without Git repository.
|
||||||
BRIDGE_APP_VERSION?=3.20.1+git
|
BRIDGE_APP_VERSION?=3.21.0+git
|
||||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
APP_FULL_NAME:=Proton Mail Bridge
|
APP_FULL_NAME:=Proton Mail Bridge
|
||||||
APP_VENDOR:=Proton AG
|
APP_VENDOR:=Proton AG
|
||||||
|
|||||||
Reference in New Issue
Block a user