Patch release fixing a hang on quit.
Fixed
- Quitting no longer hangs — pressing
qin a large directory (e.g.$HOME) could leave the process alive for seconds after the terminal was restored: the tokio runtime waited for in-flight background directory-size scans to finish, and every keystroke typed in the meantime was swallowed until the process was killed with Ctrl+C. Jumper now exits immediately once the terminal is restored andlastdiris written, so cd-on-exit keeps working as before.
Full details in CHANGELOG.md.