v3.2
—
[Help support quality software by contributing via Patreon or Github Sponsors.]
v3.2 (2025-06-15)
This release includes several improvements to the interface, as well as many bugfixes and other tweaks. Highlights include:
- Use XDG for default
visidata_dir
#2716 (#2755)
NOTE: to keep your macros, input history, or plugins, you need to move the $HOME/.visidata directory to its XDG location; for example, on Linux:
mv $HOME/.visidata $HOME/.config/visidata
- Windows clipboard in WSL
- Windows mouse support
- Add simple .psv (pipe-separated-valuie) loader based on TSV sheet
- Support 2D matrices in NumPy loader
- New commands to add aggregated value and rank columns:
addcol-aggregate
andaddcol-rank-sheet
- Bind
g-
tohide-uniform-cols
- Fix scoring of space-separated search terms in command palette
- Make fuzzy match case-insensitive in command palette
- Add WindowFunctionGuide and AggregatorSheet guides
- Update light theme
- Remove non-precious sheets from sheetlist on statusbar
- Selecting rows on a Freqency Table is now more performant and uses less memory
Please see the CHANGELOG for the full list of changes.