diff --git a/README.md b/README.md index 004fbcf..cb5cf7b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This repository contains the following plugins: | [🏠](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://discourse.joplinapp.org/t/plugin-emoji-picker/24228) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.4 | A emoji picker. | Retr0ve | -| [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 0.7.3 | Add support for image size, image caption, pseudocode, auto table formatter, and more | SeptemberHX | +| [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 0.8.0 | Add support for image size, image caption, pseudocode, auto table formatter, and more | SeptemberHX | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-event-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl) | Event Calendar | 0.1.1 | A simple event calendar | Franco Speziali | | [🏠](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 | | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | diff --git a/manifests.json b/manifests.json index 35e2ebb..1ad4406 100644 --- a/manifests.json +++ b/manifests.json @@ -1933,7 +1933,7 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "0.7.3", + "version": "0.8.0", "name": "Enhancement", "description": "Add support for image size, image caption, pseudocode, auto table formatter, and more", "author": "SeptemberHX", @@ -1941,8 +1941,8 @@ "repository_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:bd582594fd92de8a101744e258de4f1f9331ddbd4355edb3336c001d68abc5ab", - "_publish_commit": "master:d989a2c78837eb24380376d9a32ca107ecc48e5d", + "_publish_hash": "sha256:c55c273fb9bf6cf88888017c003ba97c4236aadcbdf8c086b4b5d3caefe2492c", + "_publish_commit": "master:6e40fe9d808ebf003cd776cef8ffafd507b39cb4", "_npm_package_name": "joplin-plugin-enhancement" }, "joplin.plugin.space-indenter": { diff --git a/plugins/com.septemberhx.Joplin.Enhancement/manifest.json b/plugins/com.septemberhx.Joplin.Enhancement/manifest.json index dd702de..2c3eb32 100644 --- a/plugins/com.septemberhx.Joplin.Enhancement/manifest.json +++ b/plugins/com.septemberhx.Joplin.Enhancement/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "0.7.3", + "version": "0.8.0", "name": "Enhancement", "description": "Add support for image size, image caption, pseudocode, auto table formatter, and more", "author": "SeptemberHX", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:bd582594fd92de8a101744e258de4f1f9331ddbd4355edb3336c001d68abc5ab", - "_publish_commit": "master:d989a2c78837eb24380376d9a32ca107ecc48e5d", + "_publish_hash": "sha256:c55c273fb9bf6cf88888017c003ba97c4236aadcbdf8c086b4b5d3caefe2492c", + "_publish_commit": "master:6e40fe9d808ebf003cd776cef8ffafd507b39cb4", "_npm_package_name": "joplin-plugin-enhancement" } \ No newline at end of file diff --git a/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl b/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl index fe4faef..4a42c15 100644 Binary files a/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl and b/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl differ