diff --git a/README.md b/README.md index 69bf0f5..fd53d58 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://github.com/Retr0ve/joplin-plugin-emoji) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.3 | 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.6.2 | Many small enhancement for joplin | 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.7.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 38f32fa..2794a6b 100644 --- a/manifests.json +++ b/manifests.json @@ -1931,16 +1931,16 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "0.6.2", + "version": "0.7.0", "name": "Enhancement", - "description": "Many small enhancement for joplin", + "description": "Add support for image size, image caption, pseudocode, auto table formatter, and more", "author": "SeptemberHX", "homepage_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "repository_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:af5a4a0ae39fe631ba0457c70a5ea724630b90103c9f333c50f341916b3ddd7d", - "_publish_commit": "master:f9a123702bbc1fec79d7608d27a730eaac463df0", + "_publish_hash": "sha256:d08b0e27115a4e267ea30d3c12f1575badcb73007d33744af7c3528e76d8327c", + "_publish_commit": "master:9038d17703f529dea7666c8466b0aba509f9caea", "_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 626ae70..fdb8512 100644 --- a/plugins/com.septemberhx.Joplin.Enhancement/manifest.json +++ b/plugins/com.septemberhx.Joplin.Enhancement/manifest.json @@ -2,15 +2,15 @@ "manifest_version": 1, "id": "com.septemberhx.Joplin.Enhancement", "app_min_version": "2.7", - "version": "0.6.2", + "version": "0.7.0", "name": "Enhancement", - "description": "Many small enhancement for joplin", + "description": "Add support for image size, image caption, pseudocode, auto table formatter, and more", "author": "SeptemberHX", "homepage_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "repository_url": "https://github.com/SeptemberHX/joplin-plugin-enhancement.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:af5a4a0ae39fe631ba0457c70a5ea724630b90103c9f333c50f341916b3ddd7d", - "_publish_commit": "master:f9a123702bbc1fec79d7608d27a730eaac463df0", + "_publish_hash": "sha256:d08b0e27115a4e267ea30d3c12f1575badcb73007d33744af7c3528e76d8327c", + "_publish_commit": "master:9038d17703f529dea7666c8466b0aba509f9caea", "_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 bae082c..733ecf5 100644 Binary files a/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl and b/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl differ