2026-01-26 to 2026-02-01
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/apito version0.3.2. 204d713 - Code Refactoring:
- 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