Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlzhang committed Nov 29, 2024
1 parent bb2d90d commit 378b088
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0




## [0.7.0] - 2024-11-29

### Changes

- Fix build errors
- Fix build errors
- Update doc for installation methods
- Update doc for available commands
- Update task description reterival doc
- Fine tune Retrieve task description
- Fine tune Retrieve task description
- Fine tune Retrieve full task description
- feat: Retrieve full task description
- Fine tune task description retrieval
- Add an option to sync everything in description
- Fix non-task link insertion
- Debug task indentation link insertion
- Fix description indentation
- Fine tune sync Todoist task description to Obsidian
- Fine tune sync Todoist task description to Obsidian
- feat: Sync Todoist task description to Obsidian

## [0.6.0] - 2024-11-29

### Changes
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "todoist-context-bridge",
"name": "Todoist Context Bridge",
"version": "0.6.0",
"version": "0.7.0",
"minAppVersion": "0.15.0",
"description": "Bridge your note-taking and task management workflows by maintaining strong contextual connections with Todoist.",
"author": "wenlzhang",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todoist-context-bridge",
"version": "0.6.0",
"version": "0.7.0",
"description": "Bridge your note-taking and task management workflows by maintaining strong contextual connections with Todoist.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"0.4.0": "0.15.0",
"0.4.1": "0.15.0",
"0.5.0": "0.15.0",
"0.6.0": "0.15.0"
"0.6.0": "0.15.0",
"0.7.0": "0.15.0"
}

0 comments on commit 378b088

Please sign in to comment.