File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
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
+
5
14
## [ Bridge 3.0.6] Perth Narrows
6
15
7
16
### Fixed
8
17
* GODT-2187: Skip messages during sync that fail to build/parse.
9
18
19
+
10
20
## [ Bridge 3.0.5] Perth Narrows
11
21
12
22
### Fixed
13
23
* GODT-2178: Bump go-proton-api to fix drafts.
14
24
* GODT-2180: Allow login with FIDO2.
15
25
26
+
16
27
## [ Bridge 3.0.4] Perth Narrows
17
28
18
29
### Changed
@@ -26,6 +37,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
26
37
* GODT-2170: Update draft event means delete old and create new message.
27
38
* GODT-2170: User create draft route: first steps.
28
39
40
+
29
41
## [ Bridge 3.0.3] Perth Narrows
30
42
31
43
### Fixed
@@ -56,6 +68,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
56
68
* Other: Ensure context is string in sentry reports.
57
69
* GODT-2160: Ensure we can safely move cache file.
58
70
71
+
59
72
## [ Bridge 3.0.1] Perth Narrows
60
73
61
74
### Changed
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
11
11
.PHONY : build build-gui build-nogui build-launcher versioner hasher
12
12
13
13
# 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
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
APP_FULL_NAME: =Proton Mail Bridge
17
17
APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments