Skip to content

Latest commit

 

History

History
174 lines (95 loc) · 9.09 KB

CHANGELOG.md

File metadata and controls

174 lines (95 loc) · 9.09 KB

Changelog

1.5.2 (2024-12-06)

Bug Fixes

  • allow hyphen, dot or space when parsing for HDR10plus (57a6b82)
  • housekeeping (f4dec25)
  • removed 'streaming' from adult filter (6d3b2d4)

1.5.1 (2024-11-20)

Bug Fixes

1.5.0 (2024-11-16)

Features

1.4.1 (2024-11-10)

Bug Fixes

  • dont remove documentary from title (9222dfe)

1.4.0 (2024-11-09)

Features

  • add anime parser. more tweaks to handlers. (91e6f28)
  • add cli commands for ptt and parsett (7580b29)

Bug Fixes

  • separate anime handler for now (bca52c5)

1.3.1 (2024-09-17)

Bug Fixes

1.3.0 (2024-09-17)

Features

  • add sample/trailer/extras handling. other minor improvements (8b1d968)

1.2.7 (2024-09-04)

Bug Fixes

  • fixed audio/codecs bug with returning episodes/seasons. separated latino lang from spanish. added test cases. (d2a789d)

1.2.6 (2024-09-01)

Bug Fixes

  • fixed upscaled handler due to missing ? in pattern (56e1fde)

1.2.5 (2024-09-01)

Bug Fixes

  • arrow date out of range issue fix. (d19d544)

1.2.4 (2024-09-01)

Bug Fixes

  • saga in title for a couple shows/movies (97c57e7)

1.2.3 (2024-08-29)

Bug Fixes

  • spanish titles with seasons werent parsing as seasons. added spanish lang infer as well for this. (f890cf3)

1.2.2 (2024-08-27)

Bug Fixes

  • fixed remux and shang-chi title returning as chinese (6088ce3)

1.2.1 (2024-08-26)

Bug Fixes

  • added translate langs to parse_title as well (0324964)

1.2.0 (2024-08-26)

Features

  • improvements to audio parsing. added difference between DTS Lossy vs DTS Lossless! (8a96a0b)

1.1.0 (2024-08-25)

Features

  • isort/black applied. added language translation for full langs. (c82a068)

1.0.0 (2024-08-25)

⚠ BREAKING CHANGES

  • release 1.0.0

Features

  • add audio channels handler (203a15f)
  • add edition test (2392ce3)
  • add edition test (fe70088)
  • add episode test. (eb7c0b8)
  • add improved language support for language chars! all tests passing. (67d83c3)
  • add network test (215ae9d)
  • add ppv support (643ef01)
  • add readme (97e9639)
  • add trash tests. add another test to main. (46d1361)
  • added site, size, networks and other fixes (2f641dd)
  • basic title matching working now! (5096ea8)
  • update season and episode tests. (d04e8c9)
  • wip (55882fb)

Bug Fixes

  • add 2 more handlers to trash. add tests for them. (3d08534)
  • add more handlers to upscaled. add another test. (6574ebd)
  • added clean audio for hindi stuff (3faaca4)
  • fixed 2 failing tests (157c972)
  • fixed 3D and country code tests. added more tests. (c06223a)
  • improved subbed/dubbed attributes. removed from languages. fixed tests. (d1d2ee2)
  • langs: standardized languages to ISO 639-1. all tests passing. (30cac1f)
  • minor tweaks (64216da)
  • move Remastered to edition attribute (2239a33)
  • remove print statement (bf3f256)
  • separate x/h of 264/265 from codecs (bd2d2df)
  • small tweaks (38a9c60)
  • standardize more separation for codecs. (375a640)
  • tests all passing. added trash handler. (4e813e5)
  • tests: cleaned up tests and started normalizing handlers (ef15224)
  • tidied up networks and site handlers. added more tests. (d26309f)
  • tidy codecs. various other tweaks. added pdtv quality. (1ef43ad)
  • tidy up functions. (6a804e9)
  • tidy up functions. (aa9e25e)
  • update french language. tweak test (fa4c2fa)
  • update tests. multiple tweaks. (807287e)

Miscellaneous Chores