Skip to content

Commit 0ceee14

Browse files
committed
Other: Bridge Osney 2.4.3
1 parent b4b998d commit 0ceee14

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

55

6-
## [Bridge 2.4.2] Osney
6+
## [Bridge 2.4.3] Osney
77

88
## Changed
99
* Other: implemented tokens in bridge-gui-tester.
@@ -22,21 +22,27 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
2222
* GODT-1917: gRPC service should use random port.
2323
* GODT-1924: gRPC identity validation with tokens.
2424
* 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+
2530

2631
## Fixed
2732
* GUI issues:
2833
* 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.
3035
* GODT-1899: Status window menu now closes when window is dismissed.
3136
* GODT-1851: Port field error label now wraps.
3237
* GODT-1566: GUI shows error notifications for IMAP/SMTP port errors on startup.
3338
* GODT-1926: Clear port error messages when cancelling the dialog.
3439
* Other: Fixed cocoa related warnings in bridge-gui on macOS.
35-
3640
* Build issues:
3741
* GODT-1675: Add resrource file to both launcher and bridge-go.
3842
* Other: Add WlShellIntegration lib for rpm package.
3943
* 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.
4046
* GODT-1931: Fixed bridge crash when checking for update while offline.
4147

4248
## [Bridge 2.4.0] Osney

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

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
22

33
export GO111MODULE=on
4-
export BRIDGE_VERSION:=2.4.2+integrationtests
4+
export BRIDGE_VERSION:=2.4.3+integrationtests
55
export VERBOSITY?=fatal
66
export TEST_DATA=testdata
77

0 commit comments

Comments
 (0)