🐛 Bug Fixes
- Season Number Overrides: Corrected an issue in
Posterizarr.ps1where special season text overrides were failing due to incorrect array referencing. - Missing Variables: Fixed an issue with missing
mediaTypevariables in the backend asset replacement logic.
(Note: Includes fixes resolving issue #575)
✨ Enhancements & Security
- Library Type Normalization: The web UI backend now natively understands and normalizes various TV aliases (
tv,tvshows,series,shows, etc.) to process show poster cards properly without strict naming requirements. - Enhanced Support-Zip Privacy: Implemented a new, generic support-zip sanitization protocol. When generating a support zip, the system now recursively scans all text, log, JSON, and SQLite database files to automatically mask sensitive information, including:
- API keys, tokens, and pins
- Webhook URLs (Discord, Uptime Kuma, Apprise, Slack, Telegram, etc.)
- Authorization and Cookie headers
- Local IP addresses and local
.lan/.localdomain names.
What's Changed
- Sync Main to dev. by @fscorrupt in #576
- fix: Season number fixes, media type normalization, and generic support zip sanitization by @fscorrupt in #577
Full Changelog: 2.2.46...2.2.47