Skip to content

Commit

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




## [0.9.0] - 2024-12-06

### Changes

- Fine tune settings tab
- Refactor tag verification code
- Define task metadata constants
- Define constants
- Fix task description sync
- Fix task indentation
- Update README.md
- Fine tune auto tagging
- Fine tune auto-tagging warning messages
- Fine tune auto-tagging toggle
- Fine tune Todoist label
- feat: Add label to Todoist
- Update README.md
- Fix modal initial settings
- Update TodoistModal.ts
- Fine tune pop-up modal
- Fine tune pop-up modal
- Fine tune pop-up modal
- Fine tune pop-up modal
- Improve due date for non-task modal
- Improve due date for non-task modal
- Fine tune metadata
- Fix non-task modal error
- Fine tune modal UI
- Allow project selection in modal
- Clean up code
- Fix Todoist link insertion without frontmatter
- Update UIDProcessing.ts
- Update URILinkProcessing.ts
- Improve code format

## [0.8.2] - 2024-12-04

### 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.8.2",
"version": "0.9.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.8.2",
"version": "0.9.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 @@ -13,5 +13,6 @@
"0.7.0": "0.15.0",
"0.8.0": "0.15.0",
"0.8.1": "0.15.0",
"0.8.2": "0.15.0"
"0.8.2": "0.15.0",
"0.9.0": "0.15.0"
}

0 comments on commit 622a399

Please sign in to comment.