What's Changed
- Enhance regex album name post processing
- Support equal signs in
--album-name-post-regex
- Use python regex module which allows more features like e.g. infinite width lookbehind patterns
Thanks @DSchmidtDev
- Support equal signs in
Upgrade Notice
If you are using the bare python script, make sure to reinstall requirements.txt
, as a new dependency was introduced:
regex==2024.11.6
New Contributors
- @DSchmidtDev made their first contribution in #121
Full Changelog: 0.18.1...0.18.2