Skip to content

Releases: cantino/mcfly

Switch to `mcfly init` shell config pattern

01 Mar 02:34
Compare
Choose a tag to compare

0.5.4 - Feb 28, 2021

  • Switched to mcfly init pattern for shell config files (thanks @b3nj5m1n!)

Ensure history is appended in Bash 4+

17 Jan 21:26
Compare
Choose a tag to compare

Bash 4+ now leave a cleaner terminal buffer

11 Dec 03:18
Compare
Choose a tag to compare

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

06 Dec 21:04
Compare
Choose a tag to compare

Fuzzy searching via the MCFLY_FUZZY option from @dmfay.

Fish support

22 Aug 07:02
Compare
Choose a tag to compare

Thanks to @tjkirch, McFly now supports the fish shell.

v0.4.1

29 Jun 21:56
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
Port over some fixes to trust and disable strip for now

Zsh support

28 Jun 18:33
736db3d
Compare
Choose a tag to compare

Mcfly now supports zsh! The README has instructions on how to include it in your .zshrc.

VI keybindings

16 Dec 07:34
Compare
Choose a tag to compare
VI keybindings Pre-release
Pre-release
  • Optional VI-style keybindings from @JamJar00
  • Fix Windows build

Rebuild MCFLY_HISTORY if it is removed

30 Aug 17:49
Compare
Choose a tag to compare

This small release only changes mcfly.bash, causing MCFLY_HISTORY to be rebuilt if it is deleted, which can happen on OS X if the temporary directory is cleaned up.

Bug fixes

25 May 00:43
Compare
Choose a tag to compare

0.3.4 - May 24, 2019

  • Only read 256 bytes for session id generation (thanks @SuperSandro2000!)
  • Prevent adding empty commands
  • Try using unlock_notify to prevent race condition with locked DB.
  • Ensure stdin is a tty to fix issue with Sublime Text 3 (thanks @abuzze!)