Skip to content

Releases: coder/jetbrains-coder

v2.4.0

02 Jun 21:44
v2.4.0
feacc2c
Compare
Choose a tag to compare

Added

  • Allow configuring the binary directory separately from data.
  • Add status and start/stop buttons to the recent connections view.

Changed

  • Check binary version with version --output json (if available) since this is
    faster than waiting for the round trip checking etags. It also covers cases
    where the binary is hosted somewhere that does not support etags.
  • Move the template link from the row to a dedicated button on the toolbar.

v2.3.0

03 May 17:48
9ab34bc
Compare
Choose a tag to compare

Added

  • support connecting to multiple deployments (existing connections will still be
    using the old method; please re-add them if you connect to multiple
    deployments)
  • settings page for configuring both the source and destination of the CLI
  • listing editors and connecting will retry automatically on failure
  • surface various errors in the UI to make them more immediately visible

Changed

  • a token dialog and browser will not be launched when automatically connecting
    to the last known deployment; these actions will only take place when you
    explicitly interact by pressing "connect"
  • token dialog has been widened so the entire token can be seen at once

Fixed

  • the help text under the IDE dropdown now takes into account whether the IDE is
    already installed
  • various minor alignment issues
  • workspaces table now updates when the agent status changes
  • connecting when the directory contains a tilde
  • selection getting lost when a workspace starts or stops
  • wait for the agent to become fully ready before connecting
  • avoid populating the token dialog with the last known token if it was for a
    different deployment

v2.2.1

23 Mar 19:09
3940f14
Compare
Choose a tag to compare

Fixed

  • reading an existing config would sometimes use the wrong directory on Linux
  • two separate SSH sessions would spawn when connecting to a workspace through
    the main flow

v2.2.0

08 Mar 17:08
c512e66
Compare
Choose a tag to compare

Added

  • support for Gateway 2023

Fixed

  • the "Select IDE and Project" button is no longer disabled for a time after
    going back a step

Changed

  • initial authentication is now asynchronous which means no hang on the main
    screen while that happens and it shows in the progress bar

v2.1.7

01 Mar 00:19
d36ffef
Compare
Choose a tag to compare

Fixed

  • terminal link is now correct when host ends in /
  • improved resiliency and error handling when trying to open the last successful connection

v2.1.6-eap.0

02 Feb 13:10
Compare
Choose a tag to compare

Fixed

  • improved resiliency and error handling when resolving installed IDE's

v2.1.6

01 Feb 22:21
ee340c6
Compare
Choose a tag to compare

Fixed

  • improved resiliency and error handling when resolving installed IDE's

v2.1.5-eap.0

24 Jan 19:22
Compare
Choose a tag to compare

Fixed

  • support for Remote Development in the Jetbrains IDE's

v2.1.5

24 Jan 20:07
Compare
Choose a tag to compare

Fixed

  • support for Remote Development in the Jetbrains IDE's

v2.1.4-eap.0

23 Dec 23:05
Compare
Choose a tag to compare

Bug fixes and enhancements included in 2.1.4 release:

Added

  • ability to open a template in the Dashboard
  • ability to sort by workspace name, or by template name or by workspace status
  • a new token is requested when the one persisted is expired
  • support for re-using already installed IDE backends

Changed

  • renamed the plugin from Coder Gateway to Gateway
  • workspaces and agents are now resolved and displayed progressively

Fixed

  • icon rendering on macOS
  • darwin agents are now recognized as macOS
  • unsupported OS warning is displayed only for running workspaces