Releases: coder/coder-jetbrains-toolbox
Releases · coder/coder-jetbrains-toolbox
Release list
v0.9.1
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 toAll workspaces, and that selection is persisted per Coder deployment hostname.
v0.9.0
Added
Binary destinationcan 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
Changed
- mTLS connections no longer disconnect when the certificate refresh command exits with a non-zero code
v0.8.5
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
Fixed
- improved SSH connection reliability during transient network failures
v0.8.3
Fixed
- mTLS certificate refresh and http request retrying logic
- account name is now rendered immediately after login
v0.8.2
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
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
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
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.