All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Python 3.8+ support
- Tests
- "release" and "tests" pipelines
- Use the standard "urllib" library instead of "requests"
- Removed Plex Home Theater notifications due to deprication
- README.md
- Use persistent auth-token instead of username/password to authenticate with plex
- Your plex password is no longer stored in plaintext on disk
- Updated README with instructions for Auth-Token
- Changed README to be better readable
- compatibility to Python 3.x
- depedency handling for external module "requests"
- .gitignore file
- reodered and simplified default settings
- modernized codebase to be much more pythonic
- refactored "request" section of code
- use system's default python version
First GitHub release.
- Readme and Changelog files.
- Fix for NOTIFYPLEX: Skipping Plex Update because download failed error.
Semantically unchanged release of latest NotifyPlex file I was able to find.
- File formatting following PEP 8 -- Style Guide for Python Code