v0.7.0: Smarter history search and automatic typo cleanup
[0.7.0] - 2026-04-14
Added
- New
mend -hflag to trigger an interactive history-based correction mode. - Automatic history purging: selecting a correction now removes all instances of that specific typo from the Zsh history file and internal buffer.
- Integrated fzf scoring with a specific history scheme to better rank long command strings and complex arguments.
Improved
- Refactored history search to use a prefix-based fuzzy match, significantly reducing noise from unrelated commands.
- Optimised history handling for large files (20,000+ entries) by using native Zsh buffer management.
- Enhanced typo detection by utilising the full string length for weighted ranking in the suggestion menu.
Fixed
- Resolved an issue where repeated typos would persist in the history list even after being corrected.
- Fixed a bug causing history inflation when syncing buffers across multiple terminal sessions.
- Corrected a scoring scheme error in fzf to ensure compatibility with standard Arch Linux installations.
Full Changelog: v0.6.0...v0.7.0