- added new command line option for magnet subcommand - fixed some coverage gaps caused by 0.8.10 - fixed bugs introduced by 0.8.10 with magnet URI creation - added support for hybrid magnet links - added tests for when a magnet link is generated with no trackers at all
---
0.8.10
- added support for bittorrent v2 magnet links - added unit tests for v2 magnet links - updated algorithm for human readable byte formatting
---
0.8.9
- fixed bug with the config file parsing - added checks to ensure the config file is parsed correctly - added checks for applying configfile parameters to torrent properly - deprecated and removed the `--cwd` command line flag as it is now default behaviour - removed unittests testing the `--cwd` behaviour
---
0.8.8
- added loading create torrent options from a configuration file - added unit tests for configuration functions - update documentation with new information about configuration file - added CLI options for indicating the use of a configuration file `--config` - added a CLI option that specifies where to look for config file `--config-path` - removed interactive `-i` mode from cli options as it is now deprecated.
---
0.8.7
- Added the rename subcommand - Added unittests for the new subcommand - Default command is now "create" when user ommits entering subcommand - Added unittests for default command - Added shortcut command `tfile` as an alternative to `torrentfile`
---
0.8.6
- Fixed bug with argument parser that allowed for duplicate aliases - Added support for python 3.11 - Updated CI/CD Workflow - Updated documentation - Deprecated the -i interactive argument option and added warnings in documentation