🚀 UI Improvements
- AutoTriggers Header Upgrade: Added a new compact info box to the AutoTriggers header to provide better guidance on how automatic processing works.
- Asset Replacer Flexibility: You can now leave the Title Text field empty for the asset replacer, allowing for more streamlined manual edits.
- Enhanced Layouts: Fixed flexbox layout issues in the UI and added
min-w-0to prevent layout breaking on long content strings. - Multilingual Support: Updated translations for English, German, French, Italian, and Portuguese, including new instructional bullets for the AutoTriggers section.
🛠️ Technical Fixes
- Frontend Logic: Updated
AssetReplacer.jsxto use nullish coalescing (??) and explicitnull/undefinedchecks fortitleTextto improve reliability. - Backend Logic: Refined
main.pyto handle optionaltitle_textparameters more gracefully during overlay processing.
What's Changed
- Add Action Center guide and FAQ by @fscorrupt in #556
- Sync Main to Dev by @fscorrupt in #557
- Enhance AutoTriggers UI by @fscorrupt in #558
Full Changelog: 2.2.40...2.2.41