Plex-Meta-Manager/CHANGELOG

24 lines
1.8 KiB
Text
Raw Normal View History

2022-09-27 15:08:18 +00:00
# Requirements Update (requirements will need to be reinstalled)
2023-11-27 21:01:22 +00:00
Updated GitPython requirement to 3.1.40
Updated num2words requirement to 0.5.13
Updated pillow requirement to 10.1.0
Updated PlexAPI requirement to 4.15.6
Updated ruamel.yaml requirement to 0.18.5
Updated schedule requirement to 1.2.1
Updated tmdbapis requirement to 1.2.2
2022-11-03 19:44:01 +00:00
2022-09-27 15:08:18 +00:00
# New Features
2023-11-27 21:01:22 +00:00
Introduced batchMultiEdits - this is a major feature introduction that we hope will increase performance for all users. This is a behind-the-scenes change that the user does not need to do anything to take advantage of.
Redesigned Wiki with new landing page and new layout using mkdocs.
Reintroduced [Flixpatrol Builder](https://metamanager.wiki/en/latest/builders/flixpatrol/) following introduction of paywalled API.
Reintroduced [Flixpatrol Chart Defaults Collections](https://metamanager.wiki/en/latest/defaults/chart/flixpatrol/).
Added Trakt Anticipated to [Trakt Chart Defaults Collections](https://metamanager.wiki/en/latest/defaults/chart/trakt/).
Added information on Python 3.12 support in the [Local Install Guides](https://metamanager.wiki/en/nightly/pmm/install/guides/local/#if-you-are-running-python-312)
Removed library- and collection-level logging, all logging is handled in the meta.log
2022-09-27 15:08:18 +00:00
# Bug Fixes
2023-11-27 21:01:22 +00:00
Fixed `(404) not_found` error that presented itself in PMS 1.32.7, as outlined [here](https://discord.com/channels/822460010649878528/1099773891733377065/1174751954367422585)
Fixed issue that would prevent `file_poster` from overriding `url_poster` in the PMM Defaults.
Removed `--cache-libraries` Environment Variable due to inconsistent behaviour that could cause issues.
Fixed issue with `mass_poster_update` incorrectly updating episode posters when it shouldn't.
Fixed issue with `delete_collection_named` running in a collection even if the collection wasn't scheduled to run.