Skip to content

Releases: trim21/transmission-rpc

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)

v4.2.2

07 May 20:20
v4.2.2
0836fff
Compare
Choose a tag to compare
v4.2.2

v4.2.1

01 May 04:37
v4.2.1
247e78d
Compare
Choose a tag to compare

Bug Fixes

  • deprecate Client.locate_torrent_data (#282)
  • rename_torrent_path

v4.2.0

09 Apr 09:37
v4.2.0
68a7189
Compare
Choose a tag to compare

Features

  • add details in TransmissionError (#263)

v4.1.5

05 Apr 06:53
v4.1.5
34607a7
Compare
Choose a tag to compare

Features

  • add Client().semver_version if available

Bug Fixes

  • Client().server_version

v4.1.4

31 Mar 18:08
v4.1.4
0a8065d
Compare
Choose a tag to compare

Support python37

v4.1.3

11 Mar 22:29
v4.1.3
b7668d9
Compare
Choose a tag to compare

Features

  • add some torrent properties

v3.4.2

11 Mar 21:38
v3.4.2
68826ca
Compare
Choose a tag to compare

Features

  • support transmission v4

Code Refactoring

  • backport Torrent.get to v3 (#245)