Skip to content

Commit 92a3d45

Browse files
committed
1.0.0
1 parent 55d0386 commit 92a3d45

File tree

5 files changed

+41
-5
lines changed

5 files changed

+41
-5
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424

2525

26+
27+
## [1.0.0] - 2025-07-20
28+
29+
### Changes
30+
31+
- Revert "1.0.0"
32+
- Revert "Fix eslint warnings"
33+
- Fix eslint warnings
34+
- 1.0.0
35+
- fix: remove unnecessary else block in task line detection logic
36+
- refactor: streamline task matching and link insertion logic with cleaner error handling
37+
- Improve code format
38+
- refactor: move combined Todoist link formatting to constants module
39+
- refactor: combine website and app links into single line format with updated regex patterns
40+
- feat: add support for Todoist app links with configurable link format options
41+
- refactor: remove debug console logs from Todoist sync and task processing
42+
- Update README.md
43+
- feat: add support for Todoist v2 task IDs and URL format conversion
44+
- feat: add automatic tag insertion for new tasks based on user settings
45+
- fix: improve task insertion handling within callouts and quotes
46+
- feat: add support for task creation within callouts and block quotes
47+
- fix: preserve indentation when syncing tasks between Obsidian and Todoist
48+
- fix: set cursor position to actual task line after syncing from Todoist
49+
- fix: insert task links at correct line position based on sync direction
50+
- feat: add debug logging and fix task link insertion order
51+
- feat: improve task syncing with cursor position preservation and consistent link formatting
52+
- refactor: remove deprecated extractTaskId method in favor of extractAllPossibleTaskIds
53+
- refactor: optimize task matching by fetching all tasks upfront and reducing API calls
54+
- Debug Sync tasks from Todoist to Obsidian
55+
- Debug Sync tasks from Todoist to Obsidian
56+
- Debug Sync tasks from Todoist to Obsidian
57+
- Debug Sync tasks from Todoist to Obsidian
58+
- Sync tasks from Todoist to Obsidian
59+
- Improve code format
60+
2661
## [0.11.2] - 2025-06-27
2762

2863
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "todoist-context-bridge",
33
"name": "Todoist Context Bridge",
4-
"version": "0.11.2",
4+
"version": "1.0.0",
55
"minAppVersion": "0.15.0",
66
"description": "Bridge your note-taking and Todoist task management workflows with contextual connections. Seamlessly integrate with Dataview and Tasks plugins.",
77
"author": "wenlzhang",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todoist-context-bridge",
3-
"version": "0.11.2",
3+
"version": "1.0.0",
44
"description": "Bridge your note-taking and Todoist task management workflows with contextual connections. Seamlessly integrate with Dataview and Tasks plugins.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"0.10.4": "0.15.0",
2424
"0.11.0": "0.15.0",
2525
"0.11.1": "0.15.0",
26-
"0.11.2": "0.15.0"
26+
"0.11.2": "0.15.0",
27+
"1.0.0": "0.15.0"
2728
}

0 commit comments

Comments
 (0)