π Release 1.0.4: Code Hardening
This patch includes a few small but important under-the-hood fixes to ensure Gamebase meets the strict safety requirements of the Obsidian ecosystem.
β¨ Changes
- Strict Typing: Fixed several edge cases where variables in the Settings menu UI were lacking strict type definitions (
any), ensuring total TypeScript compliance. - Improved Stability: Resolved a minor linting warning regarding unsafe function calls during DOM manipulation in the settings pane.