Skip to content

Releases: shric/trpc

trpc v0.0.5

30 Jun 12:44
Compare
Choose a tag to compare

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

22 Jun 12:52
Compare
Choose a tag to compare

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 configured downloadDir 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

22 Jun 22:24
Compare
Choose a tag to compare

Changes since v0.0.2

Features

  • move command implemented
  • errors command implemented
  • which command implemented
  • verify command implemented (hash check)
  • list command shows first three letters of first tracker hostname
  • rm: 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 in start)
  • no longer crash if ~/.trpc.conf is missing

trpc v0.0.2

22 Jun 22:38
Compare
Choose a tag to compare

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 if trpc is used on the same server as transmission-daemon.

trpc v0.0.1

22 Jun 23:02
Compare
Choose a tag to compare

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 for trackernames.