- new build system for the single binary version that doesn't require
fuse
to run - rearranged commandline arguments, credentials should go after the command now, this eliminates requirement for working qbittorrent connection for
upgrade
command:- before:
qbittools -p 12345 add my.torrent
- after:
qbittools add my.torrent -p 12345
orqbittools add -p 12345 my.torrent
- before: