Skip to content

Releases: dvcol/trakt-extension

v1.4.2

16 Apr 12:27
Compare
Choose a tag to compare

1.4.2 (2024-04-16)

Bug Fixes

  • routing: switch to Calendar as default route (6d3f663)
  • text: fix default spacing (c4f12aa)

v1.4.1

15 Apr 22:29
Compare
Choose a tag to compare

1.4.1 (2024-04-15)

Bug Fixes

  • cache: evict calendar cache on collection and watchlist (6b611da)

v1.4.0

15 Apr 21:33
Compare
Choose a tag to compare

1.4.0 (2024-04-15)

Features

  • about: adds about page buttons (d314aea)
  • logout: adds logout button to the settings page (17a11ba)

v1.3.0

15 Apr 16:32
Compare
Choose a tag to compare

1.3.0 (2024-04-15)

Features

  • about: create empty about component (ce937ee)
  • account: support multiple accounts logout/login (020686f)
  • adds tvdb api (4e5b974)
  • avatar: use fallback when fetch fails (e00ec19)
  • backgrounds: adds grid hover background (3f789bd)
  • basic auth persist (d9ad9c7)
  • bundle: manual chunk clients (e246d52)
  • bundle: move endpoint import to actual clients instead of base (735c13a)
  • button: adds a go back to top floating button (b9ecd5f)
  • cache: adds cache evicting on last activities (fd3c7db)
  • cache: adds eviction method to cached functions (8e454c9)
  • cache: create chrome storage cache (1551d1f)
  • cache: disable caching for DELETE, POST, PUT and auth endpoints (6c26cb0)
  • calendar: adds basic support for calendar (24a11d3)
  • calendar: adds empty placeholder (e0c46b7)
  • calendar: adds filtering support (5a7d2bf)
  • calendar: adds infinite scroll (8f3cd5d)
  • calendar: adds recenter button (09f82f8)
  • client: improve cache support cache hit & eviction (a433d98)
  • clients: create minimal env for auth (8908d3a)
  • date: adds date to list scroll (c3cbbc5)
  • drawer: adds item drawer view (a69babf)
  • drawer: initial aside panel commit (95781a2)
  • error: adds error handling to views data fetch (a58d9db)
  • history: adds basic history infinite scroll (dc43e28)
  • history: adds history store and enable nabar filtering (09a0903)
  • history: adds search and page size support to navbar (1ed14d3)
  • history: split components to make them reusable (001b2cf)
  • history: widen search matching algorithm (dcd6816)
  • i18n: translate empty component (2457645)
  • i18n: translate panel labels (431d410)
  • icons: added nice icons for navbar (df05845)
  • image: init image store (d3cee27)
  • implement tvdb auth (601dfe5)
  • lib: adds naive-ui (090ca5a)
  • links: adds custom links and alias integration (b7d7ede)
  • links: adds hover title for external links (5ef92e5)
  • links: adds open links in background toggle (116b8b9)
  • links: allow opening tag links in background (da75a0d)
  • list: adds support for favorites & fancy icons (589f469)
  • list: adds support to person in lists (55fb60b)
  • list: change caching strategy and adds today indicator (6c8e08e)
  • list: connect store to scroll list (b96676e)
  • list: create lists store and connect navbar (a24775b)
  • list: create navbar list and basic fetching (e7a3872)
  • List: groups list item by date (e6e1208)
  • listItem: refactor list item to be more composable (c90ed78)
  • listItem: rework list item to separate by date (1f27433)
  • load-more: adds a load more button (057a93d)
  • loading: adds loading bar service (4174de1)
  • login: rework login to skip fetch (a334194)
  • login: style login component (6230287)
  • logs: adds settings logs card (fb6a1e4)
  • logs: proxy console.log with logger function (a3aef45)
  • navbar: adds account dropdown tab (62d84f7)
  • navbar: adds external links to trakt.tv (b29ddb4)
  • navbar: adds initial drawer for additional buttons (8d7102e)
  • navbar: adds navbar drawer router outlet (cd0376c)
  • navbar: adds picker & search to history tab (4d862b4)
  • navbar: switch to tabs instead of buttons (fae2d7c)
  • notification: create notification service (ce2e367)
  • notification: update styling and adjust based on navbar state (f68f9db)
  • observable: adds previous value to broadcast (17968eb)
  • panel: adds button tooltip & styling, adds collection info (439225b)
  • panel: adds icons to tag links (670d7c0)
  • panel: adds list state warning & active list (e17611f)
  • panel: adds modal picker to buttons ([206ae01](206ae01...
Read more

v1.2.0

26 Aug 20:04
Compare
Choose a tag to compare

1.2.0 (2023-08-26)

Features

  • setup: fix style encapsulation and remove vuetify (9c03d87)

Bug Fixes

  • wc: fix typing, locale fetch and backgrounds (41f35f8)

v1.1.3

25 Aug 20:57
Compare
Choose a tag to compare

1.1.3 (2023-08-25)

Bug Fixes

v1.1.2

25 Aug 19:51
Compare
Choose a tag to compare

1.1.2 (2023-08-25)

Bug Fixes

  • routing: adds basename (83c4525)
  • wc: change base path (b1793a9)
  • wc: disable export minification (947fb44)

v1.1.1

24 Aug 21:24
Compare
Choose a tag to compare

1.1.1 (2023-08-24)

Bug Fixes

  • ci: fix publish version (cd99939)

v1.1.0

24 Aug 21:08
Compare
Choose a tag to compare

1.1.0 (2023-08-24)

Features

  • assets: adds basic traktv assets (c8e8e0c)
  • ci: adds github release, npm publish and store upload (10b9b99)
  • i18n: adds local support (3524f7d)
  • init: initialized vite vue3 project (75db580)
  • vuetify: adds vuetify setup (c0edfca)
  • wc: add support for web component (c641983)

Bug Fixes

  • build: fix hmr and add service worker (7fd35a4)
  • ci: fix npm publish config (0c2a6c2)
  • ci: remove yarn reference (f32a5d4)
  • lint: fix stylelint and eslint (af2aa03)
  • wc: sizing (7240154)