Skip to content
Merged
Show file tree
Hide file tree
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
Prepare for 2.3.0
  • Loading branch information
code-asher committed May 3, 2023
commit 8eb543ebc5b763504cb79a45566d4a930f1bec19
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,30 @@

## Unreleased

### Added
- 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
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
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
different deployment

## 2.2.1 - 2023-03-23

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup=com.coder.gateway
pluginName=coder-gateway
# SemVer format -> https://semver.org
pluginVersion=2.2.1
pluginVersion=2.3.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=223.7571.70
Expand Down