heroblackink_ultimate-todoi.../versions.json
HeroBlackInk 9f600b9e21 fix: Full Vault Sync typing hijack — defer new task creation to line leave
Previously, lineContentNewTaskCheck fired on every keystroke in Full Vault
Sync mode, creating a Todoist task after typing a single character.

Now new task detection in Full Vault Sync is handled by lastLineNewTaskCheck,
which only fires when the cursor leaves the line. lineContentNewTaskCheck is
narrowed to only handle manually-tagged #todoist tasks.

Fixes #110 (problem 4)
2026-03-17 22:17:36 +08:00

6 lines
80 B
JSON

{
"1.0.0": "0.15.0",
"2.0.0": "1.0.0",
"2.0.1": "1.0.0",
"2.0.2": "1.0.0"
}