Skip to content

Releases: delashum/obsidian-checklist-plugin

2.0.0

31 Dec 18:41
Compare
Choose a tag to compare

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 and Exclude Files settings into one which is now Include 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 of todoItem to be more inline with the rest of the codebase (THIS IS A BREAKING CHANGE FOR ANYONE USING CUSTOM STYLES)

1.2.3

13 Aug 02:10
Compare
Choose a tag to compare
  • Fixes the plugin not loading on mobile

1.2.2

22 May 23:49
Compare
Choose a tag to compare
  • Several bug fixes

1.2.1

12 Apr 00:20
Compare
Choose a tag to compare
  • fixes various issues
  • uses new markdown parser (full support for all obsidian markdown)
  • semantic HTML and exposes a set of css variables for easy customization

1.1.0

28 Mar 17:00
Compare
Choose a tag to compare
  • Allow empty tag to parse all todos
  • Add new option to only include files form a specific sub-path
  • fix performance issue where we were parsing all files times the number of files in vault

1.0.13

02 Mar 03:39
Compare
Choose a tag to compare
  • Add natural sorting options to checklist groups (either by page or tag)

1.0.12

28 Feb 00:25
Compare
Choose a tag to compare
  • Fixes an issue where data can potentially be erased

1.0.11

25 Feb 04:13
Compare
Choose a tag to compare
  • Fixed bug which could cause data loss

1.0.10

21 Feb 23:57
9ddf1f4
Compare
Choose a tag to compare
  • Add collapsable section functionality
  • Makes it so clicking on a check-item's text navigates to that file

1.0.9

03 Feb 15:47
Compare
Choose a tag to compare
  • fixes a bug where links were coming through as undefined