Skip to content

v2.13.0

Compare
Choose a tag to compare
@kannibalox kannibalox released this 30 Jan 03:06
· 77 commits to main since this release
b61cb0d

Breaking changes

  • New assignment syntax to allow more complex keys. This mainly effects mktor and chtor's -s KEY=VAL flag. This means the old syntax of .. to escape periods in key names will no longer work. Use the new bracket syntax instead:
    # Old
    chtor -s info.with..period=foo <file>
    # New
    chtor -s 'info["with.period"]=foo' <file>

Changed

  • lstor: Torrents without an announce URL are no longer considered invalid, and can be displayed by lstor. This is primarily to support the listing of rTorrent's temporary torrent files generated from magnet links. #61
  • chtor/mktor: Use a proper assignment syntax to allow setting complex keys and array keys
  • rtcontrol: --prio now accepts strings as well as integers (0=off, 1=low, 2=normal, 3=high)

Fixed

  • Magnet files are now created with the correct key (magnet-uri) for rTorrent to load them.

Added

  • lstor: Add --json as alias for --raw