Skip to content

Latest commit

 

History

History
191 lines (123 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

191 lines (123 loc) · 16.2 KB

Changelog

0.10.3 (2024-08-17)

Bug Fixes

  • address memory leak by closing SQLAlchemy sessions and add connection pool options (0ebd38f)

0.10.2 (2024-08-15)

Bug Fixes

  • correct attribute names in zilean scraper (6e26304)

0.10.1 (2024-08-11)

Bug Fixes

  • add cascade drop on alembic table (b110cac)

0.10.0 (2024-08-11)

Features

0.9.2 (2024-07-31)

Features

  • add ignore hash feature (d8e565f)

Bug Fixes

  • moved blacklisting to an attr of item (989bf8b)
  • removed lazy from mapped_column on blacklisted_streams (aca5a0f)

0.9.1 (2024-07-31)

Bug Fixes

  • add libtorrent to docker image (af88478)
  • merged changes with db fixes (f3103b6)

Documentation

0.9.0 (2024-07-27)

Features

  • add automatic dev builds in pipeline (d55e061)

Bug Fixes

  • add alembic reinit to hard reset (91ba58b)
  • add extra logging to track issue. added mutex to add_to_running (87c3241)
  • add hard reset to cli (e3366a6)
  • add parent object into stream (16c1ceb)
  • include stream in db, rework blacklisting (03c6023)
  • plex watchlist updated to work with new api changes. added db guards. improved trakt id detection. changed rd blacklisting to only blacklist on movie/episode items or on empty rd cache (ce074b3)
  • remove state logging where state is not available (76fdd89)
  • tidied push_event_queue. this func has been causing looping issues we're seeing. (5c7943d)
  • update rollback (e57d06c)
  • wrong symlink count at startup. corrected post symlink handling (cbe9012)

0.8.4 (2024-07-25)

Bug Fixes

  • Release 0.8.4 (266cf0c)
  • tweaked comet scraper. removed poetry venv from entrypoint. (32be8fc)

0.8.3 (2024-07-25)

Miscellaneous Chores

0.8.2 (2024-07-24)

Bug Fixes

0.8.1 (2024-07-24)

Bug Fixes

  • moved poetry files to root workdir (a0eb41b)
  • revert appendleft on push_event_queue (8becb59)

0.8.0 (2024-07-24)

⚠ BREAKING CHANGES

  • add BACKEND_URL environment variable to support for custom backend URL (#518)

Features

Bug Fixes

  • add BACKEND_URL arg to avoid build error (#519) (b7309c4)
  • add BACKEND_URL arg to avoid build error (#520) (ffad7e3)
  • add new settings changes to frontend (#416) (38c1b75)
  • add try-catch to submit_job for runtime errors (d09f512)
  • change mdblist str to int (#382) (b88c475)
  • change Path objs to str (#389) (41bc74e)
  • change version filename in dockerfile (5bf802d)
  • comet validation needed is_ok on response instead of ok (#557) (5f8d8c4)
  • continue instead of exit on failed to enhance metadata (#560) (657068f)
  • convert str to path first (#388) (2944bf0)
  • correct parsing of external id's (#163) (b155e60)
  • crash on failed metadata enhancement (88b7f0b)
  • disable ruff in ci (5ffddc1)
  • docker metadata from release please (08b7144)
  • docker metadata from release please (e48659f)
  • episode attr error when checking Show type (#387) (3e0a575)
  • fix around 200 ruff errors (d30679d)
  • fix around 200 ruff errors (a73fbfd)
  • fixed about page github errors and other minor improvements (#347) (0c87f47)
  • fixed the errors in frontend to make it working, still some changes and rewrite needed for improvements (#346) (03cd45c)
  • handle bad quality manually in parser (#145) (6101511)
  • lower the z index and increase z index of header (#504) (41e2c71)
  • min/max filesize being returned undefined (fadab73)
  • minor fix to hooks.server.ts (#355) (8edb0ce)
  • minor ui improvements (#503) (8085f15)
  • remove frontend ci (#552) (eeb2d00)
  • revert trakt/item modules back to 0.7.4 (864535b)
  • RTN import incorrect after updating package (#415) (f2b86e0)
  • switch to dynamic private env (#522) (eb8d3d0)
  • switch to dynamic private env (#523) (0355e64)
  • text color on light theme (#506) (5379784)
  • tidy parser. add lint/test to makefile. (#241) (bd82b23)
  • update packages (15df41d)
  • validate rd user data and updater settings on startup (6016c54)
  • versioning to come from pyproject.toml (d30679d)

Documentation

Miscellaneous Chores