Skip to content

Tags: rndusr/torf-cli

Tags

v5.2.1

Toggle v5.2.1's commit message
Version 5.2.1

- Exclude tests from package

v5.2.0

Toggle v5.2.0's commit message
Version 5.2.0

- New option: --merge JSON: Add custom information to a torrent's metainfo or
  remove arbitrary information from it

v5.1.0

Toggle v5.1.0's commit message
Version 5.1.0

- New option: --creator

v5.0.0

Toggle v5.0.0's commit message
Version 5.0.0

- Include profile name (if given) in torrent file name by default

v4.0.4

Toggle v4.0.4's commit message
Version 4.0.4

- Bugfix: Fix --max-piece-size

v4.0.3

Toggle v4.0.3's commit message
Version 4.0.3

- Bugfix: Fix --help output: Short form of --nocreator is now -A.

v4.0.2

Toggle v4.0.2's commit message
Version 4.0.2

- Bugfix: --max-piece-size was ignored with reused torrents.

v4.0.1

Toggle v4.0.1's commit message
Version 4.0.1

- Bugfix: --nomagnet was ignored in info mode.
- Include magnet link in output even if input is also a magnet link.
  Only exclude it with --nomagnet.

v4.0.0

Toggle v4.0.0's commit message
Version 4.0.0

- New option: --reuse <directory or torrent file> copies piece hashes from an
  existing torrent file if it contains the same files. If given a directory,
  it is recursively searched for a matching torrent file.
- The short flag -R for --nocreator was renamed to -A so -R can be used for
  --noreuse.
- When verifying files against a torrent in previous versions, each file was
  only verified up to the first corrupt piece unless --verbose was given. Now
  all files are always completely verified.
- The "Files" field in --json output is now a list of objects like this:
  {"Path": <relative file path>, "Size": <file size>}
- Bugfix: The --max-piece-size parameter was always used as the actual piece
  size, even if it was much too large for the given content.

v3.4.0

Toggle v3.4.0's commit message
Version 3.4.0

- New option: --threads