Releases: abhinav/tmux-fastcopy
Releases · abhinav/tmux-fastcopy
v0.14.1
v0.14.0
Removed
- Drop Windows builds.
Fixed
- Fix hang when destroy-unattached is set to on.
v0.13.1
v0.13.0
Added
- Add support for multiple selections. Press
Tabafter invoking tmux-fastcopy to enter multi-select mode.
Thanks to @hansmansson for their contribution to this release.
v0.12.0
Added
- Actions are now run with
FASTCOPY_TARGET_PANE_IDset to the ID of the pane
where fastcopy was invoked.
Use this to run operations against the pane from within the action.
v0.11.1
Fixed
- Fix release archive names for AUR, Homebrew, etc.
v0.11.0
Changed
- Relicense under GPL-2.0.
- Run
fastcopy-actionandfastcopy-shift-actioninside the pane's current directory, if available.
v0.10.0
Changed
- Use event-based rendering instead of fixed rate rendering.
This should reduce flickering on slow systems.
v0.9.0
Added
- Add
@fastcopy-shift-actionto specify an alternative action to be run when
a label is selected with the Shift key pressed.
v0.8.0
Added
- Expose the name of the matched regex to the action with the
FASTCOPY_REGEX_NAMEenvironment variable.