🚀 New Features
-
Multiple Overseerr User Support
Provided additional instructions for multiple Overseerr users, allowing each user to have their own IMDb lists and manage requests accordingly. This addresses the situation of each Overseerr user having their own watchlist and wanting the requests sent as such.
This addresses Issue #25. -
Quality Profile Selection for Overseerr via Environment Variable
Implemented functionality to allow the specification of 4K quality profile through environment variables in Docker Compose setups.
This enhancement addresses Issue #21.
🛠️ Improvements
- Improved Docker Compose Setup
Updated Docker Compose configuration examples to clarify how users can set up the ListSync tool without needing a.env
file, simplifying the deployment process.
📝 Bug Fixes
-
Bug: Adding Multiple Lists with Commas in Interactive Mode
Resolved an issue where adding multiple lists with commas in interactive mode failed, enhancing user experience and ensuring that the input is correctly processed.
This addresses Issue #24. -
Bug: Config Deletion on Incorrect Password Prompt
Fixed a bug where selecting "No" in the incorrect password prompt still deleted the user's configuration, preventing unintended data loss.
This addresses Issue #23. -
Docker Compose - Not Reading Environment Variables
Adjusted how the tool accesses environment variables specified in Docker Compose, allowing seamless integration and functionality.
This addresses Issue #19.
Full Changelog: v0.5.5...v0.5.6