v0.1.34: Fix URL resolution and JSON parsing errors
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

- Fixed scan URL to use relative 'scan' instead of '/scan' for Home Assistant ingress
- Improved error handling for non-JSON and malformed API responses
- Added better debugging for JSON parsing errors
- Updated version to 0.1.34 in all files

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
paul2212
2026-03-18 18:09:43 +01:00
parent 620e433547
commit c9de6af83b
4 changed files with 29 additions and 7 deletions

View File

@@ -5,6 +5,17 @@ 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.34] - 2026-03-18
### Fixed
- **Web UI**: Fixed URL resolution issue - scan now uses relative URL 'scan' instead of '/scan' to work correctly with Home Assistant ingress.
- **Web UI**: Improved error handling for non-JSON responses and malformed API responses.
- **Web UI**: Added better debugging for JSON parsing errors.
### Changed
- **Web UI**: Updated scan fetch call to match other API calls in the codebase.
- **Web UI**: Enhanced error messages to include raw response text when JSON parsing fails.
## [0.1.33] - 2026-03-18
### Fixed