diff --git a/README.md b/README.md index 9324e7b..4c92a6c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.goToItem/plugin.jpl) | Create and go to #tags and @notebooks | 1.3.7 | Go to tag,notebook or note via links or via text | a | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.day_review/plugin.jpl) | Day Review | 1.0.0 | This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos. | S73ph4n | | [🏠](https://github.com/JJ-8/joplin-disable-pdf#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/fd117a99-b165-4824-893c-5825439a842d/plugin.jpl) | Disable PDF | 1.0.0 | Disables the PDF preview (and export) in Joplin for better performance | JJ-8 | -| [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.0 | Send a note as an email | EliasVincent | +| [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.1 | Send a note as an email | EliasVincent | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | diff --git a/manifests.json b/manifests.json index 52ad922..19bd9df 100644 --- a/manifests.json +++ b/manifests.json @@ -1281,7 +1281,7 @@ "manifest_version": 1, "id": "com.eliasvsimon.email-note", "app_min_version": "2.2", - "version": "1.2.0", + "version": "1.2.1", "name": "Email Note", "description": "Send a note as an email", "author": "EliasVincent", @@ -1296,8 +1296,8 @@ "outlook", "gmail" ], - "_publish_hash": "sha256:e7adf90f2b14ba400bf19c6871bbd7e5f08e965fa9cf7e2387027d585d8609cb", - "_publish_commit": "main:aeb270380a104527d9b165b38857f9daa8b2c5a9", + "_publish_hash": "sha256:3173929ffea60ec6068c9f7175a721f3e02ae8174d169adce29902ebcf8fff9e", + "_publish_commit": "main:8b8558769678ddddc147d9fcfa475b001ab5c2e2", "_npm_package_name": "joplin-plugin-email-note" }, "net.gagnepain.turnToChart": { diff --git a/plugins/com.eliasvsimon.email-note/manifest.json b/plugins/com.eliasvsimon.email-note/manifest.json index 93ab4a4..7fe5ffb 100644 --- a/plugins/com.eliasvsimon.email-note/manifest.json +++ b/plugins/com.eliasvsimon.email-note/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.eliasvsimon.email-note", "app_min_version": "2.2", - "version": "1.2.0", + "version": "1.2.1", "name": "Email Note", "description": "Send a note as an email", "author": "EliasVincent", @@ -17,7 +17,7 @@ "outlook", "gmail" ], - "_publish_hash": "sha256:e7adf90f2b14ba400bf19c6871bbd7e5f08e965fa9cf7e2387027d585d8609cb", - "_publish_commit": "main:aeb270380a104527d9b165b38857f9daa8b2c5a9", + "_publish_hash": "sha256:3173929ffea60ec6068c9f7175a721f3e02ae8174d169adce29902ebcf8fff9e", + "_publish_commit": "main:8b8558769678ddddc147d9fcfa475b001ab5c2e2", "_npm_package_name": "joplin-plugin-email-note" } \ No newline at end of file diff --git a/plugins/com.eliasvsimon.email-note/plugin.jpl b/plugins/com.eliasvsimon.email-note/plugin.jpl index 8cc7af4..18bbb22 100644 Binary files a/plugins/com.eliasvsimon.email-note/plugin.jpl and b/plugins/com.eliasvsimon.email-note/plugin.jpl differ