Skip to content

v1.0.3.0

Compare
Choose a tag to compare
@fuzeman fuzeman released this 12 Jun 12:36
· 364 commits to master since this release

Added

  • Translations are now supported (via the gettext module)
  • Language option in the channel settings (in Plex/Web) to override locale + language detection
  • Options displayed in the configuration site now have descriptions
  • API method to support the deletion of account authorizations

Changed

  • Libraries are now tested in separate processes to catch segmentation faults
  • Plugin will now continue startup if pyOpenSSL is unavailable (#326)
  • Ensure pyOpenSSL has SNI support before injecting it into requests

Libraries

  • Updated enum34 (v1.1.6)
  • Updated ndg-httpsclient (v0.4.1)
  • Updated plex.py
  • Updated plex.activity.py
  • Updated plex.metadata.py
  • Updated pytz (v2016.4)
  • Updated requests (v2.10.0)
  • Updated sortedcontainers (v1.5.3)