|
| 1 | +## CHANGELOG |
| 2 | + |
| 3 | +### [1.1.0] - 2026-02-25 |
| 4 | + |
| 5 | +- **Breaking: Todoist API migration** |
| 6 | + - Upgraded from the deprecated Todoist REST API v2 / Sync API v9 to the new Todoist API v1. |
| 7 | + - Todoist shut down the legacy APIs on February 10, 2026, which broke the plugin entirely. This update restores full functionality. |
| 8 | +- Dependencies |
| 9 | + - `@doist/todoist-api-typescript` upgraded from v2.1.2 to v6.5.0 |
| 10 | + - TypeScript upgraded from 4.7.4 to 5.4 |
| 11 | + - `@types/node` upgraded from v16 to v20 |
| 12 | +- Internal improvements |
| 13 | + - Custom fetch adapter using Obsidian's `requestUrl` for CORS-free API access |
| 14 | + - Cursor-based pagination support for projects and tasks |
| 15 | + - All source code comments translated from Chinese to English |
| 16 | + |
| 17 | +### prelease [1.0.38] - 2023-06-09 |
| 18 | + |
| 19 | +https://github.com/HeroBlackInk/ultimate-todoist-sync-for-obsidian/releases/tag/v1.0.38-beta |
| 20 | + |
| 21 | +- New feature |
| 22 | + - 1.0.38 beta now supports date formats for tasks. |
| 23 | + - Todoist task link is added. |
| 24 | + |
| 25 | +### prelease [1.0.37] - 2023-06-05 |
| 26 | + |
| 27 | +https://github.com/HeroBlackInk/ultimate-todoist-sync-for-obsidian/releases/tag/v1.0.37-beta |
| 28 | + |
| 29 | +- New feature |
| 30 | + - Two-way automatic synchronization, no longer need to manually click the sync button. |
| 31 | + - Full vault sync option, automatically adding `#todoist` to all tasks. |
| 32 | + - Notes/comments one-way synchronization from Todoist to Obsidian. |
| 33 | +- Bug fix |
| 34 | + - Fixed the bug of time zone conversion. |
| 35 | + - Removed the "#" from the Todoist label. |
| 36 | + - Update the obsidian link in Todoist after moving or renaming a file. |
0 commit comments