v2.10
—
v2.10 (2022-08-28)
VisiData v2.10: Autoload installed plugins
The main new feature in v2.10 is autoloading of installed modules with a visidata.plugins entry_point specified in setup.py, e.g. from vdsql:
entry_points={'visidata.plugins': 'vdsql=vdsql'}
This release also includes a few dozen minor improvements and bugfixes; see the CHANGELOG for more information.