Skip to content

Commit

Permalink
Other: Bridge Millau 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthix committed May 18, 2022
1 parent 865ac44 commit ba71251
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
40 changes: 30 additions & 10 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ba71251

Please sign in to comment.