Skip to content

Commit

Permalink
Update to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Feb 23, 2024
1 parent c36c030 commit d4caae5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,24 @@
### Changed

- Disable autostarting workspaces by default on macOS to prevent an issue where
it wakes periodically and keeps the workspace on. This can be toggled via the
it wakes periodically and keeps the workspace on. This can be toggled via the
"Disable autostart" setting.
- CLI configuration is now reported in the progress indicator. Before it
happened in the background so it made the "Select IDE and project" button
appear to hang for a short time while it completed.

### Fixed

- Prevent environment variables being expanded too early in the header
command. This will make header commands like `auth --url=$CODER_URL` work.
- Stop workspaces before updating them. This is necessary in some cases where
the update changes parameters and the old template needs to be stopped with
the existing parameter values first or where the template author was not
diligent about making sure the agent gets restarted with the new ID and token
when doing two build starts in a row.
- Errors from API requests are now read and reported rather than only reporting
the HTTP status code.
- Data and binary directories are expanded so things like `~` can be used now.

## 2.9.3 - 2024-02-10

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.3
pluginVersion=2.9.4
# 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 d4caae5

Please sign in to comment.