Skip to content

v2.9.0

Latest

Choose a tag to compare

@giuseppe99barchetta giuseppe99barchetta released this 12 Jun 07:59

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.0 to 8.0.0 (#360)

🧹 Misc

  • General maintenance, dependency updates, and internal cleanup
  • Updated documentation and added docs/INSTALLATION.md