Skip to content

Commit ffdfc3e

Browse files
committed
0.10.0
1 parent f0b8408 commit ffdfc3e

File tree

5 files changed

+48
-5
lines changed

5 files changed

+48
-5
lines changed

CHANGELOG.md

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

1616

1717

18+
19+
## [0.10.0] - 2024-12-26
20+
21+
### Changes
22+
23+
- Fix lint errors
24+
- Fix lint errors
25+
- Fix lint errors
26+
- Improve release automation
27+
- Update README.md
28+
- Improve documentation
29+
- Remove priority logging
30+
- Improve priority dropdown
31+
- Fine tune settings tab
32+
- Fine tune Tasks cleanup patterns
33+
- Test Tasks cleanup rule
34+
- Fine tune settings tab
35+
- Fine tune settings tab
36+
- Fine-tune settings tab
37+
- Fine tune settings tab
38+
- Fine tune settings tab
39+
- Fine tune Tasks plugin priority settings tab
40+
- Fine tune Tasks priority settings tab
41+
- Fine tune Tasks priority setting tab
42+
- Fine tune Tasks priority settings tab
43+
- Fine tune Tasks priority settings tab
44+
- Fine tune Tasks priority settings tab
45+
- Fine tune Tasks priority settings tab
46+
- Debug Task priority
47+
- Customize Tasks priority
48+
- Fix Tasks priority use
49+
- Test Tasks priority support
50+
- Improve documentation
51+
- Fix Tasks cleanup placeholder
52+
- Debug Tasks cleanup rules
53+
- Text Tasks cleanup rules
54+
- Improve dynamic due date selection
55+
- Add options for setting default due date format
56+
- Fix Tasks due date
57+
- Support Tasks due date
58+
- Update doc links
59+
1860
## [0.9.1] - 2024-12-20
1961

2062
### 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.9.1",
4+
"version": "0.10.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.9.1",
3+
"version": "0.10.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
@@ -15,5 +15,6 @@
1515
"0.8.1": "0.15.0",
1616
"0.8.2": "0.15.0",
1717
"0.9.0": "0.15.0",
18-
"0.9.1": "0.15.0"
18+
"0.9.1": "0.15.0",
19+
"0.10.0": "0.15.0"
1920
}

0 commit comments

Comments
 (0)