v1.1.1
[1.1.1] - 2026-06-25
Changed
- Optimized Auto-Refresh Rate: Adjusted the auto-refresh interval of active ports list to 5 seconds (previously 30 seconds) for faster UI synchronization.
Fixed
- Orphaned SSH Forwarding Tunnels: Switched the runner from
child_process.exectochild_process.spawnfor the SSH forwarder. This ensures the underlying SSH process is completely killed when stopping port forwarding, preventing public URL exposure from persisting.
Full Changelog: v1.1.0...v1.1.1