tmux-fingers/CHANGELOG.md

45 lines
1.0 KiB
Markdown
Raw Normal View History

2016-08-24 08:10:40 +02:00
## 0.2.0 - 24 Aug 2016
* Hinter rewritten in awk for improved performance.
2016-08-04 08:38:17 +02:00
## 0.1.6 - 04 Aug 2016
* Preserve zoom state of pane when prompting hints.
* More robust input handling ( holding arrow keys does not output random shite
any more )
2016-07-14 22:59:23 +02:00
## 0.1.5 - 14 Jul 2016
* Improved rendering of wrapped lines.
* Fixed more than one match per line in BSD/OSX.
* Added automated tests.
2016-07-05 21:41:31 +02:00
## 0.1.4 - 06 Jul 2016
* Fixed tmux-yank integration.
2016-05-24 23:36:02 +02:00
## 0.1.3 - 24 May 2016
2016-07-05 21:41:31 +02:00
* Fixed issues with @fingers-copy-command and xclip not working properly.
2016-05-24 23:36:02 +02:00
2016-05-23 08:07:19 +02:00
## 0.1.2 - 23 May 2016
2016-07-14 22:59:23 +02:00
* Fixed blank screen for certain outputs in BSD/OSX.
2016-05-23 08:07:19 +02:00
## 0.1.1 - 16 May 2016
* Partially fixed for BSD/OSX.
2016-05-14 10:02:36 +02:00
## 0.1.0 - 14 May 2016
* New @fingers-copy-command option.
2016-07-05 21:41:31 +02:00
* Slightly improved performance ( still work to do ).
2016-05-14 10:02:36 +02:00
* Improved rendering of hints.
* Fixed tabs not being preserved when showing results.
* Fixed problem with scrollback history clearing.
* fingers script is now executed silently to prevent shell history pollution.
## 0.0.1 - 3 May 2016
2016-07-05 21:41:31 +02:00
* Initial release.