Skip to content

v0.23.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 09:07
· 9 commits to main since this release
v0.23.3
97a42df

Download the archive for your platform below, extract it and put ttv on
your PATH (for example /usr/local/bin or ~/.local/bin); see the
README for
details. checksums.txt holds the SHA-256 sum of every asset.

Changes since v0.23.2

97a42df ~ -- bump version to `v0.23.3`
d076d1c ! -- run the clipboard tool in the background so a yank never freezes the table; the footer says the yank is done and the tool running, then which channels took the text, and a tool still running after ten seconds is given up on ~ -- do not wait for a tool's forked children (xclip, wl-copy keep their pipes open while serving the selection) ~ -- X removes as soon as a clipboard channel can take the text; a tool failure is reported afterwards and the cut stays in the register
9c2ffb7 + -- show a cell that lists several items one item per line in the full-value box; split_items and separator in [preview] turn it off or change the separator, and a list too long for the box falls back to the wrapped text
250f016 + -- wrap_columns option in a new [movement] config section: h, l, w and b stop at the first and last column as in vim unless it is on ~ -- horizontal motions no longer wrap around by default
e5aa697 ! -- count the rows of a visual selection after a counted motion (V 20j showed the size from before the jump); the footer redraw deferred after a motion evaluated its arguments before the move ~ -- extract the table's selection-changed callback and skip its throttle in visual mode, so the selection size follows every move

Full diff: v0.23.2...v0.23.3