File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-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.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
+
5
20
## [ Bridge 3.0.13] Perth Narrows
6
21
7
22
### Fixed
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.13 +git
14
+ BRIDGE_APP_VERSION? =3.0.14 +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