Skip to content

Releases: rivenmedia/riven

v0.12.5

21 Sep 11:57
Compare
Choose a tag to compare

0.12.5 (2024-09-21)

Bug Fixes

  • corrected rate limit for Torrentio (540ba52)

v0.12.4

21 Sep 11:44
Compare
Choose a tag to compare

0.12.4 (2024-09-21)

Bug Fixes

  • plex rss startswith error (9a2a0c1)
  • revert schema validation, this is causing issues. (12f4a1a)

v0.12.3

21 Sep 08:53
Compare
Choose a tag to compare

0.12.3 (2024-09-21)

Bug Fixes

  • mdblist list item validation fixed (63fc95b)

v0.12.2

21 Sep 08:48
Compare
Choose a tag to compare

0.12.2 (2024-09-21)

Bug Fixes

  • update api with json schema (1b7365c)

v0.12.1

21 Sep 04:44
Compare
Choose a tag to compare

0.12.1 (2024-09-21)

Bug Fixes

  • tweak db reset. fixed issue with mdblist. (652924e)

v0.12.0

20 Sep 19:57
Compare
Choose a tag to compare

0.12.0 (2024-09-20)

Features

  • add alias support in parsing when scraping torrents. several other tweaks. (365f022)
  • improvements to reset/retry/remove endpoints (98f9e49)
  • move symlink db init to progress bar. added threading to speed it up. needs testing! (71fb859)
  • update RTN to latest (bbc5ce7)

Bug Fixes

  • add infohash to scraped log msg. added exclude for unreleased to retry lib. (9491e53)
  • add sleep between event retries (01e71f0)
  • add torrent name and infohash to download log. update deps to resolve parsing bugs. (aecaf37)
  • anime movies not showing in correct dir (44e0161)
  • content services now only output new items that arent in the db. tidied some initial startup logging. (797778c)
  • fixed bug with upscaled in parsett. update dep (f3974ef)
  • fixed completed items being added to queue on startup (d45882f)
  • moved log cleaning to scheduled func. fixed bug with new furiosa movie (475f934)
  • movie obj trying to index as show type (c0e1e2c)
  • ranking wasnt followed by downloader (578ae8f)
  • resetting a item would make it unresettable again (f5c849f)
  • revert back to old way of retry library (46a6510)
  • revert item in db check during state processing (18f22c1)
  • select biggest file for movie caches (c6f9337)
  • slow api calls due to calculating state for every item (f5e08f8)
  • throw exception instead of error on plex validation (17a579e)
  • tweak logging for db init from symlinks. (2f15fbd)
  • unhardcode orionoid limitcount. whoops! (f7668c6)

v0.11.1

30 Aug 18:41
Compare
Choose a tag to compare

0.11.1 (2024-08-30)

Miscellaneous Chores

v0.11.0

30 Aug 17:19
Compare
Choose a tag to compare

0.11.0 (2024-08-30)

Features

  • "Ongoing" and "Unreleased" states for shows (6ee4742)
  • Removal of Symlinks and Overseerr requests on removal of item from riven. (276ed79)

Bug Fixes

  • event updates for frontend (6ee4742)
  • get all content from content services (previously only one item was picked) (6ee4742)
  • remove local updater and stop possibility of looping with symlinked state (6ee4742)
  • trakt indexer not picking up shows (6ee4742)
  • trakt indexing was not copying correct item attributes in previous release (6ee4742)
  • updated settings.json variables for opensubtitles (71012ef)
  • validate subtitle providers on init, remove addic7ed and napiprojekt providers (6ee4742)

v0.10.5

19 Aug 16:41
Compare
Choose a tag to compare

0.10.5 (2024-08-19)

Features

  • add a subtitle provider (subliminal) (f96fe54)

Bug Fixes

  • address high memory usage (f96fe54)
  • various small bug fixes (f96fe54)

Miscellaneous Chores

v0.10.4

19 Aug 13:07
4ececcb
Compare
Choose a tag to compare

Features

  • add a subtitle provider (subliminal)
  • item removal
  • symlink repair

Bug Fixes

  • address high memory usage
  • various small bug fixes

Refactoring

  • events
  • threading
  • api

Technical Debt

  • websockets for smoother frontend experience

Co-authored-by: Spoked
Co-authored-by: iPromKnight
Co-authored-by: AyushSehrawat
Co-authored-by: FlashLightning67
Co-authored-by: davidemarcoli

Full Changelog: v0.10.3...v0.10.4