Skip to content

1.10.0 'group by tags'

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 11:29

What's Changed

🌟 Most Notable

Dependencies have been updated. Please restart Obsidian after updating the plugin. Thank you.

  • Add group by tags (thanks, @MohamedBassem)
    • Tasks with multiple tags will be displayed once in each tag's group.
    • The total task count will still reflect the number of unique tasks.
    • Docs

Full List

🌟 Features

πŸ“– Documentation

πŸ€– Dependencies

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7 by @dependabot in #903
  • build(deps-dev): bump ts-jest from 28.0.5 to 28.0.7 by @dependabot in #904
  • build(deps-dev): bump eslint from 8.19.0 to 8.20.0 by @dependabot in #905
  • build(deps-dev): bump @typescript-eslint/parser from 5.30.6 to 5.30.7 by @dependabot in #906

πŸ› οΈ Behind the scenes

  • refactor: Moved the logic of removing the global filter in Task and covered it with tests by @esm7 in #912

New Contributors

Full Changelog: 1.9.0...1.10.0