Releases: greenbone/autohooks
Releases · greenbone/autohooks
autohooks 22.11.0
22.11.0 - 2022-11-07
Added
- Add py.typed file (PEP 561) to support finding types 986d55b
- Add documentation link to python package meto information 1a70dd1
Changed
- Format workflows, update actions and support Python 3.11 (#399) 66ebe4e
- Format workflows, update actions and support Python 3.11 376d795
Bug Fixes
autohooks 22.8.1
22.8.1 - 2022-08-16
Added
- Add a sphinx based documentation #340 25e65c2
- Add new development dependencies for docs with sphinx 9dd0857
- New CLI
autohooks plugins
for handling plugins #347 2ce2ba8 - Add new CLI to add, remove and list autohooks plugins 54173b7
- Easier setup by writing the settings during activation #345 5f352a8
- Introduce a new from_dict method for AutohooksConfig db8783b
- Introduce new dataclass for storing the autohooks settings 534b9e4
- Add new testing function for writing content to a temporary file 045d9ac
Removed
- Drop is_autohooks_enabled method from AutohooksConfig 029826c
Changed
- Extract checking a plugin for validity to a separate function 7d92bdd
- Raise a warning if activate is run with installed hook (#346) 10c3d14
- autohooks activate CLI will now write the settings too 4cbe779
- Refactor AutohooksConfig to use AutohooksSettings e28d990
- Merge BaseToolConfig into AutohooksConfig 8a318e0
autohooks 22.8.0
22.8.0 - 2022-08-02
Added
- Add an example for reporting progress to README f99c218
- Add gif of using autohooks in the console to README b4556c1
- Use rich library for improved UI #334 3c44e2a
- Allow plugins to report a progress 2e80991
- Implement rich progress class for displaying plugin progress 1fee198
- Add rich as direct dependency 1d8de57