Skip to content

Latest commit

 

History

History
366 lines (205 loc) · 25 KB

CHANGELOG.md

File metadata and controls

366 lines (205 loc) · 25 KB

Changelog

0.18.0 (2025-02-20)

Features

  • add all backend settings to the forms (#184) (634e2a0)
  • add season states to the item details (#173) (bf69c12)
  • add upload logs button (30bb07c)
  • media-item: add delete functionality for media items (275df12)
  • ranking settings (#174) (dffdc7b)
  • use dynamic TMDB language setting across API calls (#189) (0f160f7)

Bug Fixes

  • improve mapping validation logic (#180) (3a9c5e1)
  • remove deplicate episodes from selection (#186) (2072cb9)
  • remove TorBox integration (9bc20b8)
  • svelte-check errors (f0a50eb)
  • svelte-check errors (29f4ebd)
  • update default state to 'All' and filter valid states in browse logic (#171) (af4b2fb)
  • update filesize minimum validation and descriptions (#172) (dd9cf98)
  • update resolution keys in ranking settings to include 'r' prefix (#181) (efba13e)

0.17.0 (2024-11-03)

Features

  • add cached status and resolution filter (b295113)
  • add manual torrent adding (#121) (26ccefa)
  • add popular items page for movies and shows (#153) (a6cc1a7)
  • add remove file button in media file selector (b295113)
  • check item exists on request (d56cf6c)
  • close popup on torrent selection (b295113)
  • connect page, apikey and v1 generation (#134) (7469bd9)
  • enhance media file selector (b295113)
  • filesize filter settings (#155) (50ba5a9)
  • improve the keyboard navigation of the search window (#157) (261b69b)
  • list filenames of cached files (b295113)
  • manual scraping for results (b295113)
  • search component and browse rework (c118a4d)
  • search component and browse rework (1148d20)
  • show amount of cached files when scraping (b295113)
  • update browse page to support multiple states and types (#162) (cc3bcdd)
  • update browse schema and page to support multiple states and types (cc3bcdd)
  • update media file selector to handle uncached streams and improve UI feedback (b295113)
  • update media file selector to support imdb id (b295113)

Bug Fixes

  • add info if no streams are found (#167) (7b69166)
  • better path catching and added type list routes (490f5de)
  • date shown invalid on season-episode page and adding whole season replace torrent (fa71404)
  • handle special cases for responses (b295113)
  • lint errors (b295113)
  • minor changes to /connect page and removed outdated settings (#146) (4118e74)
  • remove confirmation in browse page (3c6bf42)
  • remove unused variable (d7d4789)
  • requesting items on homepage not working (#154) (b874092)
  • small styling issues (b295113)
  • state not shown in item page (c527ced)
  • switch to use folder for config (b81fb14)
  • update media deletion flow to invalidate cache on success (#163) (652a6c4)
  • width of view files button (b295113)
  • wrong message when adding an item manually (#156) (d3abcda)

0.16.3 (2024-10-19)

Bug Fixes

  • Prevent /api requests from being redirected to /onboarding (#141) (fdcd0c4)

0.16.2 (2024-10-19)

Bug Fixes

0.16.1 (2024-10-19)

Bug Fixes

0.16.0 (2024-10-18)

Miscellaneous Chores

0.14.1 (2024-10-18)

Miscellaneous Chores

0.14.0 (2024-10-18)

Features

Bug Fixes

  • Change the .server loaders to regular +page.ts and fix show detection for magnet replace (#117) (c540b1d)
  • error when viewing episodes of unrequested shows (#124) (e8a90b7)
  • merge main (d32b06d)

0.13.1 (2024-09-25)

Bug Fixes

  • add new states to the frontend (#106) (6d3911b)
  • minor statistics page improvement (b6d8a2a)
  • update discord notification (25f1348)

0.13.0 (2024-09-22)

Features

  • add discord release yml (2801328)

0.12.1 (2024-09-16)

Bug Fixes

  • pull latest db schema and remove some services (2479ea1)
  • wrong partially completed state used for fetching data (#99) (5eac722)

0.12.0 (2024-09-14)

Features

  • add frontend version update check in about settings (#97) (e4197e6)

0.11.3 (2024-09-12)

Bug Fixes

  • remove potentially sensitive logs (#91) (d5c9481)
  • trakt trending/popular fetch count always showing default value (#90) (76866ba)

0.11.2 (2024-08-31)

Bug Fixes

  • add 0.11.1 settings (bf99730)
  • switch to fn.count('_id') forfaster query time and lower memory usage (6f357c6)

0.11.1 (2024-08-29)

Bug Fixes

  • disabled ws deflate and sort lib desc order (#83) (2aa1993)

0.11.0 (2024-08-19)

Features

Bug Fixes

0.10.0 (2024-08-16)

Features

Miscellaneous Chores

0.9.1 (2024-08-15)

Bug Fixes

0.9.0 (2024-08-13)

Features

  • add tooltip, add ranking page (wip), improve summary page (73e826d)
  • collection view (#65) (20cda7c)
  • ui improvements (7fc8d0c)

Bug Fixes

  • library page type filter (be76793)
  • use basis-1/7 on xl: for carousel items (25a52d0)

0.8.1 (2024-08-11)

Bug Fixes

  • season request not working (70a50df)

0.8.0 (2024-08-11)

Features

  • add /settings/all.json and add subliminal in settings (5727ac4)
  • add reset and retry, disabled delete temporarily (7f92dbd)
  • add support for x-forwared headers (24138ad)

Bug Fixes

0.7.0 (2024-08-10)

Features

0.6.0 (2024-08-09)

Features

0.5.0 (2024-08-08)

Features

0.4.2 (2024-08-01)

Bug Fixes

  • add fallback values to dialect type and database url for build to succeed (#49) (8ea57f0)

0.4.1 (2024-08-01)

Bug Fixes

  • Update docker-frontend-build.yml (b2daeb3)

0.4.0 (2024-08-01)

Features

  • add browse page and multiple frontend improvements (#44) (1f97663)
  • add library page (basic and wip) (#46) (8fa47fa)

0.3.2-alpha (2024-08-01)

Bug Fixes

  • improve regex on docker builds to handle alpha/beta/rc versioning (0e6afb0)

0.3.1-alpha (2024-07-31)

Bug Fixes

  • docker entrypoint and docs improvement (#40) (3e3ff18)

0.3.0-alpha (2024-07-31)

Features

  • add DB support and other minor fixes (#38) (38a5c18)

0.2.5 (2024-07-24)

Bug Fixes

Miscellaneous Chores

0.2.2 (2024-07-23)

Bug Fixes

  • media info page and minor homepage fixes (#33) (1793aca)

0.2.1 (2024-07-23)

⚠ BREAKING CHANGES

  • switch to new repo

Features

Bug Fixes

Miscellaneous Chores