Skip to content

Commit 378b088

Browse files
committed
0.7.0
1 parent bb2d90d commit 378b088

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

CHANGELOG.md

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

1010

1111

12+
13+
## [0.7.0] - 2024-11-29
14+
15+
### Changes
16+
17+
- Fix build errors
18+
- Fix build errors
19+
- Update doc for installation methods
20+
- Update doc for available commands
21+
- Update task description reterival doc
22+
- Fine tune Retrieve task description
23+
- Fine tune Retrieve task description
24+
- Fine tune Retrieve full task description
25+
- feat: Retrieve full task description
26+
- Fine tune task description retrieval
27+
- Add an option to sync everything in description
28+
- Fix non-task link insertion
29+
- Debug task indentation link insertion
30+
- Fix description indentation
31+
- Fine tune sync Todoist task description to Obsidian
32+
- Fine tune sync Todoist task description to Obsidian
33+
- feat: Sync Todoist task description to Obsidian
34+
1235
## [0.6.0] - 2024-11-29
1336

1437
### 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.6.0",
4+
"version": "0.7.0",
55
"minAppVersion": "0.15.0",
66
"description": "Bridge your note-taking and task management workflows by maintaining strong contextual connections with Todoist.",
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.6.0",
3+
"version": "0.7.0",
44
"description": "Bridge your note-taking and task management workflows by maintaining strong contextual connections with Todoist.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"0.4.0": "0.15.0",
1010
"0.4.1": "0.15.0",
1111
"0.5.0": "0.15.0",
12-
"0.6.0": "0.15.0"
12+
"0.6.0": "0.15.0",
13+
"0.7.0": "0.15.0"
1314
}

0 commit comments

Comments
 (0)