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.