Releases: fbdtemme/torrenttools
Releases · fbdtemme/torrenttools
Torrenttools v0.2.2
[v0.2.2] - 2021-01-30
Changed
- Fix source tag not being set in create command.
torrenttools v0.2.1
[v0.2.1] - 2021-01-28
Added
- magnet command to generate magnet URI's from a bittorrent metafile.
- Simpler progress reporting when output is piped (eg. ruTorrent task output).
- Add "show size" command.
Changed
- Fix race condition triggered when hashing multiple small files in v2 hasher.
torrenttools v0.2.0
v0.2.0 - 2021-01-25
Added
- Add experimental windows support and installer.
- Add show command to query specific fields of a metafile.
- Add edit command to edit an existing metafile.
- Add "--creation-date" option to override the creation date.
- Add "--created-by" option to override the default created by string (program and version)
- Add "--stdout" options enable writing torrent file to the standard output.
- Add "--version" option to show program version.
Changed
- Fix behavior of options accepting multiple values: "--announce", "--web-seeds", "--dht-nodes".
- Fix loading config files from user-local directory.
- Allow to include hidden files when they match an include regex without specifying the --include-hidden flag.
- Move query options of info to the new show command.
- Fix --name option being ignored.
- Fix multiple announce urls being invalidly serialized.
- Allow serialization of metafiles with zero-length files.
- Fix dht-node serialization and deserialization.
torrenttools v0.1.3
Changes
- Remove dependency on Intel TBB
torrenttools v0.1.2
- Add --io-block-size parameter
- Bug fixes to per-file checksums
- Generate DEB and RPM packages for ubuntu and fedora
torrenttools v0.1.0
First development release.