Plex-Meta-Manager/CHANGELOG

22 lines
828 B
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
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
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
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
2024-01-04 20:24:53 +00:00
2024-05-01 16:06:19 +00:00
Various other Minor Fixes