Skip to content

Releases: Morantron/tmux-fingers

2.2.2

14 Aug 08:46
Compare
Choose a tag to compare
  • Fixed error in multi-user environments.
  • Added XDG dirs, logs are now in ~/.local/state/tmux-fingers/fingers.log instead of /tmp/fingers.log.
  • Action stderr is now logged to ~/.local/state/tmux-fingers/action-stderr

Thanks @rudenkornk for your patch!

2.2.1

29 Jul 06:04
Compare
Choose a tag to compare
  • Tweaks to version detection logic.

2.2.0

21 Jul 17:25
Compare
Choose a tag to compare
  • Add new option @fingers-enabled-builtin-patterns ( Fixes #19 )
  • New way of setting up tmux-fingers bindings, with command line option to allow using only specific patterns (built-in or custom) ( Fixes #117 )
  • Fix issue where zoom panes would be unzoomed when closing ( Fixes #123 ).
  • Open tmux-fingers in same path as target pane path ( Fixes #120 ).

2.1.5

02 May 14:53
Compare
Choose a tag to compare
  • User defined patterns now take precedence over built-in ones.
  • Fix blank screen under certain circumstances due to incorrect handling of capture groups.

2.1.4

08 Mar 12:37
Compare
Choose a tag to compare
  • Fixed "No last pane" error when using "tmux last-pane" ( Fixes #48 )

2.1.3

31 Jan 11:49
Compare
Choose a tag to compare
  • Fix "Too many matches" exception ( fixes #112 ).

2.1.2

19 Jan 11:02
Compare
Choose a tag to compare
  • Added termux support.
  • Fixes to Fingers::Dirs to remove hardcoded paths. Default log path is now /tmp/fingers.log.
  • Updated Crystal version to generate clean ELF executables.
  • Improve exception handling when rendering.

2.1.1

16 Nov 06:58
Compare
Choose a tag to compare
  • Fix copy/jump when using special named capture group "match".

2.1.0

10 Nov 14:53
Compare
Choose a tag to compare
  • Added new jump functionality.
  • Improved visual feedback by discarding unreachable highlights.

2.0.6

26 Oct 17:00
Compare
Choose a tag to compare
  • Added new option @fingers-show-copied-notification ( fixes #104 ).
  • Fix problem expanding paths in Mac OS ( thanks @brttbndr ! ).
  • Fix hints using disallowed characters like "q" ( fixes #105 ).
  • Improve performance in hint generation.