Releases: cantino/mcfly
Releases · cantino/mcfly
Fish shell bug fixes
0.5.6 - Apr 1, 2021
- Fix fish shell initialization (thanks @domoritz)
- Fix fish shell escaping (thanks @scooter-dangle!)
Add MCFLY_HISTORY_LIMIT and fix bugs
0.5.5 - Mar 12, 2021
- Fixed a crash during init without any history
- Fixed issue when deleting all history (thanks @akinnane!)
- Add MCFLY_HISTORY_LIMIT to limit history search
Switch to `mcfly init` shell config pattern
0.5.4 - Feb 28, 2021
- Switched to
mcfly init
pattern for shell config files (thanks @b3nj5m1n!)
Ensure history is appended in Bash 4+
Bash 4+ now leave a cleaner terminal buffer
0.5.2 - Dec 10, 2020
- Bash 4+ should no longer have a cluttered terminal buffer (thanks @CreativeCactus)
- Vim mode now starts in insert mode (thanks @JamJar00)
Fuzzy search
Fuzzy searching via the MCFLY_FUZZY option from @dmfay.
Fish support
Thanks to @tjkirch, McFly now supports the fish shell.
v0.4.1
Port over some fixes to trust and disable strip for now
Zsh support
Mcfly now supports zsh! The README has instructions on how to include it in your .zshrc
.
VI keybindings
- Optional VI-style keybindings from @JamJar00
- Fix Windows build