Releases: cantino/mcfly
Releases · cantino/mcfly
v0.7.0
0.7.0 - Dec 10, 2022
- Upgraded to clap4 (thanks @TD-Sky!)
- Switched back to which for command location due to issues when run at root (thanks @Efreak and @joefiorini!)
- Stopped exporting HISTFILE to fix issue when using nested shells (thanks @dithpri and @AndrewKvalheim!)
- Added ctrl-w to vim keybinds (thanks @copy!)
- Cursor no longer jumps to top when deleting history (thanks @navazjm!)
- Fixed compatibility with mktemp from uutils/coreutils (thanks @jhult!)
- Skip fuzzy matches when sorting by time (thanks @navazjm!)
- Fix handling of open-quote strings in fish (thanks @hivehand!)
v0.6.1
0.6.1 - Jul 16, 2022
- Avoid return 0 to prevent re-sourcing .zshrc from erroring
- Vim mode improvement (thanks @fabiogibson!)
- Allow switching between rank and time-based sorting with F1 (thanks @navazjm!)
- Dependency security updates
v0.6.0
0.6.0 - Mar 22, 2022
- Allow disabling of menu (thanks @michaelnavs!)
- Prevent subshells from having multiple mcfly PROMPT_COMMAND hooks in bash (thanks @nfultz!)
- Errors during history import do not prevent other lines from importing (thanks @qouoq!)
- Store configuration in XDG directories when ~/.mcfly does not yet exist (thanks @Awernx!)
v0.5.13
0.5.13 - Jan 24, 2022
- Fix 'illegal byte sequence' due to incorrect TIOCSTI cast (thanks @arunpersaud!)
v0.5.12
v0.5.11
0.5.11 - Dec 12, 2021
- Avoid using builtins to fix WSL bug
v0.5.10
v0.5.9
0.5.9 - Aug 29, 2021
- Prefer unaliased commands in bash/zsh (thanks @Mic92!)
- Fix zsh source message (thanks @hlascelles!)
- Prevent potentially unsafe variable substitution in paths (thanks @CreativeCactus!)
v0.5.8
v0.5.7 - Bunch of fixes
- Document MCFLY_RESULTS config value
- Initialize database inside a transaction for speed (thanks @SafariMonkey!)
- Move to cantino/homebrew-mcfly for tap install
- Show run time of commands (thanks @dmfay!)
- Clean PROMPT_COMMAND before joining with a semicolon in Bash
- Fix zsh interactivity test
- Make ^d delete forward (thanks @rbutoi!)
- Move to Github Actions for build and add install script instructions (thanks @praveenperera!)