From f0a4e9ba8210c359258445e9663299e22960335b Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:23:51 -0500 Subject: [PATCH] docs(changelog): v0.3.1 (#247) --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a52839..be07eca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # Changelog ## [0.3.1] - 2023-12-02 -**Unreleased** +Attention, if you used Themerr-plex prior to v0.3.0, the themes added there will be in a locked state. To allow +Themerr-plex the ability to update these themes in the future, you must unlock them. We have provided a new config +option that will allow you to automatically unlock all themes for libraries supported by Themerr-plex. + +**Added** +- Add option to migrate from versions < v0.3.0 + +**Fixed** +- Fixed random _strptime import errors + +**Dependencies** +- Bump plexhints from 0.1.3 to 2023.1201.11810 +- Bump @fortawesome/fontawesome-free from 6.5.0 to 6.5.1 + +**Misc** +- Refactor plex server creation +- Parametrize movie library fixtures in unit tests ## [0.3.0] - 2023-11-29 **Added**