Skip to content

Releases: fuzeman/trakt-tools

0.2.3

27 Dec 22:50
0.2.3
ef49f4e
Compare
Choose a tag to compare

Changed

  • Upload wheels to GitHub Releases

0.2.2

27 Dec 22:32
0.2.2
f49ea8e
Compare
Choose a tag to compare

Added

  • Authentication token can be provided with the TRAKT_TOKEN environment variable (@outdooracorn)
  • profile:backup:create now accepts a -y/--yes option to ignore the confirmation input (@glensc)

Changed

0.2.1

22 Apr 06:28
0.2.1
b219c92
Compare
Choose a tag to compare

Fixed

  • Updated deployment credentials

0.2.0

22 Apr 06:28
0.2.0
7f102c6
Compare
Choose a tag to compare

Breaking

  • Support has been dropped for Python 2.6, 3.0, 3.1, 3.2, 3.3, 3.4

Added

  • Support for Python 3.6, 3.7
  • History from backups can now be applied to profiles (@outdooracorn)

Fixed

  • Error writing backup files (#1)

0.1.8

19 Sep 22:28
bbad72c
Compare
Choose a tag to compare

Added

  • History retrieval requests are now automatically retried 3 times if any error is returned (timeouts, server overloaded, etc..), a prompt will be displayed if the request fails more than 3 times

Fixed

  • Failed profile requests were incorrectly being cached

0.1.7

18 Sep 22:07
Compare
Choose a tag to compare

Fixed

  • Records could be duplicated if watched history changes while the scanner is running

0.1.6

18 Sep 21:43
Compare
Choose a tag to compare

Fixed

  • Added missing "six" requirement

0.1.5

18 Sep 21:44
Compare
Choose a tag to compare

Changed

  • History records are now removed in batches of 200 items (to avoid read timeouts)

Fixed

  • Connection errors weren't being caught correctly during history removal

0.1.4

17 Sep 06:19
Compare
Choose a tag to compare

Fixed

  • Issue deploying github releases (possible)

0.1.3

17 Sep 06:13
Compare
Choose a tag to compare

Fixed

  • Issue deploying github releases