Skip to content

1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 07:47

What's Changed

🌟 Most Notable

  • Bug fix: Unable to find section, when title has tag inside (issue #654): fixed by @luirsea in #802

Full List

πŸ™ˆ Bug Fixes

  • fix: Unable to find section, when title has tag inside (issue #654) by @luirsea in #802

πŸ“– Documentation

πŸ› οΈ Dependencies

πŸ› οΈ Behind the scenes

  • chore: Use v2 of codeql-action by @AnnaKornfeldSimpson in #811
  • chore: Use dependabot to update github-actions by @AnnaKornfeldSimpson in #812
  • chore: Make git happy with the resources/sample_vaults/Tasks-Demo/ sample vault by @claremacrae in #815
  • refactor: Move Settings.ts and SettingsTab.ts to src/config/ by @claremacrae in #801
  • refactor: The date fields do their own presence/absence searches by @claremacrae in #803
  • refactor: Add StatusField class, for handling done/not done filters by @claremacrae in #804
  • refactor: Add RecurringField class, for handling recurring/not recurring filters by @claremacrae in #806
  • refactor: Extract variable in addBacklinks() to simplify code slightly by @claremacrae in #808
  • refactor: Simplify implementations of RecurringField and StatusField by @claremacrae in #816
  • refactor: Add ExcludeSubItemsField, for handling 'exclude sub-items' filter by @claremacrae in #817
  • refactor: Extract FilterInstructionsBasedField class to reduce more repetition by @claremacrae in #818
  • test: Add test helper testFilter() that takes a TaskBuilder by @claremacrae in #791
  • test: Fill in the gaps of testing parsing of all instructions by @claremacrae in #800
  • test: Add a manual test for issue #654 by @claremacrae in #807

New Contributors

Full Changelog: 1.8.0...1.8.1