Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Mar 16:06

Breaking Changes

  • Sort configuration format changedpending_sort and done_sort now accept a list of sort options instead of a single value. Update your TOML config from:
    pending_sort = "Priority"
    to:
    pending_sort = ["Priority"]