diff --git a/README.md b/README.md index 33972cb..0c2a0f8 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This repository contains the following plugins: | [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 2.0.0 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.1.0 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.1 | Inline tags plugin | Roman Musin | -| [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.6.0 | Write TODOs *everywhere* and view them in one place. | Caleb John | +| [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.6.1 | Write TODOs *everywhere* and view them in one place. | Caleb John | | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | | [🏠](https://github.com/alondmnt/joplin-plugin-jarvis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl) | Jarvis | 0.6.0 | Joplin assistant running a very intelligent system (OpenAI / ChatGPT, Hugging Face, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more. | Alon Diament | | [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.4.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | diff --git a/manifests.json b/manifests.json index a251f79..07c7af3 100644 --- a/manifests.json +++ b/manifests.json @@ -1860,7 +1860,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.todo", "app_min_version": "2.7", - "version": "1.6.0", + "version": "1.6.1", "name": "Inline TODO", "description": "Write TODOs *everywhere* and view them in one place.", "author": "Caleb John", @@ -1870,8 +1870,8 @@ "todo", "productivity" ], - "_publish_hash": "sha256:b92a1f5cd18ad2f7c079c3d98032a9d5c8cadc14ff0ecdd85bdc480374a766fd", - "_publish_commit": "master:bca3923f93eeb449c410a98e12c7dc064d3c1c17", + "_publish_hash": "sha256:6c2f21d5657ec7a595f97c2428cea8514685e58f7925f56d8151e8f3d6c3c5b9", + "_publish_commit": "master:29b78d269bab2814fa4d892bff3c574e95704445", "_npm_package_name": "joplin-plugin-inline-todo" }, "com.programming-emu.DependencyGraph": { diff --git a/plugins/plugin.calebjohn.todo/manifest.json b/plugins/plugin.calebjohn.todo/manifest.json index 7317ae8..5ac16d5 100644 --- a/plugins/plugin.calebjohn.todo/manifest.json +++ b/plugins/plugin.calebjohn.todo/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.todo", "app_min_version": "2.7", - "version": "1.6.0", + "version": "1.6.1", "name": "Inline TODO", "description": "Write TODOs *everywhere* and view them in one place.", "author": "Caleb John", @@ -12,7 +12,7 @@ "todo", "productivity" ], - "_publish_hash": "sha256:b92a1f5cd18ad2f7c079c3d98032a9d5c8cadc14ff0ecdd85bdc480374a766fd", - "_publish_commit": "master:bca3923f93eeb449c410a98e12c7dc064d3c1c17", + "_publish_hash": "sha256:6c2f21d5657ec7a595f97c2428cea8514685e58f7925f56d8151e8f3d6c3c5b9", + "_publish_commit": "master:29b78d269bab2814fa4d892bff3c574e95704445", "_npm_package_name": "joplin-plugin-inline-todo" } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.todo/plugin.jpl b/plugins/plugin.calebjohn.todo/plugin.jpl index ffa5dc3..c9c462c 100644 Binary files a/plugins/plugin.calebjohn.todo/plugin.jpl and b/plugins/plugin.calebjohn.todo/plugin.jpl differ