Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 10:07
· 153 commits to master since this release
v6.0.0
5c804d9

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.