v0.2.4
New Features
- Added
labtasker-plugin-script-generatefor bundled plugins. labtasker loopallowing shell execution of commands using--cmdoption (equivalent toshell=True)- Implemented piping support for
labtasker loopcommand. - Implemented piping support for
labtasker task deleteandworker deletecommands. - Added support for
extra-filterquery usingtask_id,worker_id, etc. - Enhanced exception formatting for
labtasker loopjob subprocess failures, providing better interactive prompts (added exit choice, CTRL+C as the default option). - Added
/endpoint with a welcome message. - Introduced a task update check to verify length and order constraints.
Bug Fixes
- Fixed
LsRequestlimit constraint (changed from>= 0to> 0). - Resolved an issue with command-line quotation handling on Windows.
Refactoring and Optimization
- Changed a hard-coded ls response limit to a configurable option.
- Optimized import statements for improved code efficiency.
Full Changelog: v0.2.3...v0.2.4