new version
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-18 18:41:14 +01:00
parent 1243e1f8c5
commit 72a82861e5
3 changed files with 45 additions and 19 deletions

View File

@@ -7,15 +7,6 @@ The format is based on Keep a Changelog and this project uses Semantic Versionin
## [0.1.35] - 2026-03-18
### Fixed
- **Web UI**: Fixed "body stream already read" error by reading response body only once.
- **Web UI**: Improved response handling to avoid double-reading response stream.
- **Web UI**: Better error messages for server-side 500 errors from scan endpoint.
### Changed
- **Web UI**: Refactored response handling to use single response.read() call.
- **Web UI**: Enhanced error display for server-side scan failures.
## [0.1.34] - 2026-03-18
### Fixed