Skip to content

v1.2.0

Compare
Choose a tag to compare
@fuzeman fuzeman released this 23 Dec 05:09
· 71 commits to master since this release
v1.2.0
b37f451

Added

  • Database errors are now displayed in the "Messages" menu
  • Plugin will now disable itself if a critical database error is encountered (instead of constantly spitting out errors)
  • HTTP(S)/SOCKS proxies are now supported (defined via the Plex/Web settings dialog) (#212)
  • Syncs started by the library update trigger will now automatically run pull handlers on items that have been recently added to plex libraries (#351)
  • Connection errors in the "Messages" menu are now mapped to individual services (Plex.tv, Trakt.tv, etc..) and formatted to be a bit more readable
  • Exceptions raised while processing an interface request are now caught and displayed in the interface
  • Updated the error storage handler to catch any errors that occur during storage (and log them as warnings)

Changed

  • Switched to Semantic Versioning (dropped fourth digit in version)
  • Improved the handling of Trakt.tv authorization token refreshes
  • Adjusted sync queuing to avoid interface timeouts ("This channel is not responding." errors) (#362)
  • Scrobbler will now stop sessions that emit a "paused" event with 98% watched (#373)
  • Removed " " strings from the interface exception view

Fixed

  • Menu redirections caused "This channel is not responding." errors in Plex Media Player (#362)
  • Issue which caused continued token requests for expired Trakt.tv pins on plugin startup

Libraries

  • Added contextlib2 (v0.5.4)
  • Added PySocks (v1.6.5)
  • Added win_inet_pton (v1.0.1)
  • Updated APSW (v3.15.0-r1)
  • Updated arrow (v0.10.0)
  • Updated cffi
  • Updated croniter (v0.3.13)
  • Updated cryptography (v1.5.3)
  • Updated idna (v2.2)
  • Updated ipaddress (v1.0.17)
  • Updated llist
  • Updated plex.py
  • Updated plex.activity.py
  • Updated plex.database.py
  • Updated pyOpenSSL (v16.2.0)
  • Updated pytz (v2016.10)
  • Updated raven (fuzeman/raven-python@5ec2155)
  • Updated requests (fuzeman/requests@7ed419a)
  • Updated sortedcontainers (v1.5.7)
  • Updated trakt.py (fuzeman/trakt.py@735220c)
  • Updated websocket-client (v0.39.0)