mirror of
https://github.com/heroblackink/ultimate-todoist-sync-for-obsidian.git
synced 2026-07-22 07:40:27 +00:00
chore: update changelog for v1.0.2
This commit is contained in:
parent
1702fcb65d
commit
91cf03fb10
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@
|
|||
- Options: keep Obsidian, keep Todoist, or skip
|
||||
- Added comprehensive `checkDatabase` function
|
||||
- Detects 9 types of issues: missing files, missing metadata, orphaned tasks, duplicate tasks, invalid task IDs, content mismatches, status mismatches, empty metadata, and tasks in files but not in cache
|
||||
- Scans entire vault to find missing cache entries
|
||||
- Generates detailed markdown report with task information (ID, content, file, line, due date, priority, status)
|
||||
- Report saved to `.todoist-reports/` folder
|
||||
|
||||
#### Fixed
|
||||
- Fixed checkbox regex bug (`\d+` → `\w+` to support string IDs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue