Skip to content

Releases: coder/jetbrains-coder

v2.1.4

23 Dec 22:33
2d1328a
Compare
Choose a tag to compare

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

v2.1.3-eap.0

12 Dec 18:55
Compare
Choose a tag to compare

Bug fixes and enhancements included in 2.1.3 release:

Added

  • warning system when plugin might not be compatible with Coder REST API
  • a Create workspace button which links to Coder's templates page
  • workspace icons
  • quick toolbar action to open Coder Dashboard in the browser
  • custom user agent for the HTTP client

Changed

  • redesigned the information&warning banner. Messages can now include hyperlinks

Removed

  • connection handle window is no longer displayed

Fixed

  • outdated Coder CLI binaries are cleaned up
  • workspace status color style: running workspaces are green, failed ones should be red, everything else is gray
  • typos in plugin description

v2.1.3

09 Dec 23:45
Compare
Choose a tag to compare

Added

  • warning system when plugin might not be compatible with Coder REST API
  • a Create workspace button which links to Coder's templates page
  • workspace icons
  • quick toolbar action to open Coder Dashboard in the browser
  • custom user agent for the HTTP client

Changed

  • redesigned the information&warning banner. Messages can now include hyperlinks

Removed

  • connection handle window is no longer displayed

Fixed

  • outdated Coder CLI binaries are cleaned up
  • workspace status color style: running workspaces are green, failed ones should be red, everything else is gray
  • typos in plugin description

v2.1.2-eap.0

29 Nov 10:30
Compare
Choose a tag to compare

Added

  • support for Gateway 2022.3 RC

v2.1.2

23 Nov 23:42
62d5f5e
Compare
Choose a tag to compare

Added

  • upgraded support for the latest Coder REST API
  • support for latest Gateway 2022.2.x builds

Fixed

  • authentication flow is now done using HTTP headers

v2.1.1

19 Sep 15:29
33f7a58
Compare
Choose a tag to compare

Added

  • support for remembering last opened Coder session

Changed

  • minimum supported Gateway build is now 222.3739.54
  • some dialog titles

v2.1.0

18 Aug 21:43
Compare
Choose a tag to compare

Added

  • support for displaying workspace version
  • support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version

Changed

  • workspace panel is now updated every 5 seconds
  • combinations of workspace names and agent names are now listed even when a workspace is down
  • minimum supported Gateway build is now 222.3739.40

Fixed

  • terminal link for workspaces with a single agent
  • no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway

v2.0.2

10 Aug 22:01
783221b
Compare
Choose a tag to compare

Added

  • support for displaying working and non-working workspaces
  • better support for Light and Dark themes in the "Status" column

Fixed

  • left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel.
    This provides consistency with other plugins compatible with Gateway
  • the "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected

Changed

  • the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host

v2.0.1

05 Aug 20:20
Compare
Choose a tag to compare

Fixed

  • Recent Coder Workspaces label overlaps with the search bar in the Connections view
  • working workspaces are now listed when there are issues with resolving agents
  • list only workspaces owned by the logged user

Changed

  • links to documentation now point to the latest Coder OSS
  • simplified main action link text from Connect to Coder Workspaces to Connect to Coder
  • minimum supported Gateway build is now 222.3739.24

v2.0.0

02 Aug 20:32
Compare
Choose a tag to compare

Added

  • support for Gateway 2022.2

Changed

  • Java 17 is now required to run the plugin
  • adapted the code to the new SSH API provided by Gateway