Skip to content

Releases: fbdtemme/torrenttools

Torrenttools v0.2.2

30 Jan 09:55
Compare
Choose a tag to compare

[v0.2.2] - 2021-01-30

Changed

  • Fix source tag not being set in create command.

torrenttools v0.2.1

28 Jan 15:21
Compare
Choose a tag to compare

[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

25 Jan 12:58
Compare
Choose a tag to compare

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

19 Jan 17:59
Compare
Choose a tag to compare

Changes

  • Remove dependency on Intel TBB

torrenttools v0.1.2

17 Jan 19:56
Compare
Choose a tag to compare
  • Add --io-block-size parameter
  • Bug fixes to per-file checksums
  • Generate DEB and RPM packages for ubuntu and fedora

torrenttools v0.1.0

14 Jan 19:58
Compare
Choose a tag to compare

First development release.