Plex-Meta-Manager/CHANGELOG

32 lines
1.4 KiB
Text
Raw Normal View History

2022-09-27 15:08:18 +00:00
# Requirements Update (requirements will need to be reinstalled)
2024-05-20 15:42:42 +00:00
Updated PlexAPI requirement to 4.15.13
Update lxml requirement to 5.2.2
Update requests requirement to 2.32.3
Update schedule requirement to 1.2.2
Update setuptools requirement to 70.0.0
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
Checks requirement versions to print a message if one needs to be updated
Added the `mass_added_at_update` operation to mass set the Added At field of Movies and Shows.
2024-05-17 17:50:12 +00:00
Add automated Anime Aggregations for AniDB matching
Added `total_runtime` as a special text overlay variable.
Added `top_tamil`, `top_telugu`, `top_malayalam`, `trending_india`, `trending_tamil`, and `trending_telugu` as options for `imdb_chart`
Adds the `sort_by` attribute to `imdb_list`
2024-01-04 20:24:53 +00:00
# Updates
Changed the `overlay_artwork_filetype` Setting to accept `webp_lossy` and `webp_lossless` while the old attribute `webp` will be treated as `webp_lossy`.
2024-05-01 13:00:16 +00:00
2024-01-04 20:24:53 +00:00
# Defaults
2024-05-27 09:44:59 +00:00
Added Letterboxd Default [Collections](https://kometa.wiki/en/latest/defaults/chart/letterboxd/) and [Ribbon](https://kometa.wiki/en/latest/defaults/overlays/ribbon/)
2022-09-27 15:08:18 +00:00
# Bug Fixes
Fixes #2034 `anilist_userlist` `score` attribute wasn't being validated correctly
Fixes #1367 Error when trying to symlink the logs folder
Fixes #2028 TMDb IDs were being ignored on the report
Fixes a bug when parsing a comma-separated string of ints
Fixes `imdb_chart` only getting 25 results
Fixes `imdb_list` not returning items
2024-01-04 20:24:53 +00:00
2024-05-01 16:06:19 +00:00
Various other Minor Fixes