Skip to content

Commit

Permalink
Version 1.3.2 release
Browse files Browse the repository at this point in the history
Changes:
Added Renovate to manage dependencies.
Switched to a specific Python image version for consistency

Updated several dependencies
 - python-dateutil to version >=2.9.0.post0
 - plexapi to version 4.16.1
 - apprise to version 1.9.2

Created bug report and feature requests templates

Improved initialization handling for larger libraries
Improved AudioStream title matching and filtering.

Will be imrpoving audioStream a bit more in the near future once a pr gets merged and a new release of plexapi releases that includes the visualImpaired attribute to AudioStream, but for now the way things are set up seems to be working.

can view the full changelog here: 1.3.1...1.3.2
  • Loading branch information
JourneyOver committed Jan 16, 2025
1 parent b3acd5b commit 76e75f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from plex_auto_languages.utils.healthcheck import HealthcheckServer

# Version information
__version__ = "1.3.2-dev5"
__version__ = "1.3.2"

class PlexAutoLanguages:
"""
Expand Down

0 comments on commit 76e75f3

Please sign in to comment.