Skip to content

v2.10: autoload installed plugins

Compare
Choose a tag to compare
@saulpw saulpw released this 29 Aug 04:08
· 1921 commits to stable since this release
ce3a3fd

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.