diff --git a/README.md b/README.md index 2d925bf..488b697 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This repository contains the following plugins: | [🏠](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/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.4.3 | Joplin assistant running a very intelligent system (semantic search, GPT-3, ChatGPT, GPT-4) | Alon Diament | +| [🏠](https://github.com/alondmnt/joplin-plugin-jarvis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl) | Jarvis | 0.4.4 | Joplin assistant running a very intelligent system (semantic search, GPT-3, ChatGPT, GPT-4) | 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 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.noeto.JoplinBibleNotes/plugin.jpl) | Joplin Bible Notes | 0.2.0 | A Joplin plugin that helps find easily in which notes you spoke about a Bible reference. | Tojo Rakotoarison | diff --git a/manifests.json b/manifests.json index afe187a..c013741 100644 --- a/manifests.json +++ b/manifests.json @@ -2430,7 +2430,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.jarvis", "app_min_version": "2.8", - "version": "0.4.3", + "version": "0.4.4", "name": "Jarvis", "description": "Joplin assistant running a very intelligent system (semantic search, GPT-3, ChatGPT, GPT-4)", "author": "Alon Diament", @@ -2438,8 +2438,8 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-jarvis", "keywords": [], "categories": [], - "_publish_hash": "sha256:a58795dac601dd9d176febd1f67f4a770babd6d8e2b782eefad519f233562ec4", - "_publish_commit": "master:72812332565fd1e9fca86835fd8c146090aec46e", + "_publish_hash": "sha256:78cf05d97d527e2aa05adc29299a0d3e951c03faed6c2bcfd5d92d337bad2534", + "_publish_commit": "master:17551df04465f9a249ea46fde6418c5e1640771e", "_npm_package_name": "joplin-plugin-jarvis" }, "albert.joplin.plugin7": { diff --git a/plugins/joplin.plugin.alondmnt.jarvis/manifest.json b/plugins/joplin.plugin.alondmnt.jarvis/manifest.json index 789835d..879956b 100644 --- a/plugins/joplin.plugin.alondmnt.jarvis/manifest.json +++ b/plugins/joplin.plugin.alondmnt.jarvis/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.jarvis", "app_min_version": "2.8", - "version": "0.4.3", + "version": "0.4.4", "name": "Jarvis", "description": "Joplin assistant running a very intelligent system (semantic search, GPT-3, ChatGPT, GPT-4)", "author": "Alon Diament", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-jarvis", "keywords": [], "categories": [], - "_publish_hash": "sha256:a58795dac601dd9d176febd1f67f4a770babd6d8e2b782eefad519f233562ec4", - "_publish_commit": "master:72812332565fd1e9fca86835fd8c146090aec46e", + "_publish_hash": "sha256:78cf05d97d527e2aa05adc29299a0d3e951c03faed6c2bcfd5d92d337bad2534", + "_publish_commit": "master:17551df04465f9a249ea46fde6418c5e1640771e", "_npm_package_name": "joplin-plugin-jarvis" } \ No newline at end of file diff --git a/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl b/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl index ad753c2..26b6417 100644 Binary files a/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl and b/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl differ