Skip to content

Releases: trim21/transmission-rpc

v3.4.0

10 Oct 05:18
v3.4.0
2ff3667
Compare
Choose a tag to compare

Features

  • torrent: add .trackers property with type

v3.3.2

05 Jun 08:26
v3.3.2
39a768a
Compare
Choose a tag to compare

Bug Fixes

  • type: Clilent.get_torrents should take Iterable[str] as torrent arguments

v3.3.1

05 Jun 08:14
v3.3.1
f0da36b
Compare
Choose a tag to compare

Features

  • client: add_torrent support pathlib.Path (#112)

Code Refactoring

  • client: add argument type .change_torrent() (#114)
  • client: deprecating relative Path as remote path (#113)
  • torrent: property error and error_string

Reverts

  • refactor(client): add argument type .change_torrent() (#114)

BREAKING CHANGE

  • Client: use relative pathlib.Path as remote path for .move_torrent_data(), .locate_torrent_data(), .rename_torrent_path() and .free_space() is deprecated.

  • add_torrent: base64 encoded str as torrent is deprecated, and will be removed in v4

v3.3.0

29 Sep 06:26
641cabb
Compare
Choose a tag to compare

Features

  • session: add some dict style method like .key() and .items() (#111)

v3.2.9

29 Sep 02:04
d8cd5c8
Compare
Choose a tag to compare

Features

  • add Session.items()

Code Refactoring

  • add kwargs types for Client.add_torrent (#108)

v3.2.8

21 Sep 19:34
54c3e47
Compare
Choose a tag to compare

Bug Fixes

  • disable proxy from environment variable

v3.2.7

14 Aug 12:30
450ca8c
Compare
Choose a tag to compare

Bug Fixes

  • torrent: Torrent.date_active for never activated torrent

v3.2.6

25 Jun 03:38
Compare
Choose a tag to compare

Bug Fixes

  • make sure id is always in argumenets (#95)

v3.2.5

05 May 19:21
Compare
Choose a tag to compare

Bug Fixes

  • raise TransmissionAuthError for 403 response (#81)

Features

  • torrent: wrap Torrent.status to support simple comparison with attribute (#75)
  • torrent: add download_dir property (#62)

Performance Improvements

  • client: avoid load and dump HTTP query twice (#82)

v3.2.5-alpha

31 Mar 07:27
Compare
Choose a tag to compare

Features

  • support transmission 3.01 (#72)
  • torrent: add download_dir property (#62)