chore: update changelog for v1.0.2

This commit is contained in:
HeroBlackInk 2026-02-16 05:14:57 +08:00
parent 1702fcb65d
commit 91cf03fb10

View file

@ -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)