Skip to content

v0.2.9

Choose a tag to compare

@luocfprime luocfprime released this 28 Jul 16:59
· 105 commits to main since this release

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 lt as short alias for labtasker command.
  • 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_pty and run_with_subprocess as 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_filter serialization 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