This release introduces full Trakt integration with profile-based synchronization, improvements to request processing, and several stability and maintenance updates.
๐ Trakt Integration
- Added full Trakt integration with profile-based architecture @selmant
- Added Trakt admin interface for managing linked accounts
- Added support for user-specific Trakt endpoints
- Added media synchronization capabilities between Trakt and SuggestArr
- Added recent items preview for linked Trakt accounts
๐ฏ Request Processing
- Added support for pausing jobs when pending Seer requests are detected (#341)
- Improved request handling workflow for Seer-based environments
โ๏ธ Core Improvements
- Improved version checking by integrating the GitHub Releases API (#357)
- Restored refresh token cookie path handling to fully support subpath deployments (#366)
- Improved component styling consistency by removing hardcoded styles
๐ Documentation
- Added a new Installation Guide
- Updated project documentation and README
๐ฆ Dependencies
- Updated multiple Python dependencies
- Updated GitHub Actions workflows
- Upgraded Redis from
7.4.0to8.0.0(#360)
๐งน Misc
- General maintenance, dependency updates, and internal cleanup
- Updated documentation and added docs/INSTALLATION.md