Description
This release brings important improvements to validation, error handling, performance, and security.
New features
- Add comprehensive input validation to options page:
Real-time and initial page load numeric field and URL validation with inline error messages
Improvements
-
Error handling:
- Add error notifications for all move/copy failures during training operations
- Add error handling to prevent silent failures
- Guard against malformed JSON in LDA mode header
-
Performance:
- Parallelize tab processing for faster initialization and header updates
- Better error reporting with failure summaries
Security
- Prevent potential XSS: Replace
innerHTMLwithtextContentfor symbols to prevent XSS from untrusted header content