v0.2.9
Important
Breaking Changes: It is recommended to update both server and client to the latest version.
New Features
- Query filter support filter by date and time via function call like
date("a minute ago"). - Addition support for piped commands. E.g.
labtasker xxx | labtasker task update. - Added
ltas short alias forlabtaskercommand. - Added labtasker-plugin-task-recency as built-in plugin.
Documentations
- Updated detailed use cases of query filter.
Bug Fixes
- Fixed potential blocking by readline in
run_with_subprocess
Refactoring and Optimization
- Added
run_with_ptyandrun_with_subprocessas exposed API. - Added unkown field check for API models.
- Changed name: parse_timeout -> parse_time_interval to be more accurate.
Breaking Changes
- Added unkown field check for API models.
- API model
extra_filterserialization de-serialization change to support datetime (date(...)) - Changed name: parse_timeout -> parse_time_interval to be more accurate.
Full Changelog: v0.2.8...v0.2.9