Skip to content

Releases: coder/jetbrains-coder

v2.21.1

26 Jun 19:17
dc0687c
Compare
Choose a tag to compare

Fixed

  • marketplace logo

v2.21.0

25 Jun 21:29
e9a3842
Compare
Choose a tag to compare

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

20 May 07:51
708bc6b
Compare
Choose a tag to compare

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

07 Mar 22:31
Compare
Choose a tag to compare

Changed

Retrieve workspace directly in link handler when using wildcardSSH feature

v2.19.0

21 Feb 15:42
Compare
Choose a tag to compare

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

14 Feb 22:44
Compare
Choose a tag to compare

Changed

  • Update the pluginUntilBuild to latest EAP

v2.18.0

04 Feb 21:42
Compare
Choose a tag to compare

Changed

  • Simplifies the written SSH config and avoids the need to make an API request for every workspace the filter returns.

v2.17.0

27 Jan 23:40
Compare
Choose a tag to compare

Added

  • Added setting "Check for IDE updates" which controls whether the plugin
    checks and prompts for available IDE backend updates.

v2.16.0

17 Jan 22:42
Compare
Choose a tag to compare

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

06 Jan 20:28
00722f9
Compare
Choose a tag to compare

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.