Releases: delashum/obsidian-checklist-plugin
Releases · delashum/obsidian-checklist-plugin
2.0.0
This is a major version as it introduces some breaking changes, new to this release are:
- File caching! We now cache the contents of your files and only reparse the specific files that change instead of the whole vault, this should help performance on larger vaults.
- In addition to caching, there is a new settings options to disable auto updates, and a command to update the view. If you have a veryyy large vault this will help you avoid freezing.
- Addition of a new search bar to allow searching of tasks
- In-view settings, today there is only the option to choose to hide certain tags, but this is a foundation to start adding other settings inline to make switching easier
- Independent sorts for groups and tasks. These were previously grouped together
- Ability to add multiple tags for the plugin to search for
- Combined the
Include Files
andExclude Files
settings into one which is nowInclude Files
and supports glob pattern matching. This allows for much more robust and specific logic for what to include and exclude - Lots of code organization and refactoring to make the code base easier to reason with
- Changed the CSS variables to have the
checklist
prefix instead oftodoItem
to be more inline with the rest of the codebase (THIS IS A BREAKING CHANGE FOR ANYONE USING CUSTOM STYLES)