Releases: coder/jetbrains-coder
Releases · coder/jetbrains-coder
v2.21.1
v2.21.0
Changed
- the logos and icons now match the new branding
- the plugin is functionally the same but built with the new plugin system
v2.20.1
Changed
- Retrieve workspace directly in link handler when using wildcardSSH feature
Fixed
- installed EAP, RC, NIGHTLY and PREVIEW IDEs are no longer displayed if there is a higher released version available for download.
- project path is prefilled with the
folder
URI parameter when the IDE&Project dialog opens for URI handling.
v2.20.0
Changed
Retrieve workspace directly in link handler when using wildcardSSH feature
v2.19.0
Added
- Added functionality to show setup script error message to the end user.
Fixed
- Fix bug where wildcard configs would not be written under certain conditions.
v2.18.1
Changed
- Update the
pluginUntilBuild
to latest EAP
v2.18.0
Changed
- Simplifies the written SSH config and avoids the need to make an API request for every workspace the filter returns.
v2.17.0
Added
- Added setting "Check for IDE updates" which controls whether the plugin
checks and prompts for available IDE backend updates.
v2.16.0
Added
- Added setting "Default IDE Selection" which will look for a matching IDE
code/version/build number to set as the preselected IDE in the select
component.
v2.15.2
Changed
- When starting a workspace, shell out to the Coder binary instead of making an
API call. This reduces drift between what the plugin does and the CLI does. - Increase workspace polling to one second on the workspace list view, to pick
up changes made via the CLI faster. The recent connections view remains
unchanged at five seconds.