v0.1.33: Fix scanForDevices is not defined error
- Fixed JavaScript scope issue by injecting scan function into existing script section - Scan function now properly available when button is clicked - Improved JavaScript injection strategy to avoid separate script tag conflicts - Updated version to 0.1.33 in all files Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -5,6 +5,16 @@ All notable changes to this project are documented in this file.
|
||||
The format is based on Keep a Changelog and this project uses Semantic Versioning.
|
||||
|
||||
|
||||
## [0.1.33] - 2026-03-18
|
||||
|
||||
### Fixed
|
||||
- **Web UI**: Fixed "scanForDevices is not defined" error by injecting scan function into existing script section instead of separate script tag.
|
||||
- **Web UI**: Ensured scan JavaScript is properly scoped and available when button is clicked.
|
||||
|
||||
### Changed
|
||||
- **Web UI**: Improved JavaScript injection strategy to avoid scope issues.
|
||||
- **Web UI**: Scan function now injected directly into main script section for proper global availability.
|
||||
|
||||
## [0.1.32] - 2026-03-18
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user