Skip to content

Changelog update - v2.3.0 #241

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
May 5, 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
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,31 @@

## Unreleased

## 2.3.0 - 2023-05-03

### Added
- support connecting to multiple deployments (existing connections will still be
using the old method; please re-add them if you connect to multiple
- support connecting to multiple deployments (existing connections will still be
using the old method; please re-add them if you connect to multiple
deployments)
- settings page for configuring both the source and destination of the CLI
- listing editors and connecting will retry automatically on failure
- surface various errors in the UI to make them more immediately visible

### Changed
- a token dialog and browser will not be launched when automatically connecting
to the last known deployment; these actions will only take place when you
- a token dialog and browser will not be launched when automatically connecting
to the last known deployment; these actions will only take place when you
explicitly interact by pressing "connect"
- token dialog has been widened so the entire token can be seen at once

### Fixed
- the help text under the IDE dropdown now takes into account whether the IDE is
- the help text under the IDE dropdown now takes into account whether the IDE is
already installed
- various minor alignment issues
- workspaces table now updates when the agent status changes
- connecting when the directory contains a tilde
- selection getting lost when a workspace starts or stops
- wait for the agent to become fully ready before connecting
- avoid populating the token dialog with the last known token if it was for a
- avoid populating the token dialog with the last known token if it was for a
different deployment

## 2.2.1 - 2023-03-23
Expand Down