What's Changed
* modidfy checksum calc error by flylinfan in https://github.com/mkorman90/regipy/pull/231
* Performance tuning and various fixes by mkorman90 in https://github.com/mkorman90/regipy/pull/225
Command line utils improvements:
- `registry-dump` can now optionally receive a start and end date to filter subkeys. Filtering on a 15MB system hive takes less than 10 seconds. This was achieved by not fetching the subkey values when iterating.
- providing the `-d` flag to `registry-dump` will not fetch values (but will still fetch the values count).
![image](https://user-images.githubusercontent.com/5430032/179545042-532302ef-b9c3-416f-a0fe-fe14fd8fa9e9.png)
plugin fixes
- ntuser persistence values are not trimmed anymore
general fixes
- default value trim length is now 256 instead of 128
New Contributors
* flylinfan made their first contribution in https://github.com/mkorman90/regipy/pull/231
**Full Changelog**: https://github.com/mkorman90/regipy/compare/2.6.1...3.0.0