-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:RokiiApp/extensions
- Loading branch information
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"extensions/test": "0.1.1", | ||
"extensions/search": "1.0.3", | ||
"extensions/todoist": "0.1.0" | ||
"extensions/todoist": "0.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/RokiiApp/extensions/compare/todoist-v0.1.0...todoist-v0.2.0) (2024-03-06) | ||
|
||
|
||
### Features | ||
|
||
* Add TodayTasks workflow ([ae61022](https://github.com/RokiiApp/extensions/commit/ae6102280b4ad1544f4e45fbdccc2704692b5aa4)) | ||
* add view tasks ([1965035](https://github.com/RokiiApp/extensions/commit/1965035846fb488ef7ea0716313b028cf631098b)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add first todoist version ([e99cf76](https://github.com/RokiiApp/extensions/commit/e99cf76575d7c9ad27c3a1e0dfaab6bb9b950bfe)) | ||
* force release ([0feab4d](https://github.com/RokiiApp/extensions/commit/0feab4d208b11eda46d2c2ba19d8a9afa375df38)) | ||
* respect custom command settings ([e57872b](https://github.com/RokiiApp/extensions/commit/e57872b7bf1122161590bab2c7601fccdf6ce4e1)) | ||
* respect showOverdue setting on TodayTasks ([8453360](https://github.com/RokiiApp/extensions/commit/8453360083de42cf992bd0e664610f3aa3794e6e)) | ||
* use localization strings ([b1c5812](https://github.com/RokiiApp/extensions/commit/b1c5812304fbc25a9de441d9005ccb58bb7d73bd)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@rokii-plugins/todoist", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"type": "module", | ||
"description": "Manage your Todoist tasks from Rokii", | ||
"author": "David Jiménez <[email protected]> (https://dubis.dev)", | ||
|