Skip to content

Releases: abhinav/tmux-fastcopy

v0.14.1

03 Dec 18:52
b5eb6e5
Compare
Choose a tag to compare

Fixed

  • Properly unescape escapes in regex strings when decoding tmux options.

v0.14.0

15 Oct 19:51
e266cca
Compare
Choose a tag to compare

Removed

  • Drop Windows builds.

Fixed

  • Fix hang when destroy-unattached is set to on.

v0.13.1

15 Sep 04:02
Compare
Choose a tag to compare

Fixed

  • Fix installation script for latest release.

v0.13.0

15 Sep 03:58
8a04911
Compare
Choose a tag to compare

Added

  • Add support for multiple selections. Press Tab after invoking tmux-fastcopy to enter multi-select mode.

Thanks to @hansmansson for their contribution to this release.

v0.12.0

18 Jun 22:47
39fdae1
Compare
Choose a tag to compare

Added

  • Actions are now run with FASTCOPY_TARGET_PANE_ID set 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

11 Jun 20:33
Compare
Choose a tag to compare

Fixed

  • Fix release archive names for AUR, Homebrew, etc.

v0.11.0

11 Jun 20:22
Compare
Choose a tag to compare

Changed

  • Relicense under GPL-2.0.
  • Run fastcopy-action and fastcopy-shift-action inside the pane's current directory, if available.

v0.10.0

25 Mar 17:56
ca4bde9
Compare
Choose a tag to compare

Changed

  • Use event-based rendering instead of fixed rate rendering.
    This should reduce flickering on slow systems.

v0.9.0

30 May 01:04
f59ac08
Compare
Choose a tag to compare

Added

  • Add @fastcopy-shift-action to specify an alternative action to be run when
    a label is selected with the Shift key pressed.

v0.8.0

02 Apr 04:11
db18811
Compare
Choose a tag to compare

Added

  • Expose the name of the matched regex to the action with the
    FASTCOPY_REGEX_NAME environment variable.