Skip to content

v4.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 14:13
· 428 commits to master since this release
v4.0.0-alpha.4
c7516d4

Notice

some properties of Group is not woking with transmission version 4.0.0-beta.1, you may need to use group.get(...) to get the raw value.

Bug Fixes

  • match rpc spec of group-get

Code Refactoring

  • rename Torrent.files to Torrent.get_files
  • stop using dataclasses

BREAKING CHANGES

  • rename Torrent.files() to Torrent.get_files()