Plex-Meta-Manager/CHANGELOG

36 lines
1.5 KiB
Text
Raw Normal View History

2022-09-27 15:08:18 +00:00
# Requirements Update (requirements will need to be reinstalled)
2024-08-12 15:33:38 +00:00
Added tenacity requirement at 9.0.0
Update lxml requirement to 5.3.0
Update pillow requirement to 10.4.0
2024-08-22 19:58:44 +00:00
Update PlexAPI requirement to 4.15.16
Update psutil requirement to 6.0.0
2024-08-22 19:58:44 +00:00
Update setuptools requirement to 73.0.1
2022-11-03 19:44:01 +00:00
2024-03-06 16:31:44 +00:00
# Removed Features
2022-09-27 15:08:18 +00:00
# New Features
Added [`letterboxd_user_lists`](https://kometa.wiki/en/latest/files/dynamic_types/#letterboxd-user-lists) Dynamic Collection Type
2024-01-04 20:24:53 +00:00
# Updates
2024-07-15 14:40:22 +00:00
F1 session naming improvements
2024-08-12 15:33:38 +00:00
Added new studios : Disney Television Animation, DisneyToon Studios, Dynamic Planning, Film4 Productions, Golden Harvest, Hungry Man, Screen Gems, Shaw Brothers, Studio Live, The Stone Quarry
2024-05-01 13:00:16 +00:00
2024-01-04 20:24:53 +00:00
# Defaults
2024-08-18 09:16:52 +00:00
Fixed #2150; change xmen list to a new one
Added `A Quiet Place: Day One` to the `A Quiet Place` collection in the `franchise` Defaults file
Add `minimum_items_<<key>>` to universe Default file
2022-09-27 15:08:18 +00:00
# Bug Fixes
Fixed multiple anime `int()` Errors
Fixed #2100 `verify_ssl` wasn't working when downloading images
Fixed an issue with `delete_collections` where items were being deleted if they only matched one criteria vs all criteria
Fixed `imdb_watchlist`
2024-08-12 15:33:38 +00:00
Fixes #2135 AniDB Builder type conversion error
Fixed #2169 Add handling for blank secrets
Fixed #2176 `clean_bundles`, `optimize`, and `empty_trash` not working as global attributes
Fixed #2186 `total_runtime` will now trigger an overlay update
2024-08-18 09:16:52 +00:00
Fixed #2195 an image on the docs was a dead link
Fixes sort order of resolution collections
2024-09-19 21:25:59 +00:00
Fixes #2228 ".any" not accepted for a variety of imdb_search parameters
2024-07-15 14:40:22 +00:00
Various other Minor Fixes