Skip to content wesktop v0.2.1 /Changelog On this page
#Changelog
#0.2.1
#Fixes
- Fix. Use PyPI-published strictcli instead of local source override. Fixes CI test failures.
#0.2.0
#Features
- Lazy JSON. Request.json is now lazily parsed with caching, improving performance for handlers that don't need the body.
- CLI with diagnose command. New
wesktop diagnose command checks Python, Node, pywebview, and granian availability. Config file support via strictcli.
#Fixes
- Icon fix. The icon parameter is now correctly wired through to pywebview.
#0.1.1
#0.1.0
#Features
- Initial release. ASGI router, SSE broadcaster, and extracted server lifecycle.
- Desktop integration. pywebview, desktop entry creation, and public API exports.
- npm shim. Install via
npm i -g @smmh/wesktop for a global wesktop CLI that delegates to Python.