Skip to content

Releases: cantino/mcfly

v0.9.0

01 Jun 03:53
Compare
Choose a tag to compare

0.9.0 - May 31, 2024

  • Make bash no longer use TIOCSTI by default (thanks @jtschuster)

v0.8.6

19 May 04:29
Compare
Choose a tag to compare

0.8.6 - May 18, 2024

  • Add windows asset generation (thanks @jtschuster)
  • Fix init issue for fish (thanks @4t8dd)

v0.8.5

11 May 21:44
Compare
Choose a tag to compare

0.8.5 - May 11, 2024

  • Use C:\Users\username\AppData\Local instead of C:\Users\username\AppData\Roaming (thanks @jtschuster)
  • Fix Fish return codes (thanks @manfredlotz)
  • Allow colors to be configured in a new optional config.toml (thanks @exokernel)
  • Paste in emacs mode (thanks @eatradish)

v0.8.4

24 Dec 23:03
Compare
Choose a tag to compare

0.8.4 - Dec 24, 2023

v0.8.3

03 Dec 22:47
Compare
Choose a tag to compare

0.8.3 - Dec 3, 2023

  • Add support for exporting command history matching a regex or date range (thanks @TD-Sky!)
  • Add Windows and Powershell support (thanks @jtschuster!)
  • Add deprecation warning on brew tap.

v0.8.1

03 Jun 20:51
Compare
Choose a tag to compare

0.8.1 - Jun 3, 2023

  • Fix use of MCFLY_DISABLE_MENU (thanks @barklan!)
  • Support Fish private mode support (thanks @Aeron!)
  • Always set MCFLY_HISTORY in zsh to support subshells (thanks @utkarshgupta137!)
  • Allow linking mcfly with system-provided sqlite with sqlite-bundled feature flag (thanks @jirutka!)
  • And allow sourcing in zsh more than once (thanks @ahatzz11 and @deekshithanand!)
  • Reduce size by removing unnecessary/unused regex features (thanks @jirutka!)
  • Add per-directory history (thanks @rawkode!)

v0.8.0

07 Mar 04:47
Compare
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
Compare
Choose a tag to compare
Bumping to v0.7.1

v0.7.0

10 Dec 23:03
Compare
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
Compare
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