New Features
- Auto-inject
NODE_EXTRA_CA_CERTS: Child processes spawned byportless runnow automatically receiveNODE_EXTRA_CA_CERTSpointing to the portless CA certificate, so Node.js subprocesses trust the local CA without manual configuration (#220)
Bug Fixes
- Proxy startup on slow macOS
securitycommand: Fix the proxy failing to start when the macOSsecuritycommand takes longer than expected to verify CA trust (#229) - Lock contention with parallel commands: Fix lock contention that could cause failures when multiple
portlesscommands run simultaneously (#230) ERR_HTTP2_PROTOCOL_ERRORduring HMR: Fix HTTP/2 stream reset flood during hot module replacement causing protocol errors (#231)- Proxy auto-start in non-interactive terminals: Fix auto-start failing in non-interactive terminals (e.g. IDE task runners) and when previous proxy config exists (#232)