v0.3.8
Summary
This release improves CLI distribution/setup, fixes headful noVNC proxying, and reduces production log noise in auth/setup endpoints.
Added
- CLI entry point and
postinstallscript to streamline install/setup flows.
Fixed
- Headful noVNC proxying to ensure the proxy path works correctly.
- Auth/setup debug logging now gated behind
NODE_ENV !== 'production'to avoid noisy logs in production.
Changed
- Release metadata for v0.3.8.
Commits
- Gate auth debug logs in production
- 0.3.8
- Add CLI entry and postinstall
- Fix headful noVNC proxying