[1.3.0] - 2026-08-14
Added
- Expanded Technology Brand Detection: Added process name detection for frameworks and databases including
django,fastapi,flask,uvicorn,react,vue,angular,deno,bun,postgres,mongodb,mysql,redis,php, andruby, activating accurate Codicon and theme color mappings.
Changed
- Compact Process Identifier: Formatted tree item descriptions from
(PID: <number>)to compact(#<number>)(e.g.node.exe (#13816)). - Streamlined Architecture: Cleaned up redundant decoration providers and dead code paths, utilizing native
ThemeIconcoloring for faster sidebar tree rendering.
Fixed
- SSH Tunnel Persistence on Dev Server Reloads: Added SSH keepalives (
ServerAliveInterval=15,ServerAliveCountMax=3,TCPKeepAlive=yes) andExitOnForwardFailure=noto keep public tunnels active across web application hot-reloads and idle periods. - SSH Stream Chunk Buffering: Implemented bounded output chunk accumulation in
tunnelManager.tsto prevent URL detection failures caused by split TCP stream chunks. - Loopback Target Resolution: Refined loopback resolution to use
localhostby default, ensuring forwarded connections route seamlessly across both IPv4 and IPv6 loopback bindings.
Full Changelog: v1.2.3...v1.3.0