Summary:
- Added a "Close Window" button to the app header for easier shutdown.
- When closing the app, users are now prompted to stop all active port-forwards or keep them running. If user choose to keep them running, they’ll automatically resume next time you open the app.
- Improved how app handle multiple port-forwards. Operations to start/stop port-forwards should now be faster
Commits
- chore(deps): update dependency ubuntu to v24 by @renovate in #317
- chore(deps): update dependency eslint-plugin-react-hooks to v5 by @renovate in #321
- feat: switch license from MIT to GPLv3 by @hcavarsan in #322
- feat(kftray-tauri): add check and manage ports to start port forward after app restart by @hcavarsan in #325
- perf(stop_all_port_forward): optimize stop_all_port_forward function by @hcavarsan in #326
- feat: add close window button with port forward stop logic by @hcavarsan in #327
Full Changelog: v0.14.8...v0.14.9