Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
Replace `complete` with `close` to deal with recurring tasks
  • Loading branch information
giovannicoppola committed May 8, 2023
1 parent 4c9bf5f commit 35cdb89
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added releases/AlfreDo_0.1.1.alfredworkflow
Binary file not shown.
Binary file added source/AlfreDo.zip
Binary file not shown.
Binary file added source/CreateTask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/alfredo_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def completeTask (myTaskID):
data = {
"commands": json.dumps([
{
"type": "item_complete",
"type": "item_close",
"uuid": MY_UUID,
"args": {
"id": myTaskID
Expand Down
2 changes: 1 addition & 1 deletion source/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ An Alfred Workflow for [Todoist](https://todoist.com/)
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.1</string>
<string>0.1.1</string>
<key>webaddress</key>
<string>https://github.com/giovannicoppola/AlfreDo</string>
</dict>
Expand Down

0 comments on commit 35cdb89

Please sign in to comment.