Skip to content

Releases: abhinav/tmux-fastcopy

v0.7.2

19 Feb 21:00
Compare
Choose a tag to compare

Added

  • For 32-bit ARM binaries, support ARM v5, v6, and v7.

v0.7.1

19 Feb 04:00
Compare
Choose a tag to compare

Added

  • Publish a Linux ARM 32-bit binary with each release.
  • Publish a tmux-fastcopy-bin package to AUR.

v0.7.0

11 Feb 05:00
290babc
Compare
Choose a tag to compare

Changed

  • Handle wrapping of long lines by Tmux.
    These lines will now be joined when copied.

v0.6.2

29 Dec 20:25
3ea81fe
Compare
Choose a tag to compare

Fixed

  • Better handle single-quoted strings in Tmux configuration.

v0.6.1

28 Oct 12:36
Compare
Choose a tag to compare
v0.6.1

v0.6.0

13 Sep 12:44
Compare
Choose a tag to compare

0.6.0 - 2021-09-13

Added

  • Publish Homebrew formulae for the project.

v0.5.1

09 Sep 03:05
8ca7b8c
Compare
Choose a tag to compare

0.5.1 - 2021-09-09

Fixed

  • Don't consume 100% CPU when idling.

v0.5.0

08 Sep 01:45
9da9973
Compare
Choose a tag to compare

0.5.0 - 2021-09-07

Changed

  • Change default action to tmux load-buffer -. This eliminates risk of
    hitting ARG_MAX with set-buffer--however unlikely that was.

Fixed

  • #38: Fix infinite loop when there's a single match.

v0.4.0

06 Sep 22:53
1ce3f8f
Compare
Choose a tag to compare

0.4.0 - 2021-09-06

Highlight: The minimum required version of Tmux was lowered to 3.0.

Added

  • Add back -log flag. Use this flag to specify the destination for log
    messages.
  • Add -tmux flag to specify the location of the tmux executable.

Changed

  • Support Tmux 3.0. Previously, tmux-fastcopy required at least Tmux 3.2.

v0.3.1

23 Aug 18:09
Compare
Choose a tag to compare

0.3.1 - 2021-08-23

Fixed

  • Make path regex more accurate and avoid matching URLs.