- cleaned up readme and help messages - removed useless print statements - improved CI tooling and checking - minor bug fixes
---
0.7.1
- split CI integration into separate platform specific files - added new cli argument `--cwd` which changes the default save to location to the current working directory (this will be default in future) - added unit tests to cover the new argument - Changed license to a the more permissive Apache 2 software license
---
0.7.0
- Fixed issues with logging to file. - Finished adding tests for Unicode Support - Deprecated some unneccessary code - Clean up documentation and README - removed config files no longer in use.
---
0.6.13
- Fixed bug that created a torrent file with no name. - Fixed bug that would error if cli path was listed after announce urls - Added full unicode support. - Added Unittests for new features and bug fixes
---
0.6.11
- Fixed bug that occured during recheck when file of 0 length is included. - Altered Recheck algorithm to process 0 length files. - Only effected meta version 2 and hybrid torrent files. - Added unittests to cover the situation.
---
0.6.10
- Updates to documentation - Integrated Type hints in source code - Updated build and CI process