Releases: abhinav/tmux-fastcopy
Releases · abhinav/tmux-fastcopy
v0.7.2
Added
- For 32-bit ARM binaries, support ARM v5, v6, and v7.
v0.7.1
Added
- Publish a Linux ARM 32-bit binary with each release.
- Publish a
tmux-fastcopy-bin
package to AUR.
v0.7.0
Changed
- Handle wrapping of long lines by Tmux.
These lines will now be joined when copied.
v0.6.2
Fixed
- Better handle single-quoted strings in Tmux configuration.
v0.6.1
v0.6.1
v0.6.0
0.6.0 - 2021-09-13
Added
- Publish Homebrew formulae for the project.
v0.5.1
0.5.1 - 2021-09-09
Fixed
- Don't consume 100% CPU when idling.
v0.5.0
v0.4.0
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
0.3.1 - 2021-08-23
Fixed
- Make path regex more accurate and avoid matching URLs.