Skip to content

Commit d4caae5

Browse files
committed
Update to 2.9.4
1 parent c36c030 commit d4caae5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@
77
### Changed
88

99
- Disable autostarting workspaces by default on macOS to prevent an issue where
10-
it wakes periodically and keeps the workspace on. This can be toggled via the
10+
it wakes periodically and keeps the workspace on. This can be toggled via the
1111
"Disable autostart" setting.
12+
- CLI configuration is now reported in the progress indicator. Before it
13+
happened in the background so it made the "Select IDE and project" button
14+
appear to hang for a short time while it completed.
15+
16+
### Fixed
17+
18+
- Prevent environment variables being expanded too early in the header
19+
command. This will make header commands like `auth --url=$CODER_URL` work.
20+
- Stop workspaces before updating them. This is necessary in some cases where
21+
the update changes parameters and the old template needs to be stopped with
22+
the existing parameter values first or where the template author was not
23+
diligent about making sure the agent gets restarted with the new ID and token
24+
when doing two build starts in a row.
25+
- Errors from API requests are now read and reported rather than only reporting
26+
the HTTP status code.
27+
- Data and binary directories are expanded so things like `~` can be used now.
1228

1329
## 2.9.3 - 2024-02-10
1430

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup=com.coder.gateway
44
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
6-
pluginVersion=2.9.3
6+
pluginVersion=2.9.4
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
99
pluginSinceBuild=233.6745

0 commit comments

Comments
 (0)