- Changed default behavior to save torrent files to cwd - edited all unittests to reflect default behavior - added deprecation messages for the cli arg and class paramteter - last update to version 0.7.x
---
0.7.11
- Fixed issue with progress bar displaying inaccurate details - Other minor bug fixes - Updated output for Recheck subcommand for better readability - Updated documentation - Updated Readme - added quiet mode to cli global options `-q` - Added unit test to fix coverage gaps - Fixed warnings created by pylint
---
0.7.10
- Added rebuild module and subcommand see docs for more info - Added documentation entry for rebuild subcommand - improved logging messages - added unit tests - improved and expanded on type hints - minor bug fixes
---
0.7.9
- complete rewrite of the recheck procedures - Recheck now provides more accuracy and more details - improvements to the new custom progressbar - changed the cli argument for the progress bar - the options are now just 0 and 1 - included new unit tests for all new features - marked unused functions as deprecated - added a new hasher object for v2 and hybrid torrents - minor bug fixes and styling changes
---
0.7.8
- more updates to logging - major improvements to progress bar - removed tqdm as dependency - implemented custom progress bar logic - new cli argument controlling the progress bar - support for pyben 0.3.1 - added threading to recheck module - added mixins module - unit test updates and improvements
---
0.7.5
- updates to logging facility - fixed bug in created hybrid torrent files - fixed cli when subcomman not chosen - doc updates - unit test updates and improvements