Skip to content

Changelog update - v2.2.0 #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,22 @@

## Unreleased

### Added
## 2.2.0 - 2023-03-08

### Added
- support for Gateway 2023
- ability to use existing tokens rather than request a new one

### Fixed

- the "Select IDE and Project" button is no longer disabled for a time after
- the "Select IDE and Project" button is no longer disabled for a time after
going back a step

### Changed

- initial authentication is now asynchronous which means no hang on the main
- initial authentication is now asynchronous which means no hang on the main
screen while that happens and it shows in the progress bar

## 2.1.7 - 2023-02-28

### Fixed

- terminal link is now correct when host ends in `/`
- improved resiliency and error handling when trying to open the last successful connection

Expand Down