What's Changed
Most Notable
- New filters:
has done date
,no done date
- New filters:
has happens date
,no happens date
- New groups options:
group by <start|scheduled|due|done>
- Documentation now shows which version new features were released in.
- New locations for:
- The GitHub repository: https://github.com/obsidian-tasks-group/obsidian-tasks
- The documentation: https://obsidian-tasks-group.github.io/obsidian-tasks/
- New maintainer: @claremacrae
Full List
Features
- feat: Add
group by <start|scheduled|due|done>
by @claremacrae in #733 - feat: Add
has done date
,has happens date
,no done date
,no happens date
by @claremacrae in #739
Bug fixes
- fix: Fix typo in error message for priority instruction. by @claremacrae in #707
Documentation
- docs: Add styling for blockquotes, for 'Introduced in' comments by @claremacrae in #735
- docs: Fix 'How does Tasks handle status changes?' formatting by @claremacrae in #720
- docs: Indicate when 1.6.0 features were released by @claremacrae in #731
New project location
- Move to organization by @schemar in #708
- Add warning that documentation moved by @schemar in #709
- Docs now redirect correctly by @schemar in #713
Behind the scenes
- build: add markdown linting to the lint command by @sytone in #660
- chore: Add script, update package.json and update esbuild process to minify the production version by @sytone in #683
- chore: Strengthen the definition of refactoring in PR template by @claremacrae in #701
- chore: fix PR template location and add refactor by @sytone in #700
- refactor: Create date filter classes by @claremacrae in #690
- refactor: Create priority filter class by @claremacrae in #706
- refactor: Create tag/tags filter class by @claremacrae in #714
- refactor: Create text filter classes by @claremacrae in #705
- refactor: create IQuery interface for query engine and add new folder for future query engine by @sytone in #699
- test: Add TaskBuilder class for writing small tests by @claremacrae in #696
- test: Add tests for urgency score by @claremacrae in #710
Full Changelog: 1.6.0...1.7.0