* Add support for Python 3.7-3.8 and PyPy (32) hugovk * Add `__main__.py` so runnable via 'python3 -m norwegianblue' (35) hugovk * Add `--clear-cache` to delete all cache files before run (34) hugovk
Fixed
* Specify build backend to allow editable installs (33) hugovk
0.4.0
Changed
* Speedup: Write version to file to avoid overhead of pkg_resources.get_distribution (30) hugovk * Speedup: Use faster PrettyTable for Markdown (29) hugovk
Fixed
* Bump minimum pytablewriter to fix trailing quotes (25) hugovk
0.3.0
Added
* Show nicer error message instead of 404 traceback (22) hugovk
Changed
* Allow and test httpx 1.0.0 beta (24) hugovk * Replace appdirs with platformdirs (23) hugovk
0.2.0
Added
* Add support for Python 3.10 (19) hugovk
Changed
* Bump httpx from 0.18.2 to 0.19.0 (18) dependabot * Switch use of 'tool' to 'product' (17) hugovk
Fixed
* Set 'all' as default, update README examples (12) hugovk
0.1.0
Added
* List all tools with 'eol all' (11) hugovk * Don't show shorthand headers in tabular output (4) hugovk
0.0.2
Fixed
* Handle Boolean "support" and Boolean and date "discontinued" (3) hugovk * Handle Boolean "eol" (2) hugovk