Skip to content

Releases: dvcol/trakt-extension

v1.23.1

24 Aug 00:09
Compare
Choose a tag to compare

1.23.1 (2024-08-24)

Bug Fixes

  • activity: add null check to prevent error (86c27f5)

v1.23.0

23 Aug 20:14
Compare
Choose a tag to compare

1.23.0 (2024-08-23)

Features

  • list: adds show link for list items (a8c43d0)
  • panel: adds external links & studio support (d109336)
  • panel: adds multi rating support & rework linking (55dfa9f)
  • panel: adds trailer support (191946c)
  • rating: adds url to external ratings (fd8e3e3)
  • settings: adds stats in settings (95e4054)
  • simkl: add simkl ratings for show & movies (58aeddb)
  • simkl: adds toggle (bbe1c13)
  • simkl: big rework of account management & adding simkl auth (5bd3253)

Bug Fixes

  • badge: check if user is authenticated before sending update (1c28d52)
  • ci: adds api keys for simkl (4cbea70)
  • common: adds loading prop to text-fields and change default align (6db6954)
  • common: update textfield css (ebbeacd)
  • css: make panels and buttons more responsive (8bbf577)
  • css: update hover and focus to make the ui more accessible (19c0e6a)
  • list: pause list render on panel open to prevent flicker (ce7cd14)
  • loading: rework util to make it composable (666b14b)
  • progress: fix error on click and rework keyboard inputs (06e1c7a)
  • settings: skip loading when persisting cache (67b4361)
  • settings: update css to make settings responsive (f371952)
  • simkl: correctly assign simkl account to user (a43ed3d)
  • simkl: correctly return simkl enabled based on active user (422c374)
  • simkl: update api and fix toggle (c552b6f)
  • web: disable simkl for web (1e7611c)

v1.22.0

13 Aug 15:39
Compare
Choose a tag to compare

1.22.0 (2024-08-13)

Features

  • history: adds settings to load history on startup (c4c2268)
  • list: adds collected & watched date on hover (02cd3d3)
  • list: source played status from history when no progress available (88429b2)

Bug Fixes

  • api: fix redirect url on web (4c8346e)
  • badge: do not fetch when not authenticated (6152459)
  • list: only trigger updated when view is active (e25e06c)
  • login: login in place on web (1f86a90)
  • proxy: refactor cached progress and handle proxy on web (0345b34)
  • proxy: update proxy prefix (19f28cc)
  • router: make progress inaccessible from web (d2c8f5a)
  • web: fix unsafe store access in use-list-scroll (b1875cb)

v1.21.0

10 Aug 18:48
Compare
Choose a tag to compare

1.21.0 (2024-08-10)

Features

  • badge: adds support for progress badge (ec9a58b)

Bug Fixes

  • calendar: correctly space days when 1 or 2 results only (06fb538)

v1.20.0

10 Aug 08:38
Compare
Choose a tag to compare

1.20.0 (2024-08-10)

Features

  • activity: adds activity polling and fix watching polling (3dd58e8)
  • badge: adds calendar badge summary (6f6112f)
  • progress: adds mismatch warning and improve stale data detection (dc8ac91)
  • release: adds release note notification on update (4e69561)

Bug Fixes

  • app: fix overflow flashing scrollbar on panel opening (09363cc)
  • badge: uses local date to detect today instead of UTC (7b486a2)
  • checkin: refresh progress and calendar view on checkin event (ab64adc)
  • pagination: creates constant and fix settings page sizes (df26938)
  • settings: disable badge for the web version (d11d457)
  • store: set on pageSize undefined instead of truthy (to include 0) (61ff5c0)
  • test: rework import to allow mocking (719af6e)
  • user: remove typo in restore user list hook (5314c05)
  • web: early abort sendMessage and fix invalid auth (58c7426)

v1.19.0

04 Aug 13:35
Compare
Choose a tag to compare

1.19.0 (2024-08-04)

Features

  • logger: rework logger service & bump common utils (dc7dbb4)

v1.18.3

03 Aug 16:55
Compare
Choose a tag to compare

1.18.3 (2024-08-03)

Bug Fixes

  • login: fix blank header in login page (7129f7a)
  • login: fix progress indicator and add polling indicator (0f20096)
  • login: improve border css on code login (1ea6dfc)
  • panel: refactor and fix background progress transition (e2f6e3f)

v1.18.2

02 Aug 10:08
Compare
Choose a tag to compare

1.18.2 (2024-08-02)

Bug Fixes

  • panel: fix links overflow issues on small screen (b4cfb8e)
  • panel: rework wording and fix overflow issues (cd8b54c)
  • rating: adds support for touch targets (43fd32c)

v1.18.1

01 Aug 23:32
Compare
Choose a tag to compare

1.18.1 (2024-08-01)

Bug Fixes

  • ratings: fix css responsive flow on screen <= 725px (6c4f013)

v1.18.0

01 Aug 18:02
Compare
Choose a tag to compare

1.18.0 (2024-08-01)

Features

  • panel: adds ratings to movie & show panels (061153d)
  • rating: refactor and add loading & link handling (b7da524)
  • ratings: adds rating addition & removal in store (0c9f95c)
  • ratings: adds rating edition mode (a14e06d)
  • ratings: adds score & review options (c296dca)

Bug Fixes

  • color: rename info-color to color-info (60fe888)