Changelog
Stay up to date with the latest features, improvements, and fixes.
Version 0.57.3 - March 14, 2026
Improvements
- Updated Autoworklet's language model configurations.
Version 0.57.2 - March 13, 2026
Improvements
- Centralized LLM model constants for Autoworklet, improving maintainability.
Fixes
- Removed unsupported keyword arguments for GPT-5 models in Autoworklet, resolving compatibility issues.
Version 0.56.5 - March 12, 2026
Improvements
- Autoworklet now exposes and displays all detection bounding boxes in run reports.
- Improved OCR preprocessing and batching for Autoworklet.
- Added a 'Save Screenshot' button and handler to Autoworklet.
- Autoworklet now includes mouse position/screen size API and CLI commands.
- Added 'set_clipboard' functionality and capture detection bounding boxes to Autoworklet.
- Autoworklet now features CLI authentication, run, browser, and clipboard commands.
- Autoworklet now auto-starts the CLI daemon and includes an awl wrapper.
- Added 'log' CLI command to tail daemon log.
- Added 'open' CLI and daemon open-file/run support.
- Autoworklet now uses a directory chooser for folder projects.
Fixes
- Fixed mapping of text crops to original bounding boxes in Autoworklet.
- Switched the default OCR backend to PPOCR for Autoworklet.
- Limited crop size for text recognition in Autoworklet.
- Terminated spawned daemons and browsers on exit in Autoworklet.
- Avoided playback race by calling _play_all in Autoworklet.
- Stopped existing daemon before embedded server in Autoworklet.
Version 0.56.4 - February 26, 2026
Improvements
- Updated Autoworklet configuration.
Version 0.56.3 - February 24, 2026
Improvements
- Autoworklet now supports a native RF-DETR backend and model handling.
- Autoworklet injects autoAPI into builtins during script execution.
Fixes
- Autoworklet now correctly handles None responses in library mixins.
- Autoworklet avoids unnecessary conversions of bounding boxes to lists.
Version 0.56.2 - February 23, 2026
Improvements
- Improved text detection by tuning thresholds and unclip.
- Preserved aspect ratio during preprocessing for Autoworklet.
- Enhanced image click dialog UI and bounding box logic within Autoworklet.
Version 0.56.1 - February 23, 2026
Improvements
- Autoworklet: Updated to v4 offload with a new detection model.
Version 0.56.0 - February 22, 2026
Improvements
- Autoworklet now utilizes rfdetr models for improved performance.
Version 0.55.1 - February 22, 2026
Fixes
- Autoworklet: Resolved an issue where stale modules were not being properly removed from the script directory during runtime.
Version 0.55.0 - February 21, 2026
Fixes
- Autoworklet CLI now correctly resolves relative paths against the original current working directory.