You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things that were changed or added to TBX 2.7:
**Support for Proxy Authentication**
The new API introduced in TBX 2.7, and HTTP proxy authentication works
flawlessly. However, SOCKS5 proxy authentication does not appear to be
properly supported in the current TBX implementation.
While users can configure a SOCKS5 proxy with basic authentication,
Toolbox fails to authenticate successfully. Coder uses OkHttp as the
HTTP client, which in turn delegates SOCKS5 authentication to the JVM
(java.net.SocksSocketImpl). We can configure a java.net.Authenticator
with the credentials exposed by the new TBX API. However, since the
Authenticator is set globally, doing so would affect all plugins —
including TBX itself — which may not be desirable.
**Customizable messages while loading the workspaces**
The new TBX 2.7 API allows us to change the message displayed while
loading the workspaces from "Loading environments" to "Loading
workspaces"
**UI pages with customizable titles**
**Support for custom aliases in the URI handling protocol**
0 commit comments