Skip to content

Commit 30bf941

Browse files
committed
Other: Bridge Perth Narrows v3.0.7
1 parent 55ee6a9 commit 30bf941

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
22

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

5+
## [Bridge 3.0.7] Perth Narrows
6+
7+
### Fixed
8+
* Other: Increase default UIDVALIDITY.
9+
* GODT-2173: fix: Migrate Bridge passwords from v2.X.
10+
* GODT-2207: Fix encoding of non utf7 mailbox names.
11+
* Other: Increase worker count (2 -> 4).
12+
13+
514
## [Bridge 3.0.6] Perth Narrows
615

716
### Fixed
817
* GODT-2187: Skip messages during sync that fail to build/parse.
918

19+
1020
## [Bridge 3.0.5] Perth Narrows
1121

1222
### Fixed
1323
* GODT-2178: Bump go-proton-api to fix drafts.
1424
* GODT-2180: Allow login with FIDO2.
1525

26+
1627
## [Bridge 3.0.4] Perth Narrows
1728

1829
### Changed
@@ -26,6 +37,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
2637
* GODT-2170: Update draft event means delete old and create new message.
2738
* GODT-2170: User create draft route: first steps.
2839

40+
2941
## [Bridge 3.0.3] Perth Narrows
3042

3143
### Fixed
@@ -56,6 +68,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
5668
* Other: Ensure context is string in sentry reports.
5769
* GODT-2160: Ensure we can safely move cache file.
5870

71+
5972
## [Bridge 3.0.1] Perth Narrows
6073

6174
### Changed

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.6+git
14+
BRIDGE_APP_VERSION?=3.0.7+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
APP_FULL_NAME:=Proton Mail Bridge
1717
APP_VENDOR:=Proton AG

0 commit comments

Comments
 (0)