mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
Other: Bridge London 2.1.2
This commit is contained in:
20
Changelog.md
20
Changelog.md
@ -2,7 +2,25 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## [Bridge 2.1.0] London
|
## [Bridge 2.1.2] London
|
||||||
|
|
||||||
|
## Added
|
||||||
|
* GODT-1522: Rebuild macOS keychain notification.
|
||||||
|
* GODT-1437 Add new proxy provider (Quad9 with port).
|
||||||
|
* GODT-1516: Return notification on missing keychain.
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
* GODT-1451: Do not check for gnome keyring to allow other implementations of secret-service API. Thanks to @remgodow.
|
||||||
|
* GODT-1516 GODT-1451: KeepassXC is crashing on start. We need to block it until it's fixed.
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
* GODT-1524: Logout issues with macOS.
|
||||||
|
* GODT-1503 GODT-1492: Improve email validation and username in bug report.
|
||||||
|
* GODT-1507: Enable autostart after Qt setup.
|
||||||
|
* GODT-1515: Do not crash when bridge users got disconnected.
|
||||||
|
|
||||||
|
|
||||||
|
## [Bridge 2.1.1] London
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
* GODT-1376: Add first userID to sentry scope.
|
* GODT-1376: Add first userID to sentry scope.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
|
|||||||
.PHONY: build build-nogui build-launcher versioner hasher
|
.PHONY: build build-nogui build-launcher versioner hasher
|
||||||
|
|
||||||
# Keep version hardcoded so app build works also without Git repository.
|
# Keep version hardcoded so app build works also without Git repository.
|
||||||
BRIDGE_APP_VERSION?=2.1.1+git
|
BRIDGE_APP_VERSION?=2.1.2+git
|
||||||
APP_VERSION:=${BRIDGE_APP_VERSION}
|
APP_VERSION:=${BRIDGE_APP_VERSION}
|
||||||
SRC_ICO:=logo.ico
|
SRC_ICO:=logo.ico
|
||||||
SRC_ICNS:=Bridge.icns
|
SRC_ICNS:=Bridge.icns
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
|
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
|
||||||
|
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
export BRIDGE_VERSION:=2.1.1+integrationtests
|
export BRIDGE_VERSION:=2.1.2+integrationtests
|
||||||
export VERBOSITY?=fatal
|
export VERBOSITY?=fatal
|
||||||
export TEST_DATA=testdata
|
export TEST_DATA=testdata
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user