Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Mar 12, 2024
1 parent 270d4d4 commit db4086e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

## Unreleased

### Changed

- If IDE details or the folder are missing from a Gateway link, the plugin will
now show the IDE selection screen to allow filling in these details.

### Fixed

- Fix matching on the wrong workspace/agent name. If a Gateway link was failing,
this could be why.
- Make errors when starting/stopping/updating a workspace visible.

## 2.9.4 - 2024-02-26

### Changed
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.9.4
pluginVersion=2.10.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=233.6745
Expand Down

0 comments on commit db4086e

Please sign in to comment.