Trakt Release Notes
Last updated: Mar 17, 2026
- Mar 4, 2026
- Date parsed from source:Mar 4, 2026
- First seen by Releasebot:Mar 17, 2026
Trakt for iOS
Trakt releases 3.1.1 updates with a cleaner Where to Watch screen and miscellaneous bug fixes.
Heading link 3.1.1 (989)
Updates
- Updated the full Where to Watch screen with a cleaner, more modern layout.
- Miscellaneous bug fixes and improvements.
- Feb 17, 2026
- Date parsed from source:Feb 17, 2026
- First seen by Releasebot:Mar 17, 2026
Trakt for Android
Trakt releases 3.3.0 mobile with Now Watching check-in, purple-percentage ratings, fixes, UI tweaks, and a splash screen as rollout begins.
Heading link 3.3.0
Mobile
- Now Watching (Check In) option is now available through track menus across the app!
- Updated global display of Trakt ratings as percentages with purple star icon
- Fixed a bug where your collection status was not marked for shows and movies in the official lists
- Fixed an issue with app not being able to handle huge Libraries
- Fixed some misc. crashes and other reported bugs
TV
- Added various UI tweaks for easier navigation
- Added initial splash screen if cold app start is taking too long
Update will be rolling out throughout this week via Google Play Store.
Original source Report a problem All of your release notes in one feed
Join Releasebot and get updates from Trakt and hundreds of other software products.
- Feb 2, 2026
- Date parsed from source:Feb 2, 2026
- First seen by Releasebot:Feb 3, 2026
Trakt Web (2026-01-26 to 2026-02-01)
New release delivers smarter list sorting, sharper media displays, and broad bug fixes across watchlists and season lists. Users gain clearer sort indicators, improved ratings and spoiler handling, and a more consistent UI across devices.
Summary
This release brings significant improvements to list sorting, display of media information, and bug fixes across various modules. Users will experience enhanced sorting capabilities in their watchlists and lists, more accurate display of ratings and spoilers, and refined UI elements for media cards and summaries.
Breaking Changes
None.
Features
- Enhanced Watchlist Sorting: Added support for sorting items in the watchlist, addressing user requests for better organization. PR #1584
- Improved List Sorting:
- Summary cards now display the sort value, providing clearer context when browsing lists. PR #1589
- The ‘TBA’ label is now correctly displayed for items with a maximum date when sorting by release date. PR #1621
- The sort value is now emphasized at the bottom right of list items, with other meta-info being hidden for clarity. PR #1623
- Added a sort icon to the options within the sort drawer for better usability. 70d9ea2
- Season List Enhancements: Introduced a popup menu for actions on season lists, currently supporting the ‘track’ action. PR #1594
- Refined Summary Cards: Implemented a non-mobile version of summary style cards, ensuring larger screens display the same information as mobile versions for a consistent experience. PR #1588
- Updated Check-in Icon: Replaced the squared Trakt logo with a more fitting eye icon for the check-in functionality. PR #1591
Fixes
- Displayable Ratings: Ratings are now displayed on summary pages only if the item is also trackable, matching the logic used for track actions. PR #1625
- Review Spoilers: Spoilers in reviews spanning multiple paragraphs are now detected correctly. PR #1602
- Season Item Display: Empty tags are no longer rendered in season items, improving UI cleanliness. PR #1615
- Season Summary Card Ratings: The correct rating is now displayed on season summary cards. PR #1613
- Summary Card Links: Media summary cards now correctly link to their respective pages (e.g., episodes link to the episode page). PR #1611
- Poster and Overlay Sizing: Correctly sizes posters and their overlays, ensuring consistent display across browsers. PR #1609
- Progress Tag Display: The summary progress tag is no longer rendered when not in a summary view. 38ee1a5
Maintenance
- Dependency Update: Updated @trakt/api to version 0.3.2. 204d713
- Code Refactoring:
- Moved the hasAired utility to a utils module. 10014af
- Moved sort parameters logic to a dedicated sort actions component for better organization. ab4e4db
- Enforced mutual exclusivity in summary card components. 43fda3b
- Dead Code Removal: Removed unused code from the codebase. 03821a3
- Comment Scope Update: Changed comment scope to ‘review’. 70d9ea2
- Revert Changes: Reverted a previous fix related to summary card links. fd6de5b
Stats
- Features: 5
- Fixes: 7
- Maintenance: 5
- Commits: 25
- Merged PRs: 13
- Jan 26, 2026
- Date parsed from source:Jan 26, 2026
- First seen by Releasebot:Mar 17, 2026
Trakt for Web
Trakt releases a mid-season update with advanced filtering, enhanced Up Next, and calendar-based activity/history views. It adds last-watched date tracking, refined UI fixes, and prepares air schedule display for summaries. The update tightens navigation and reliability across devices.
2026-03-02 to 2026-03-08
Summary
This release brings a slew of improvements, from revamped UI components and enhanced filtering to better activity tracking. We’ve cleaned up some visual inconsistencies and improved how ‘up next’ content is handled, making your Trakt experience smoother. While we’ve squashed many bugs, there are always more adventures on the horizon – think of it as a mid-season finale with more to come!
Features
- Advanced Filtering: Introducing v0 of advanced filters with multi-select for genres/availability and sliders for release year, runtime, and rating. Switch between simple and advanced views, with a prompt to clear filters if needed. (PR #1794)
- Enhanced “Up Next”: The “Start Watching” feature now exclusively uses your watchlist for content suggestions. (PR #1797)
- Activity Calendar View: Social activity is now displayed in a calendar layout, similar to the history view, jumping to the week of the last known activity. (PR #1790)
- History Calendar View: A more drilled-down history view is available, mirroring the calendar layout and automatically navigating to the week of the last activity. (PR #1783)
- Last Watched Date Tracking: User’s last watched date is now tracked. (commit 18974ff)
Fixes
- Tab View Logic: Reverted active tab on confirmation cancellation to prevent unexpected state updates. (PR #1801)
- “Start Watching” Filter: Corrected filtering logic to ensure all movies are considered in “Start Watching”. (PR #1799)
- Drawer Auto-Close: Drawer now auto-closes on away navigation. (commit e37097d)
- Summary Status Display: Ensured status is always displayed when applicable on summary cards. (PR #1792)
- History Sorting: History items are now correctly sorted by ‘watched at’ timestamp. (PR #1787)
- Official Lists: Uses slugs for official lists. (PR #1785)
- Grid List Overflow: Tags and shadows in the grid list can now overflow correctly. (commit 8475e40)
- Popup Menu Variant: Used the correct popup menu variant on summary cards. (PR #1776)
- Mobile Navbar Overlap: Fixed overlap issues on the mobile navbar within the calendar. (PR #1774)
- Navbar Height Transition: Removed height transition on the actions bar for larger screens. (PR #1772)
- Profile Alignment: Fixed various alignment issues on the profile page. (PR #1770)
- Logout Warning: Added a warning message on logout. (commit dc52b0e)
- Cross-Origin Asset Caching: Prevented caching of cross-origin assets. (commit 9a41c03)
Maintenance
- UI Library Update: Replaced flowbite-svelte with bits-ui components. (PR #1796)
- Theme Defaults: Default theme set to system preference. (commits e084bd0, 881651e, https://github.com/trakt/trakt-web/commit/881651e)
- Code Refactoring: Extracted swipe direction logic and generic calendar components/utils. (commits 487bd52, d3ffc53, https://github.com/trakt/trakt-web/commit/d3ffc53)
- Analytics Refactor: Extracted Reddit pixel into a dedicated component. (commit dd48cd6)
- Dependency Updates: Installed bits-ui. (commit 06774d2)
- Documentation: Clarified guidelines and encouraged contributions. (commit 2bfcbcf)
- Forum Link Update: Updated the link to the forum. (PR #1788)
- Code Cleanup: Removed unused CSS selectors and refactored shadow scroller. (commits 5074d90, 17ca5d9, https://github.com/trakt/trakt-web/commit/17ca5d9)
- Internationalization: Applied batch of strings sync with Android. (PR #1762)
Work in Progress
- PR #1781: Summary: show airs time and network, episode network - Awaiting review. Adds TV show air schedule (day, time, timezone) and network to the summary page, converting times to the user’s local timezone.
- Jan 26, 2026
- Date parsed from source:Jan 26, 2026
- First seen by Releasebot:Mar 17, 2026
Trakt for Web
Trakt releases a user experience update with new raw data export, redesigned filters, and expanded lists showing seasons and episodes. It also moves the check-in flow to Now Watching, renames Mark as Watched to Track, adds a season-list actions popup, and introduces zh-CN localization, plus UI tweaks.
Summary
Heading link
SummaryThis release focuses on improving user experience through new features, bug fixes, and internationalization efforts. Key highlights include the addition of
raw data export
functionality,
enhancements to the filter
UI, and
support for displaying seasons and episodes in lists
.Breaking Changes
Heading link
Breaking ChangesThis release does not introduce any breaking changes.
Features
Heading link
Features- Data Export: Implemented initial support for exporting raw user data, accessible in a new “Data” section within settings PR #1576, 2be04a4.
- Filters: Redesigned filter UI for a more compact and user-friendly experience PR #1569, 29e04e1. Added runtime filter capability PR #1579, a2f449d.
- List Enhancements: Expanded list functionality to support displaying seasons and episodes PR #1561, 5dd0868.
- “Now Watching” Experience: Moved the “Check In” functionality (now renamed “Now Watching”) to the mark as watched drawer. The “Mark as Watched” button has been renamed to “Track”. An eye icon replaces the squared Trakt logo PR #1574, f863281, 2c08af5.
- Summary Page: Added a popup menu for season list actions PR #1594, f0e0801.
- Show Cover: Now use the show cover for upcoming and up next episodes PR #1572, 95cfd63.
- Localization: Added support for Chinese (zh-CN) locale PR #1577, 95c6ef2.
Fixes
Heading link
Fixes- Summary Page: Resolved an issue where the check-in action was incorrectly displayed when tracking multiple episodes PR #1586, d4ca98f. Fixed sizing of poster overlay in Safari PR #1563, 3717635.
- Search: Corrected input size issue on mobile iOS PR #1565, 50db83e.
- Comments: Resolved issue where markdown in comments wasn’t rendered correctly PR #1558, 12d8671.
- Internationalization: Fixed an issue by adding zh-ch to the locale map PR #1583, 6441693. Translated “track” button text to Japanese 88f6187.
Maintenance
Heading link
Maintenance- Dependencies: Updated @trakt/api to version 0.3.0 edce129.
- Code Quality: Refactored code to extract loading indicator and icon wrapper 366698a, remove list item and episode card prop duplication b971569, d1125c4.
- Configuration: Updated “question” template to point to the forums da48821, increased drawer size 3f92fa5, removed deepsource vscode extension dcb132c.
- Internationalization: Added support for skipping translations 6bc0f5a, use gemini 3 flash preview for translations 305d7b6. uses track as the button text for mark as watched 7b4176a.
- PWA: use in memory persister in pwa afc2749, add in memory persister 2038476.
- Query: increased limit to 20 items for related items 63c30ff.
- Test: Rendering markdown in paragraphs 9c1433f.
Stats
Heading link
Stats- Features: 8
- Fixes: 5
- Maintenance: 8
- Jan 26, 2026
- Date parsed from source:Jan 26, 2026
- First seen by Releasebot:Feb 3, 2026
Trakt for Web
This release enhances UX with a data export feature, revamped filters, seasons and episodes in lists, and a reworked Now Watching experience. It adds Chinese locale, improved summary and cover art, plus multiple fixes and maintenance updates.
Breaking Changes
This release does not introduce any breaking changes.
Features
- Data Export: Implemented initial support for exporting raw user data, accessible in a new “Data” section within settings PR #1576, 2be04a4.
- Filters: Redesigned filter UI for a more compact and user-friendly experience PR #1569, 29e04e1. Added runtime filter capability PR #1579, a2f449d.
- List Enhancements: Expanded list functionality to support displaying seasons and episodes PR #1561, 5dd0868.
- “Now Watching” Experience: Moved the “Check In” functionality (now renamed “Now Watching”) to the mark as watched drawer. The “Mark as Watched” button has been renamed to “Track”. An eye icon replaces the squared Trakt logo PR #1574, f863281, 2c08af5.
- Summary Page: Added a popup menu for season list actions PR #1594, f0e0801.
- Show Cover: Now use the show cover for upcoming and up next episodes PR #1572, 95cfd63.
- Localization: Added support for Chinese (zh-CN) locale PR #1577, 95c6ef2.
Fixes
- Summary Page: Resolved an issue where the check-in action was incorrectly displayed when tracking multiple episodes PR #1586, d4ca98f. Fixed sizing of poster overlay in Safari PR #1563, 3717635.
- Search: Corrected input size issue on mobile iOS PR #1565, 50db83e.
- Comments: Resolved issue where markdown in comments wasn’t rendered correctly PR #1558, 12d8671.
- Internationalization: Fixed an issue by adding zh-ch to the locale map PR #1583, 6441693. Translated “track” button text to Japanese 88f6187.
Maintenance
- Dependencies: Updated @trakt/api to version 0.3.0 edce129.
- Code Quality: Refactored code to extract loading indicator and icon wrapper 366698a, remove list item and episode card prop duplication b971569, d1125c4.
- Configuration: Updated “question” template to point to the forums da48821, increased drawer size 3f92fa5, removed deepsource vscode extension dcb132c.
- Internationalization: Added support for skipping translations 6bc0f5a, use gemini 3 flash preview for translations 305d7b6. uses track as the button text for mark as watched 7b4176a.
- PWA: use in memory persister in pwa afc2749, add in memory persister 2038476.
- Query: increased limit to 20 items for related items 63c30ff.
- Test: Rendering markdown in paragraphs 9c1433f.
Stats
- Features: 8
- Fixes: 5
- Maintenance: 8
- Jan 26, 2026
- Date parsed from source:Jan 26, 2026
- First seen by Releasebot:Jan 27, 2026
Trakt Web (2026-01-18 to 2026-01-26)
This release sharpens the user experience with raw data export, a redesigned filters UI, and lists that display seasons and episodes, plus localization and a refreshed Now Watching flow. It ships multiple fixes across summary pages, search, and comments, alongside maintenance and dependency updates.
Commits: 30
Merged PRs: 14Summary
This release focuses on improving user experience through new features, bug fixes, and internationalization efforts. Key highlights include the addition of raw data export functionality, enhancements to the filter UI, and support for displaying seasons and episodes in lists.
Breaking Changes
This release does not introduce any breaking changes.
Features
- Data Export: Implemented initial support for exporting raw user data, accessible in a new “Data” section within settings PR #1576, 2be04a4.
- Filters: Redesigned filter UI for a more compact and user-friendly experience PR #1569, 29e04e1. Added runtime filter capability PR #1579, a2f449d.
- List Enhancements: Expanded list functionality to support displaying seasons and episodes PR #1561, 5dd0868.
- “Now Watching” Experience: Moved the “Check In” functionality (now renamed “Now Watching”) to the mark as watched drawer. The “Mark as Watched” button has been renamed to “Track”. An eye icon replaces the squared Trakt logo PR #1574, f863281, 2c08af5.
- Summary Page: Added a popup menu for season list actions PR #1594, f0e0801.
- Show Cover: Now use the show cover for upcoming and up next episodes PR #1572, 95cfd63.
- Localization: Added support for Chinese (zh-CN) locale PR #1577, 95c6ef2.
Fixes
- Summary Page: Resolved an issue where the check-in action was incorrectly displayed when tracking multiple episodes PR #1586, d4ca98f. Fixed sizing of poster overlay in Safari PR #1563, 3717635.
- Search: Corrected input size issue on mobile iOS PR #1565, 50db83e.
- Comments: Resolved issue where markdown in comments wasn’t rendered correctly PR #1558, 12d8671.
- Internationalization: Fixed an issue by adding zh-ch to the locale map PR #1583, 6441693. Translated “track” button text to Japanese PR #88f6187.
Maintenance
- Dependencies: Updated @trakt/api to version 0.3.0 edce129.
- Code Quality: Refactored code to extract loading indicator and icon wrapper 366698a, remove list item and episode card prop duplication b971569, d1125c4.
- Configuration: Updated “question” template to point to the forums da48821, increased drawer size 3f92fa5, removed deepsource vscode extension dcb132c.
- Internationalization: Added support for skipping translations 6bc0f5a, use gemini 3 flash preview for translations 305d7b6. uses track as the button text for mark as watched 7b4176a.
- PWA: use in memory persister in pwa afc2749, add in memory persister 2038476.
- Query: increased limit to 20 items for related items 63c30ff.
- Test: Rendering markdown in paragraphs 9c1433f.
Stats
- Features: 8
- Fixes: 5
- Maintenance: 8
- Jan 20, 2026
- Date parsed from source:Jan 20, 2026
- First seen by Releasebot:Jan 21, 2026
Heading link 3.1.0
Mobile
- Introduced notifications for shows/movies releases (enable/disable via Settings)
- Display user ratings in the history sections if item has been rated
- Added person summary social links
- Added clickable IMDb links
- Updated search logic to prioritize exact matches first
- Fixed some misc. crashes and smaller reported bugs
- Jan 20, 2026
- Date parsed from source:Jan 20, 2026
- First seen by Releasebot:Mar 17, 2026
Trakt for Android
Trakt releases 3.1.0 Mobile with show and movie release notifications, rated-history display, IMDb links, exact-match search, and bug fixes.
post by mike.d on Jan 20
Heading link 3.1.0
Mobile
- Introduced notifications for shows/movies releases (enable/disable via Settings)
- Display user ratings in the history sections if item has been rated
- Added person summary social links
- Added clickable IMDb links
- Updated search logic to prioritize exact matches first
- Fixed some misc. crashes and smaller reported bugs
- Dec 16, 2025
- Date parsed from source:Dec 16, 2025
- First seen by Releasebot:Jan 7, 2026
Heading link 2.8.2 (938)
2.8 launches iOS 26 readiness with Liquid Glass, refreshed search, new comment reactions and calendar actions. Watching Now stays visible on iOS 26 and new metadata chips appear in tabs. 2.8.1–2.8.2 fix auth errors, lock screen contrast, tap areas, and Automatic Tracking visibility.
Heading link 2.8 (892) UPDATES
- Ready for iOS 26 now with Liquid Glass support.
- Refreshed Search with trending movie and show searches, plus monthly birthday highlights.
- New comment reactions: express more than a like!
- Added “Drop Show” to calendar episodes actions, and removed “Hide from Calendar” actions.
- On iOS 26, Watching Now is back at the bottom and stays visible while you browse.
- Added some additional metadata chips to items throughout the new main tabs.
Heading link 2.8.1 (921) BUG FIXES
- We’ve adjusted some authentication logic to minimise 400 errors to avoid the need to log out and log back in.
- Lock Screen Live Activity text colours are now more visible when your device is locked and in Always-On mode.
- Tapping near the search bar container no longer accidentally opens content underneath it.
Heading link 2.8.2 (938) BUG FIXES
- Resolved an issue where some services were not appearing in the list of Automatic Tracking services.