Skip to content

Commit ce9993b

Browse files
committed
docs: add release notes for v0.1.1
1 parent 2b385cf commit ce9993b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ and this project follows SemVer-style release intent for documented interfaces.
1616
- Dependency vulnerability scanning via `pip-audit` in CI.
1717
- Reproducible-build verification job added to CI to detect artifact drift.
1818

19+
## [0.1.1] - 2026-05-09
20+
21+
### Fixed
22+
23+
- TUI-launched WebUI now starts the FastAPI app through `uvicorn` reliably.
24+
- Extended WebUI startup wait to 10 seconds to support Raspberry Pi Zero 2 W class hardware.
25+
- WebUI launch failures now retain actionable diagnostics (attempted command, return code, port-check status, and log path) for operator troubleshooting.
26+
27+
### Changed
28+
29+
- TUI-launched WebUI default bind host changed to `0.0.0.0` for Raspberry Pi USB gadget network access.
30+
- TUI success notification updated to guide access via the device USB gadget IP.
31+
32+
### Security
33+
34+
- Existing WebUI protections (token checks, restricted confirmations, rate limits, and headers) remain unchanged while enabling gadget-network exposure.
35+
1936
## [0.1.0-prototype] - 2026-05-07
2037

2138
### Added

0 commit comments

Comments
 (0)