Releases: ebullient/obsidian-task-collector
Releases · ebullient/obsidian-task-collector
Release 0.7.0
Changelog
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
Changelog
10 January 2022
Commits:
- 🐛 support block-ids with numbers 🤦♀️
19da48c
Release 0.6.5
Changelog
9 January 2022
Commits:
Release 0.6.4
Changelog
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
Changelog
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
- 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
✨ 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
🐛 Removed a negative look-behind regular expression for use on mobile.
0.5.0


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

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!