Skip to content

Releases: Aloxaf/fzf-tab

v1.3.0

16 Mar 02:38
d7e0234

Choose a tag to compare

What's Changed

  • fix: nounset by @Aloxaf in #519
  • Avoid spawning a subshell in -ftb-compadd by @jyn514 in #514
  • Support retaining ${group} values while not displaying group headers by @andelink in #518
  • fix: solving msys2 regressions by @hour-keeper in #531
  • Use shell parsing to split fzf-command into words by @andelink in #517
  • Properly Handle ln Coloring in colorize_from_mode by @alberti42 in #541
  • Refactor: Only source ls-colors.zsh when fzftab module isn't loaded by @alberti42 in #555
  • Increased robustness for cat in fzf completions by @Nedwardo in #550
  • fix: preserve FZF_TAB_MODULE_VERSION when module is already loaded (fix-up #555) by @bxsx in #559
  • Fix: resolved bug where a local keys array in -ftb-compadd shadowed… by @alberti42 in #558
  • Fix: sorts completion candidates to present a stable, predictable list by @alberti42 in #557
  • Feat: support _approximate to correctly show correction options by @alberti42 in #554
  • New style option to fzf-tab group headers: active-group-style by @alberti42 in #553
  • Revert "Fix: sorts completion candidates to present a stable, predictable list" by @lishaduck in #566
  • Fix: regression in _approximate wrapper introduced by PR #554 by @alberti42 in #568
  • style: restore the default group switching behavior by @Aloxaf in #567
  • test: fix locale-dependent failure in "don't expand file name" by @alberti42 in #569

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

18 Feb 07:40
01dad75

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

10 May 03:13
c7fb028

Choose a tag to compare

What's Changed

  • fix: completion is missing for history command by @Aloxaf in #432
  • fix: remove -E from zparseopts by @Aloxaf in #433

Full Changelog: v1.1.1...v1.1.2

v1.1.1

12 Mar 15:03
bf3ef55

Choose a tag to compare

What's Changed

  • fix: name collision on case insensitive filesystem by @Aloxaf in #422

Full Changelog: v1.1...v1.1.1

v1.1

06 Mar 02:07
f3d892c

Choose a tag to compare

What's Changed

Features

  • Unambiguous prefix completion (#413)
  • Add fzf-bindings-default to override default key bindings

Bugfixes

  • ftb-tmux-popup: Make sure fzf layout is always as expected
  • Function trace on zsh 5.9

Full Changelog: v1.0...v1.1

v1.0

22 Feb 08:18

Choose a tag to compare

first release