Trakt for Web 🌐

2026-03-30 to 2026-04-05


Breaking Changes

  • The project license has been updated from MIT to GPL-3.0-or-later (PR #2008). This impacts how the code can be used and distributed.

Features

  • Introducing ‘This Week’: A new ‘Weekly Pulse’ section, that can be enabled under Settings/Preview for VIP, can be added on the homepage, and provides a compact stats dashboard to visualize your activity over the past week, including trends, watch counts, and more (PR #1918).

  • Enhanced List Sorting: Lists can now be sorted alphabetically by title, and sorting actions have been consolidated into the navbar for a cleaner interface (PR #2003, PR #1985).

  • List Likes Enabled: You can now like your own lists (PR #2005).

  • Show Details Improved: Show pages now display total runtime and episode count for a more comprehensive overview (PR #1974).

  • Sharable Image Generation: A new enabler that will allow the generation of shareable Open Graph images for shows and movies, with an endpoint for testing (PR #1996).

  • VIP Page Redesign: The VIP subscription page has been redesigned with dynamic plans, updated features, and improved UI elements (PR #1980).

  • Discover Toggles Refined: Discover mode toggles are now only present on L1 pages, with L2 pages utilizing the space for titles (PR #1986).

  • Trivia and Sentiment Updates: Trivia and sentiment summaries have been redesigned and better aligned (PR #1983).

  • Toggle **href** Support: Added support for href in toggles (Commit 5d170a0).

  • Discover URL Parameters: Discover mode is now reflected in URL search parameters (PR #1984).

Fixes

  • Streak Calculation Accuracy: Fixed a bug where dates were sorted lexicographically instead of chronologically, leading to incorrect streak calculations. Dates are now sorted numerically (PR #1992).

  • Service Worker Activation: Ensured that new service worker deployments activate immediately and force a page reload to prevent stale assets and resolve potential hangs (PR #1994).

  • Favorite Sorting Restored: Sorting for favorites now works correctly after a refactor (PR #2017).

  • Translation Fixes: Added missing French translations for VIP pages (PR #2017) and corrected the ‘weekly pulse’ header translation to ‘Your Week’ (Commit 234cc92).

  • Search Mode Preservation: URL parameters are now preserved when changing search modes (PR #1984).

  • Sentry Error Reduction: Reduced Sentry’s sample rate to 10% to mitigate potential performance impacts from excessive error logging (PR #1991).

Maintenance

1 Like