What's Changed
Most Notable
- New filter:
has <start|scheduled|due> date
- New filter:
tags (include|do not include) <tag>
and the equivalenttag (includes|does not include) <tag>
- New sort option:
sort by tag
andsort by tag [tag number]
- New instruction:
group by (path|folder|filename|backlink|heading)
- New style class:
tasks-group-heading
- More documentation for contributors:
Full List
- Add
has <start|scheduled|due> date
filters by @mauleb in #629 - Add tags as property of task by @sytone in #631
- Simplify tag filter tests by @claremacrae in #633
- Simplify more tests of Query by @claremacrae in #634
- Fix 3 warnings in Query.ts by @claremacrae in #635
- Move applyQueryToTasks() from QueryRenderChild to Query by @claremacrae in #643
- Enable viewing of docs in Docker container by @claremacrae in #645
- Docker: Move docker setup into docs by @schemar in #647
- Fix docker image name. by @claremacrae in #648
- Implementation changes for tag filtering by @sytone in #636
- chore: add a pull request template by @sytone in #663
- Bump nokogiri from 1.13.4 to 1.13.6 in /docs by @dependabot in #669
- Add 'group by' option, for various file properties and status by @claremacrae in #644
- build: add action to upload verified build to artifacts by @sytone in #679
- chore: make *.ts and *.js files LF for all operating systems by @sytone in #682
- Fix typo in getting-started by @AndreyAkinshin in #686
New Contributors
- @AndreyAkinshin made their first contribution in #686
Full Changelog: 1.5.1...1.6.0