-
Fixed Firefox extension not working on game pages (Issue #5)
- Moved browserAPI to common utils to prevent redeclaration
- Improved error handling and logging in app_page.script.js
- Added proper checks for DOM elements and app ID
-
Fixed version display in extension UI
- Version text now shows full semver (e.g. v1.4.21) instead of truncated (v1.4)
- Updated build script to handle both quoted and unquoted class attributes
- Consistent version display across all manifests and HTML files
-
Improved store page functionality
- Restored original item processing logic with proper class checks
- Using shared observers from utils/observers.js for better performance
- Fixed vertical line and deck status icon display issues
-
Code organization and cleanup
- Better error handling and logging throughout
- Improved code readability and maintainability
This update fixes several critical issues affecting Firefox users
and improves the overall stability and consistency of the extension."
Full Changelog: V1.4...V1.4.22