v0.13.1
virattt/dexterv0.13.1Aug 2, 2024by barinali
AI Summary
A maintenance release focused on removing PWA support, exposing installation status in the API, and fixing performance issues with parameter computation.
Key Highlights
- Removal of PWA support
- New API endpoint to expose installation status
- Fix for compute parameters using unparsed numbers
- Update version to 0.13.0
Breaking Changes
- Removal of PWA support
New Features
- Installation status API endpoint
- Compute parameter fixes
- Unparsed number support
Full Release Notes
## What's Changed * Update version to 0.13.0 by @farukaydin in https://github.com/automatisch/automatisch/pull/2003 * feat: remove PWA by @barinali in https://github.com/automatisch/automatisch/pull/2001 * feat: expose installationCompleted in GET /v1/automatisch/info by @barinali in https://github.com/automatisch/automatisch/pull/2002 * fix(compute-parameters): use unparsed numbers by @barinali in https://github.com/automatisch/automatisch/pull/2006 **Full Changelog**: https://github.com/automatisch/automatisch/compare/v0.13.0...v0.13.1