Removes the deprecated `__value__` field in the subscriptions file (different from `__preset__` which is NOT deprecated). This was very short-lived, and most likely not used.
2023.12.26
[BACKEND] Make sibling metadata optional to compute (855)
Partial fix to https://github.com/jmbannon/ytdl-sub/issues/853 Makes computing sibling metadata optional, defaulted to False. This prevents excessive memory usage when scraping large channels
2023.12.21
[BUGFIX] Fix recursion limit when applying large reduce functions (851)
Python would think a recursive error occurred, but in reality, the stack got too large due to poor optimization when executing array reduce functions. Thanks Melissa from Discord for the bug report!
2023.12.20.post1
[BACKEND] Add `collection_season_name` variable to collection presets (850)
Can now be used to change directory names for collection presets
Adds generic `filter_include` and `filter_exclude` plugins in anticipation for function script usage. Will detail it more with official docs at a later time!
2023.12.19.post2
[BACKEND] Improved error messages when script resolution does not work (846)