Skip to content

Commit

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




## [0.10.0] - 2024-12-26

### Changes

- Fix lint errors
- Fix lint errors
- Fix lint errors
- Improve release automation
- Update README.md
- Improve documentation
- Remove priority logging
- Improve priority dropdown
- Fine tune settings tab
- Fine tune Tasks cleanup patterns
- Test Tasks cleanup rule
- Fine tune settings tab
- Fine tune settings tab
- Fine-tune settings tab
- Fine tune settings tab
- Fine tune settings tab
- Fine tune Tasks plugin priority settings tab
- Fine tune Tasks priority settings tab
- Fine tune Tasks priority setting tab
- Fine tune Tasks priority settings tab
- Fine tune Tasks priority settings tab
- Fine tune Tasks priority settings tab
- Fine tune Tasks priority settings tab
- Debug Task priority
- Customize Tasks priority
- Fix Tasks priority use
- Test Tasks priority support
- Improve documentation
- Fix Tasks cleanup placeholder
- Debug Tasks cleanup rules
- Text Tasks cleanup rules
- Improve dynamic due date selection
- Add options for setting default due date format
- Fix Tasks due date
- Support Tasks due date
- Update doc links

## [0.9.1] - 2024-12-20

### 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.9.1",
"version": "0.10.0",
"minAppVersion": "0.15.0",
"description": "Bridge your note-taking and Todoist task management workflows with contextual connections. Seamlessly integrate with Dataview and Tasks plugins.",
"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.9.1",
"version": "0.10.0",
"description": "Bridge your note-taking and Todoist task management workflows with contextual connections. Seamlessly integrate with Dataview and Tasks plugins.",
"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 @@ -15,5 +15,6 @@
"0.8.1": "0.15.0",
"0.8.2": "0.15.0",
"0.9.0": "0.15.0",
"0.9.1": "0.15.0"
"0.9.1": "0.15.0",
"0.10.0": "0.15.0"
}

0 comments on commit ffdfc3e

Please sign in to comment.