diff --git a/Changelog.md b/Changelog.md index 090c6e7c5..ef31cc591 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,30 +2,50 @@ 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 -## Added +### Added GODT-1525: Add keybase/go-keychain/secretservice as new keychain helper. -## Changed +### Changed GODT-1527: Change bug report description. -## Fixed +### Fixed GODT-1537: Manual in-app update mechanism. ## [Bridge 2.1.2] London -## Added +### Added * GODT-1522: Rebuild macOS keychain notification. * GODT-1437 Add new proxy provider (Quad9 with port). * 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-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-1503 GODT-1492: Improve email validation and username in bug report. * GODT-1507: Enable autostart after Qt setup. @@ -34,7 +54,7 @@ GODT-1537: Manual in-app update mechanism. ## [Bridge 2.1.1] London -## Added +### Added * GODT-1376: Add first userID to sentry scope. * GODT-1375: Add host architecture to sentry reports. * 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-1477: Change CoD wording. -## Added +### Added * GODT-1478: Add GUI settings for keychain selection. * Other: Change copyright year. * GODT-1329: Dark mode, with autodetect. @@ -70,7 +90,7 @@ GODT-1537: Manual in-app update mechanism. ## [Bridge 2.0.0] Kwai -## Added +### Added * GODT-22: New GUI style and improved UX: * GODT-1168 GODT-1169 Qml artifacts for preview. * 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-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-1425: Factory reset enables launch on startup. * GODT-1433 Message.Type is deprecated, use Flags instead. diff --git a/Makefile b/Makefile index 3f9d7209a..3f3f24fe8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS} .PHONY: build build-nogui build-launcher versioner hasher # 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} SRC_ICO:=logo.ico SRC_ICNS:=Bridge.icns diff --git a/test/Makefile b/test/Makefile index 45649d141..44e9e271d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 export GO111MODULE=on -export BRIDGE_VERSION:=2.1.3+integrationtests +export BRIDGE_VERSION:=2.2.0+integrationtests export VERBOSITY?=fatal export TEST_DATA=testdata