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 22
33Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
44
5+ ## [ Bridge 3.0.18] Perth Narrows
6+
7+ ### Fixed
8+ * GODT-2364: Wait and retry once if the gRPC service config file exists but cannot be opened.
9+ * GODT-2364: Added optional details to C++ exceptions.
10+ * GODT-2413: Use qEnvironmentVariable() instead of qgetenv().
11+ * GODT-2412: Don't treat context cancellation as BadEvent.
12+ * GODT-2404: Handle unexpected EOF.
13+ * GODT-2400: Allow state updates to be applied if command fails.
14+ * GODT-2399: Fix immediate message deletion during updates.
15+ * GODT-2390: Missing changes from pervious commit.
16+ * GODT-2390: Add reports for uncaught json and net.opErr.
17+ * GODT-2414: Multiple deletion bug in WriteControlledStore.
18+
19+
520## [ Bridge 3.0.18] Perth Narrows
621
722### Fixed
Original file line number Diff line number Diff 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.18 +git
14+ BRIDGE_APP_VERSION? =3.0.19 +git
1515APP_VERSION: =${BRIDGE_APP_VERSION}
1616APP_FULL_NAME: =Proton Mail Bridge
1717APP_VENDOR: =Proton AG
You can’t perform that action at this time.
0 commit comments