Releases: shric/trpc
Releases · shric/trpc
trpc v0.0.5
Changes since v0.0.4
Features
- Added filter system including
-f 'size > 3.5 GiB && incomplete'
or flags such as-i, incomplete
, etc. - Added
list
output sorting by fields:id, name, size, amount downloaded (have), uploaded, progress, ratio, age
Bug fixes:
Implemented -n, --no-totals
in list
command. Was documented but didn't work.
trpc v0.0.4
This marks the first release I consider fairly stable.
Changes since v0.0.3
Features
rename
command added for renaming torrent files or torrents.- Provide server version info in version
add
now has--download-dir
, will use transmission's configureddownloadDir
if omitted. Relative paths can be used, e.g..
for current directory (only makes sense if you use it from the same machine transmission is running on)default_download_dir
can be used in~/.trpc.conf
to implicitly set--download-dir
flag.- Implemented
--debug
flag which dumps the transmission-daemon responses to stderr.
Bug fixes:
- Exit if no arguments were able to be converted to torrent IDs instead of assuming all torrents
- Panic properly on connect failure
~/.trpc.conf
can exist without the previously required sections.- Only start or stop torrents that were already stopped or started respectively.
- Total row from
list
is now correctly formatted and has correct values.
trpc v0.0.3
Changes since v0.0.2
Features
move
command implementederrors
command implementedwhich
command implementedverify
command implemented (hash check)list
command shows first three letters of first tracker hostnamerm
: Add warning message when--force-all
required.rename
command added for renaming torrent files or torrents.
mon responses to stderr.
Bug fixes:
- Exit unsuccessfully (exit code 1) on failures to connect and other errors
add
no longer crashes with--dry-run
- Fix
-n
conflict (was used for--dry-run
and--now
instart
) - no longer crash if
~/.trpc.conf
is missing
trpc v0.0.2
Changes since v0.0.1
Features
- filenames can be supplied on the command line as well as torrent IDs.
trpc
will search the torrents to find which torrents are associated with the specified filenames. Generally will only make sense iftrpc
is used on the same server astransmission-daemon
.
trpc v0.0.1
Features
list
command implemented.start
command implemented.stop
command implemented.rm
command implemented.add
command implemented.-i
,--incomplete
filter flag added (only shows/picks incomplete torrents)~/.trpc.conf
used fortrackernames
.