Skip to content

Releases: trim21/transmission-rpc

v7.0.5

07 May 03:57
v7.0.5
9722822
Compare
Choose a tag to compare

🐛 Bug Fixes

  • cf9d73c - type of Torrent.download_dir (commit by @trim21)
  • 58ac7c4 - types: session.units should return a object instead of dict (commit by @trim21)

v7.0.4

30 Apr 20:42
v7.0.4
f38132f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 240aa1b - client: client.get_groups(), client.get_group(), client.set_group() (commit by @trim21)

v7.0.3

16 Oct 06:15
v7.0.3
c7be66d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 7726fd0 - client: 'Invalid tracker list' error when passing tracker_list argument to method Client.change_torrent (commit by @trim21)

v7.0.2

16 Oct 05:20
v7.0.2
f51b963
Compare
Choose a tag to compare

🐛 Bug Fixes

v7.0.1

17 Sep 13:15
v7.0.1
6537ea8
Compare
Choose a tag to compare

This version doesn't change any code, only to trigger readthedocs to build latest docs.

v4.3.1

14 Sep 01:48
v4.3.1
57347fd
Compare
Choose a tag to compare

Bug Fixes

v7.0.0

13 Sep 16:36
v7.0.0
a9f01b1
Compare
Choose a tag to compare

if you didn't see any DeprecationWarning when you are using 6.0.0, it's safe to upgrade to this version.

BREAKING CHANGES:

some deprecated properties and methods are removed:

  • client.locate_torrent_data, use client.move_torrent_data(move=False) instread.
  • torrent.seedRatioLimit, use .seed_ratio_limit instead.
  • torrent.seedRatioLimited, use .seed_ratio_limited instead.
  • torrent.files, use torrent.get_files() instead.
  • torrent.date_active, use torrent.activity_date instread.
  • torrent.date_added, use torrent.added_date instread.
  • torrent.date_started, use torrent.start_date instread.
  • torrent.date_done, use torrent.done_date instread.

v6.0.0

01 Sep 10:07
v6.0.0
5c804d9
Compare
Choose a tag to compare

Breaking Changes:

  1. remove PRIORITY, RATIO_LIMIT RatioLimit and IdleLimit, use enum Priority, RatioLimitMode and IdleMode instead.
  2. File.priority are now enum Priority instead of string.
  3. Torrent.priority are now enum Priority instead of string.
  4. Torrent.seed_idle_mode are now enum IdleMode instead of string.
  5. Torrent.seed_ratio_mode are now enum RatioLimitMode instead of string.

v5.0.0

01 Sep 09:13
v5.0.0
42e4854
Compare
Choose a tag to compare

Breaking Changes

v4.3.0

02 Jun 23:49
v4.3.0
67f9e41
Compare
Choose a tag to compare

Features

  • add py.typed marker file (#306)