Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cantino/mcfly

v0.8.0

07 Mar 04:47

Choose a tag to compare

0.8.0 - Mar 6, 2023

  • Add forward-compatibility check for database schema (thanks @bnprks!)
  • Add MCFLY_DISABLE_RUN_COMMAND option to disable command running (thanks @chaserhkj!)
  • Add customizable prompt with MCFLY_PROMPT (thanks @vedkothavade!)
  • Replace termion with crossterm (big change, thanks @jtschuster!)
  • Allow ENV variables to be set to FALSE

v0.7.1

16 Dec 05:44

Choose a tag to compare

Bumping to v0.7.1

v0.7.0

10 Dec 23:03

Choose a tag to compare

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

16 Jul 21:45

Choose a tag to compare

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

23 Mar 03:55

Choose a tag to compare

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

24 Jan 23:55

Choose a tag to compare

0.5.13 - Jan 24, 2022

  • Fix 'illegal byte sequence' due to incorrect TIOCSTI cast (thanks @arunpersaud!)

v0.5.12

12 Jan 18:48

Choose a tag to compare

0.5.12 - Jan 12, 2022

  • Automatically detect if Zsh extended history is used (thanks @vmax!)

v0.5.11

12 Dec 19:27

Choose a tag to compare

0.5.11 - Dec 12, 2021

  • Avoid using builtins to fix WSL bug

v0.5.10

06 Nov 20:06

Choose a tag to compare

0.5.10 - Nov 6, 2021

  • Fix zsh utf-8 history encoding (thanks @onriv!)
  • Support Ctrl-p and Ctrl-n in vim mode (thanks @otherJL0!)
  • Make MCFLY_FUZZY a tuneable int (thanks @dmfay!)
  • Prevent errors when running bash inside of fish (thanks @btglr!)

v0.5.9

29 Aug 23:29

Choose a tag to compare

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!)