From 76e75f3c2a9457509c3205cfc0db110c9f338ae4 Mon Sep 17 00:00:00 2001 From: Journey Date: Thu, 16 Jan 2025 03:10:29 -0600 Subject: [PATCH] Version 1.3.2 release 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: https://github.com/JourneyDocker/Plex-Auto-Languages/compare/1.3.1...1.3.2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9e2c937..04726bc 100644 --- a/main.py +++ b/main.py @@ -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: """