Skip to content

Releases: coder/coder-jetbrains-toolbox

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:30
e0f3104

Added

  • support Toolbox 3.5 provider header behavior
  • workspace list filtering that mirrors the Coder web dashboard

Fixed

  • snackbar dismissal no longer cancels the calling coroutine, so error popups during URI handling don't leave the page
    stuck in a busy state
  • faster workspace list refresh: agents are no longer fetched for stopped workspaces

Changed

  • skip the Coder TLS alternate hostname when fetching IDE metadata from JetBrains
  • notifications are now persistent popups instead of snackbars, so they survive a hidden window and no longer get
    dropped
  • workspace lists now default to My workspaces, so users initially see only workspaces they own. Users can
    switch to All workspaces, and that selection is persisted per Coder deployment hostname.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 14 May 19:48
c8291f7

Added

  • Binary destination can now point directly to an executable, used as-is; otherwise it is treated as a base directory
    as before
  • support for OAuth2

Removed

  • support for enabling or disabling the fallback to data dir. CLI resolution will always fall back on data dir if binary
    destination is not configured.
  • redesigned the Settings page, all the options are now grouped in a couple of sections for easy navigation

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 04 Mar 21:00
29c94c6

Changed

  • mTLS connections no longer disconnect when the certificate refresh command exits with a non-zero code

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 03 Feb 20:37
56eb6fd

Added

  • support for configuring the SSH connection timeout, defaults to 10 seconds
  • enhanced IDE resolution by supporting latest EAP, latest release, latest installed labels with clear fallback behavior in URI handlers

Fixed

  • environment actions failing after URI execution by refreshing http client and CLI references

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 20 Jan 22:06
1f68be9

Fixed

  • improved SSH connection reliability during transient network failures

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 14 Jan 20:10
f12352b

Fixed

  • mTLS certificate refresh and http request retrying logic
  • account name is now rendered immediately after login

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 06 Jan 20:48
1577b73

Changed

  • the proxy command now always logs in verbose mode when the log directory is enabled

Fixed

  • no longer spam Toolbox with requests to establish the SSH connections every 5 seconds

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 21:16
a2c028e

Changed

  • streamlined URI handling with a faster workflow, clearer progress, and an overall smoother experience

Fixed

  • URI handling on Linux can now launch IDEs on newly started workspaces

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 21:50
75b1e23

Added

  • application name can now be displayed as the main title page instead of the URL
  • automatic mTLS certificate regeneration and retry mechanism

Changed

  • workspaces are now started with the help of the CLI

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 03 Nov 20:22
6314c40

Changed

  • URI handling no longer waits for confirmation to use latest build if the provided build number is too old

Fixed

  • IDE is now launched when URI is handled by an already running Toolbox instance.