Skip to content

Latest commit

History

History
145 lines (106 loc) 路 13.5 KB

CHANGELOG.md

File metadata and controls

145 lines (106 loc) 路 13.5 KB

1.1.0 (2023-12-11)

Bug Fixes

  • Fixes that came out of update (fc5d3d3)
  • Fixes that came out of update (c118aa1)
  • Updated EZTV base url (777dba4)
  • Updated trusted uploaders (2400f03)

Features

  • eztv-api: Added possibility for multiple shows to be in one id (0772ad3)

1.0.3 (2021-09-06)

Bug Fixes

  • Always scraping on boot (9319f9e)

1.0.2 (2021-09-06)

Bug Fixes

  • Possible fix for memory usage (5f22e31)

1.0.1 (2021-08-25)

Bug Fixes

  • api: Fixed incorrect file being used in stream (f764a5a)

1.0.0 (2020-12-22)

Bug Fixes

  • api: Again fixes for disk stats (76d1066)
  • api: Final fixes for disk stats (1805b02)
  • api: Fixed subtitles supported languages not being converted to array (c5d7d8c)
  • api: Fixed used / size percentage being wrong (1bc4aab)
  • api: Fixed used percentage being wrong (c835118)
  • api: Fixes for subtitles not being added (5b5bf6d)
  • api: Retry saving item to db when last save (e66ff40)
  • api: Save progress with 2 after , (0bb8187)
  • api: Small fixes for search for better mutation (2c5aa3e)
  • base-provider: Fixed e not being defined (6b94584)
  • base-provider: Fixes for updating existing item (fd405d4)
  • eztv-api: Fixed domain (06f18e4)
  • eztv-api: Fixed not finding episodes (3037391)
  • eztv-api: Fixed show not renamed to title (e651bd5)
  • eztv-provider: Fixed missing await and wrong function called (f58848a)
  • Fixes for typescript (92636f7)
  • graphql-api: Fixed queues not starting sometimes (7c31cf3)
  • graphql-api: Fixed season / episode naming in calendar (9da2058)
  • graphql-api: Fixed that connecting downloads where started again (6818bf4)
  • graphql-api: Fixed that torrents could be added twice (b35b093)
  • graphql-api: Properly log webtorrent errors (725db78)
  • graphql-api: Search with a space ending works now (dfb8c1c)
  • graphql-api: Small fixes / improvements (be7fb86)
  • graphql-api: Use resolve in subtitles (0f689ea)
  • mongo-modals: Small fix (8c0e01c)
  • mongo-models/api: Fixes for indexes (916e47a)
  • scraper: Fixed cron not starting (4e0c829)
  • scraper: Fixes for cron (927c5d1)
  • scraper: TVDB key is not required anymore (9a21d7b)
  • season-helper: Fixed enhanced episodes not being used (1297188)
  • Some overal fixes and log improvements (3aa7263)
  • Stick to certain version of webtorrent (1b09e7c)
  • tmdb: Check if we have poster / backdrop otherwise use items own (f66b6f9)
  • tmdb: Fixed wrong id being used (9deae8f)

Features

  • Added ETTV API package (41aaef9)
  • Added fanart service (f306beb)
  • Added json output to subtitles (87af463)
  • Added Kat API package (a3b187f)
  • Added new sort "added" for shows / movies (36ff1c2)
  • Added OMDB service (e79d2e0)
  • Added Solidtorrents API package (90f7966)
  • Added TMDB service (ed7e31b)
  • Added torrent utils lib (aae4e8c)
  • Added TRAKT service (6807144)
  • Added Zooqle API package (ba98a74)
  • api: Added disk stats to status (5145efa)
  • api: Added filtering to bookmarks (d2dd1ef)
  • api: Added markWachted and markUnwatched (a793099)
  • api: Completely destroy webtorrent when done (b8b1753)
  • api: Made maxConcurrent downloads configurable (c32ccfb)
  • api: Made supported subs configurable (f3ffc19)
  • api: Max conns can be configured through env (9f749d9)
  • Changed bookmarks to union (b0d2b05)
  • episode-helper: Added formats (2b482cf)
  • extv-api: Changed show to title to be more inline (be47b0c)
  • eztv-provider: Added eztv provider (4bb11c6)
  • fanart: Added getShowImages (743fc73)
  • fanart: Implemented Fanart service (6f544d5)
  • graphql-api: Added find related movies (dc3fa8f)
  • graphql-api: Added more trusted uploaders from 1337x (9cee414)
  • graphql-api: Implement movies search in 1337x search adapter (58e128b)
  • graphql-api: Sort bookmarks on latestEpisodeAired (ff82210)
  • graphql-api: Update every 0,5 seconds (a36efa3)
  • Improved ubuntu server script, added build script in package.json (c83d68d)
  • mongo-modals: Added more indexes (8e0ce23)
  • mongo-modals: Added new indexes (e1dbde0)
  • mongo-models: Added lastMetadataUpdate (5746b58)
  • movie-helper: Added update trakt method (9cd71ea)
  • movie-helper: Implemented all image services (1ac97e0)
  • omdb: Implemented OMDB service (1f3e909)
  • rest-api: Added /movie/:imdbId endpoint (21b98d6)
  • rest-api: Added /shows /shows/:page calls (0d8938c)
  • rest-api: Added episodes to the shows (0aa1d98)
  • rest-api: Added the movies endpoints (cde3a11)
  • scraper: Added all image services for movies (e3dc6e1)
  • scraper: Added SCRAPE_ON_START flag (c420230)
  • scraper: Added status endpoint (14f121c)
  • season-helper: Added format and enhance (6a4d0f6)
  • show-helper: Implemented show helper (3eb63b3)
  • Started on scraper v4 (6f5690b)
  • tmdb: Added getSeasonInfo (74fe256)
  • trakt: Added more interfaces + show methods (a2c0b38)
  • tvdb: Implemented TvDB service (aca3068)
  • Use version from package.json (e69f4b6)

BREAKING CHANGES

  • extv-api: show is renamed to title