Bug Fixes
--portinjection for package runners — Fix--portinjection for commands run via package runners likenpx,pnpm dlx, etc. (#150)- TLS cert generation — Fix TLS cert generation for long hostnames and proxy startup races (#149)
- Proxy crash on ECONNRESET — Handle
ECONNRESETerrors on TLS wrapper sockets to prevent proxy crash (#127) - Windows
node not recognized— Resolvenode not recognizederror on Windows when runningportless run(#126)
Documentation
- Added Windows to docs requirements section (#122)
Improvements
- Added GitHub Action to automatically publish packages to npm on release (#130)