Skip to content

Releases: ebullient/obsidian-task-collector

Release 0.7.0

13 Jan 23:57
Compare
Choose a tag to compare

Changelog

0.7.0

13 January 2022

Commits:

  • ✨ Complete tasks in preview mode 80f9575
  • add prettier to npm scripts 11561eb
  • run prettier on plugin files 1a64a26
  • ✅ Update tests; Mark either complete/incomplete 3c8e576
  • 🔧 json whitespace d4a31bf

Release 0.6.6

10 Jan 15:41
Compare
Choose a tag to compare

Changelog

0.6.6

10 January 2022

Commits:

  • 🐛 support block-ids with numbers 🤦‍♀️ 19da48c

Release 0.6.5

10 Jan 02:52
Compare
Choose a tag to compare

Changelog

0.6.5

9 January 2022

Commits:

  • 🚸 Rename/Reorder settings 04d3f0b

Release 0.6.4

09 Jan 21:13
Compare
Choose a tag to compare

Changelog

0.6.4

9 January 2022

Commits:

  • ✨💥 Modal to select item mark a38d683
  • 🚸 Preserve trailing block ids with completion date ab17500
  • Update README with syntax example for dataview task annotations c328bc9

Release 0.6.3

08 Jan 04:15
Compare
Choose a tag to compare

Changelog

0.6.3

7 January 2022

Commits:

  • 🔨 brat release updates 3e23b49
  • ✨ Run commands that mark all tasks in reader mode 205e2a1
  • 🐛 Handle moment formats containing [] 145468b
  • 🚸 Revise setting descriptions 8093632
  • 🚸 quieter logs 005f81d

PRs:

  • #18 Fix processing of date formats containing square brackets
  • #17 🔨 copy static files (fix release build)
  • #14 ✨optional remove checkbox when moving tasks

0.6.2

07 Jan 14:50
Compare
Choose a tag to compare
  • fix: recognize tab indentation for sub-bullets #12
  • Rename files; right-click menu behavior for reset #9
  • Update README.md c5c85d9
  • I make ridiculous things. ;) d91c38c
  • fix: recognise tabs identation for sub-notes d57c2bf

0.6.1

10 Oct 03:10
Compare
Choose a tag to compare

✨ Complete/Cancel/Reset item commands now work on selected lines of text (text is still compared/manipulated line by line, but it will iterate over selected lines).

0.6.0

10 Oct 02:19
Compare
Choose a tag to compare

🐛 Removed a negative look-behind regular expression for use on mobile.

0.5.0

07 Oct 18:25
Compare
Choose a tag to compare

imageimage

You can now complete, cancel, or reset a single item from the right click context menu.

0.4.0

07 Oct 04:10
Compare
Choose a tag to compare

image

Two new commands:

  • Complete all tasks
    For the current document (open, in edit mode), apply the Complete item command to all tasks matching the configuration for an incomplete task (where values other than are valid) as complete (x).

  • Reset all completed tasks
    For the current document (open, in edit mode), find each completed item that is not in the completed area, and mark it as incomplete ( ). If an append date format string is configured, appended dates that match the configured format will be recognized and removed.

There is a toggle to control whether or not the right-click context menu items for these commands are registered or not.

Code was restructured. Tests were added. Enjoy!