Skip to content

Releases: Morantron/tmux-fingers

2.3.1

10 Dec 10:15
Compare
Choose a tag to compare
  • Fix :paste: action.

2.3.0

09 Dec 20:48
Compare
Choose a tag to compare
  • Added --(main|ctrl|alt|shift)-action cli options.
  • Add info command to show information.
  • Improved git-status builtin pattern
  • Fixed root key table not being properly restored ( Fixes #130 )
  • Updated to Crystal 1.14.
  • Various perfomance improvements (from 50ms to 40ms on my machine ™️)
  • Improved benchmark and development scripts.

Thanks @ndsizeif and @alanoliveira for their contributions 🙏

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".