Skip to content

Commit 9048b14

Browse files
committed
chore: Bridge Perth Narrows v3.0.14
1 parent 43100d1 commit 9048b14

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

5+
## [Bridge 3.0.14] Perth Narrows
6+
7+
### Fixed
8+
* GODT-2323: Fix Expunge not issued for move.
9+
* GODT-2341: Handle URL error.
10+
* GODT-2340: Improve logging.
11+
* GODT-2278: Improve sentry logs.
12+
* GODT-2327: Sync issues when migrating DB.
13+
* GODT-2318: Remove gluon DB if label sync was incomplete.
14+
* GODT-1804: Only promote content headers if non-empty.
15+
* GODT-2343: Only poll after send if sync is complete.
16+
* GODT-2336: Recover from changed address order while bridge is down.
17+
18+
19+
520
## [Bridge 3.0.13] Perth Narrows
621

722
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
1111
.PHONY: build build-gui build-nogui build-launcher versioner hasher
1212

1313
# Keep version hardcoded so app build works also without Git repository.
14-
BRIDGE_APP_VERSION?=3.0.13+git
14+
BRIDGE_APP_VERSION?=3.0.14+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
APP_FULL_NAME:=Proton Mail Bridge
1717
APP_VENDOR:=Proton AG

0 commit comments

Comments
 (0)