Other: Bridge Millau 2.2.0

This commit is contained in:
Jakub
2022-05-18 11:44:15 +02:00
parent 865ac44037
commit ba712516ff
3 changed files with 32 additions and 12 deletions

View File

@ -2,30 +2,50 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/) Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 2.2.0] Millau
### Added
* Rebranding:
* GODT-1508: Splash screen for rebranding.
* GODT-1542: Update login screen for rebranding.
* GODT-1260: Renaming.
* GODT-1502: Rebranding: color and radius.
* GODT-1549: Add notification when address list changes.
* GODT-1560: Dependecy licenses update and link.
### Changed
* GODT-1543: Using one buffered event for off and on connection.
* GODT-1550: Update dependencies.
* GODT-1545 GODT-1521: Change wording and enable release notes link.
### Fixed
* GODT-1534: Reset address when leaving split mode.
## [Bridge 2.1.3] London ## [Bridge 2.1.3] London
## Added ### Added
GODT-1525: Add keybase/go-keychain/secretservice as new keychain helper. GODT-1525: Add keybase/go-keychain/secretservice as new keychain helper.
## Changed ### Changed
GODT-1527: Change bug report description. GODT-1527: Change bug report description.
## Fixed ### Fixed
GODT-1537: Manual in-app update mechanism. GODT-1537: Manual in-app update mechanism.
## [Bridge 2.1.2] London ## [Bridge 2.1.2] London
## Added ### Added
* GODT-1522: Rebuild macOS keychain notification. * GODT-1522: Rebuild macOS keychain notification.
* GODT-1437 Add new proxy provider (Quad9 with port). * GODT-1437 Add new proxy provider (Quad9 with port).
* GODT-1516: Return notification on missing keychain. * GODT-1516: Return notification on missing keychain.
## Changed ### Changed
* GODT-1451: Do not check for gnome keyring to allow other implementations of secret-service API. Thanks to @remgodow. * 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. * GODT-1516 GODT-1451: KeepassXC is crashing on start. We need to block it until it's fixed.
## Fixed ### Fixed
* GODT-1524: Logout issues with macOS. * GODT-1524: Logout issues with macOS.
* GODT-1503 GODT-1492: Improve email validation and username in bug report. * GODT-1503 GODT-1492: Improve email validation and username in bug report.
* GODT-1507: Enable autostart after Qt setup. * GODT-1507: Enable autostart after Qt setup.
@ -34,7 +54,7 @@ GODT-1537: Manual in-app update mechanism.
## [Bridge 2.1.1] London ## [Bridge 2.1.1] London
## Added ### Added
* GODT-1376: Add first userID to sentry scope. * GODT-1376: Add first userID to sentry scope.
* GODT-1375: Add host architecture to sentry reports. * GODT-1375: Add host architecture to sentry reports.
* GODT-1364: Add windows CI machine for tests, and build. * GODT-1364: Add windows CI machine for tests, and build.
@ -56,7 +76,7 @@ GODT-1537: Manual in-app update mechanism.
* GODT-1483: Correct scope in sentry report. * GODT-1483: Correct scope in sentry report.
* GODT-1477: Change CoD wording. * GODT-1477: Change CoD wording.
## Added ### Added
* GODT-1478: Add GUI settings for keychain selection. * GODT-1478: Add GUI settings for keychain selection.
* Other: Change copyright year. * Other: Change copyright year.
* GODT-1329: Dark mode, with autodetect. * GODT-1329: Dark mode, with autodetect.
@ -70,7 +90,7 @@ GODT-1537: Manual in-app update mechanism.
## [Bridge 2.0.0] Kwai ## [Bridge 2.0.0] Kwai
## Added ### Added
* GODT-22: New GUI style and improved UX: * GODT-22: New GUI style and improved UX:
* GODT-1168 GODT-1169 Qml artifacts for preview. * GODT-1168 GODT-1169 Qml artifacts for preview.
* GODT-1177: Remove Import-Export from repo. * GODT-1177: Remove Import-Export from repo.
@ -141,7 +161,7 @@ GODT-1537: Manual in-app update mechanism.
* GODT-1158: Store full messages bodies on disk. * GODT-1158: Store full messages bodies on disk.
* GODT-1433 Adding first integration test for drafts. * GODT-1433 Adding first integration test for drafts.
## Changed ### Changed
* GODT-1438: Turn off SW OpenGL on windows and add debug info about graphic renderer. * GODT-1438: Turn off SW OpenGL on windows and add debug info about graphic renderer.
* GODT-1425: Factory reset enables launch on startup. * GODT-1425: Factory reset enables launch on startup.
* GODT-1433 Message.Type is deprecated, use Flags instead. * GODT-1433 Message.Type is deprecated, use Flags instead.

View File

@ -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.3+git BRIDGE_APP_VERSION?=2.2.0+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

View File

@ -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.3+integrationtests export BRIDGE_VERSION:=2.2.0+integrationtests
export VERBOSITY?=fatal export VERBOSITY?=fatal
export TEST_DATA=testdata export TEST_DATA=testdata