File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
5
6
- ## [ Bridge 2.4.2 ] Osney
6
+ ## [ Bridge 2.4.3 ] Osney
7
7
8
8
## Changed
9
9
* Other: implemented tokens in bridge-gui-tester.
@@ -22,21 +22,27 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
22
22
* GODT-1917: gRPC service should use random port.
23
23
* GODT-1924: gRPC identity validation with tokens.
24
24
* GODT-1344: Notifications for ApiCertError and NoActiveKeyForRecipient.
25
+ * GODT-1941: Update documentation.
26
+ * Other: Update golangci-lint to v1.50.0.
27
+ * GODT-1936: check gRPC server token via interceptors.
28
+
29
+
25
30
26
31
## Fixed
27
32
* GUI issues:
28
33
* GODT-1894: Fixed typo in alreadyLoggedIn event error message.
29
- * GODT-1479: Fix hover on “Open Bridge” in status window.
34
+ * GODT-1479: Fix hover on “Open Bridge” in status window on macOS .
30
35
* GODT-1899: Status window menu now closes when window is dismissed.
31
36
* GODT-1851: Port field error label now wraps.
32
37
* GODT-1566: GUI shows error notifications for IMAP/SMTP port errors on startup.
33
38
* GODT-1926: Clear port error messages when cancelling the dialog.
34
39
* Other: Fixed cocoa related warnings in bridge-gui on macOS.
35
-
36
40
* Build issues:
37
41
* GODT-1675: Add resrource file to both launcher and bridge-go.
38
42
* Other: Add WlShellIntegration lib for rpm package.
39
43
* GODT-1935: Fix resource file generation for both Launcher and Bridge.
44
+ * GODT-1942: Use ` qmake ` to find the ` QT6DIR ` .
45
+ * Provide launcher for make run-cli target.
40
46
* GODT-1931: Fixed bridge crash when checking for update while offline.
41
47
42
48
## [ Bridge 2.4.0] Osney
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? =2.4.2 +git
14
+ BRIDGE_APP_VERSION? =2.4.3 +git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
APP_FULL_NAME: =Proton Mail Bridge
17
17
APP_VENDOR: =Proton AG
Original file line number Diff line number Diff line change 1
1
.PHONY : check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
2
2
3
3
export GO111MODULE =on
4
- export BRIDGE_VERSION: =2.4.2 +integrationtests
4
+ export BRIDGE_VERSION: =2.4.3 +integrationtests
5
5
export VERBOSITY? =fatal
6
6
export TEST_DATA =testdata
7
7
You can’t perform that action at this time.
0 commit comments