Skip to content

Releases: RileyXX/IMDB-Trakt-Syncer

v1.8.6

04 Dec 01:55
270e56c
Compare
Choose a tag to compare

What's Changed

  • Fix for missing package requirement by @RileyXX in #80

Full Changelog: v1.8.5...v1.8.6

v1.8.5

23 Nov 20:31
de63168
Compare
Choose a tag to compare

What's Changed

  • Fix for improper chromedriver shutdown by @RileyXX in #78

Full Changelog: v1.8.4...v1.8.5

v1.8.4

09 Nov 08:16
17d4617
Compare
Choose a tag to compare

What's Changed

  • Improvements for handling invalid Trakt refresh token by @RileyXX in #76

Full Changelog: v1.8.3...v1.8.4

v1.8.3

09 Nov 07:33
589eff2
Compare
Choose a tag to compare

What's Changed

  • Fix for some Trakt auth requests failing occasionally + other minor improvements by @RileyXX in #75

Full Changelog: v1.8.2...v1.8.3

v1.8.2

19 Oct 15:54
277088c
Compare
Choose a tag to compare

What's Changed

  • Potential fix for "Invalid isoformat" error on older python versions by @RileyXX in #72

Full Changelog: v1.8.1...v1.8.2

v1.8.1

13 Oct 00:15
1ca542d
Compare
Choose a tag to compare

What's Changed

  • Improvements for removing watched items from watchlists by @RileyXX in #71

Full Changelog: v1.8.0...v1.8.1

v1.8.0

30 Sep 07:15
72a6f82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.5...v1.8.0

Notes:

Users upgrading to v1.8.0 or later will be prompted to reauthenticate Trakt. After which, the reauthentication process will no longer require further user interaction.

v1.7.5

09 Aug 07:45
ca1dcf8
Compare
Choose a tag to compare

What's Changed

  • Modify chromedriver check fallback method by @RileyXX in #63 and #64

Full Changelog: v1.7.2...v1.7.5

v1.7.2

02 Aug 07:15
5be7f2a
Compare
Choose a tag to compare

What's Changed

  • Increase performance for Trakt requests + add support for additional IMDB media types by @RileyXX in #62

Notes:

  • Potential fix for #61
  • Add support for additional IMDB media types tvSpecial, tvMovie, tvShort & video.
  • Increase performance for Trakt requests (reduced initial retry wait time to 1 second and extended max retries to 5)

Full Changelog: v1.7.1...v1.7.2

v1.7.1

29 Jul 12:21
802d49d
Compare
Choose a tag to compare

What's Changed

  • Modify the ratings updating logic to preserve ratings that were changed on the same day by @RileyXX in #59

Notes:

If an item's rating is both set and modified on the same day, it will not be re-synced. This issue is due to a limitation in the ratings CSV data provided by IMDB, which only includes the rated date in the Y-M-D format without a specific time.

In the 1.7.0 release, Trakt ratings took priority for items rated and modified on the same day. However, in version 1.7.1, this behavior was changed to retain the original functionality where ratings are not overwritten. This change ensures that users' updated ratings on IMDB are not accidentally replaced with older Trakt ratings during the next sync.

Full Changelog: v1.7.0...v1.7.1