Regipy V5 :exploding_head:
New plugins
13 new plugins for a total of 52 plugins!
See complete plugin list [here](https://github.com/mkorman90/regipy/blob/master/regipy_tests/validation/plugin_validation.md).
Validation Cases
Validation cases replace the plugin tests. Validation cases are more easier to write, encouraging contributors to add a validation case for new plugins. As validation cases are now part of the CI, this requirement is actually enforced and the build would fail if a plugin fails a validation case or missing one. See additional info in 272
Misc
- Format entire codebase according to pep8 and black formatter
- Remove various syntax warnings
- Support for codepages in `ShellBagUsrclassPlugin`
List of contributions:
* Allow passing different codepage as an argument to ShellBagUsrclassPlugin and ShellBagNtuserPlugin by yuvalmarciano in https://github.com/mkorman90/regipy/pull/270
* fix syntaxwarning in python 3.12 by dadokkio in https://github.com/mkorman90/regipy/pull/266
* Plugin validation framework by mkorman90 in https://github.com/mkorman90/regipy/pull/271
* Add new validation cases by mkorman90 in https://github.com/mkorman90/regipy/pull/272
* More validation tests by mkorman90 in https://github.com/mkorman90/regipy/pull/273
* Added tests for PR plugins 254 by ZarKyo in https://github.com/mkorman90/regipy/pull/275
* Added some plugins by mcardonaes in https://github.com/mkorman90/regipy/pull/254
* Cleanup by mkorman90 in https://github.com/mkorman90/regipy/pull/274
* V5 release by mkorman90 in https://github.com/mkorman90/regipy/pull/276
New Contributors
* dadokkio made their first contribution in https://github.com/mkorman90/regipy/pull/266
* mcardonaes made their first contribution in https://github.com/mkorman90/regipy/pull/254
**Full Changelog**: https://github.com/mkorman90/regipy/compare/4.2.1...5.0.0
release_4.3.0
What's Changed
* Allow passing different codepage as an argument to ShellBagUsrclassPlugin and ShellBagNtuserPlugin by yuvalmarciano in https://github.com/mkorman90/regipy/pull/270
**Full Changelog**: https://github.com/mkorman90/regipy/compare/4.2.1...release_4.3.0