diff --git a/README.md b/README.md index ffd7a1d..5eaf472 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ This repository contains the following plugins: | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | | [🏠](https://github.com/benji300/joplin-persistent-layout) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl) | Persistent Editor Layout | 2.2.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 | | [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.10.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | -| [🏠](https://github.com/SeptemberHX/joplin-plugin-bundle.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.pluginBundle/plugin.jpl) | Plugin Bundle | 0.3.0 | My daily plugins in a more unified way | SeptemberHX | +| [🏠](https://github.com/SeptemberHX/joplin-plugin-bundle.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.pluginBundle/plugin.jpl) | Plugin Bundle | 0.4.0 | Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design. | SeptemberHX | | [🏠](https://github.com/hieuthi/joplin-plugin-quick-goto) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.quick-goto/plugin.jpl) | Quick Goto | 1.2.0 | Switch to designated notes using keyboard shortcuts | Hieu-Thi Luong | | [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.2.0 | Create quick HTML tags. | Martin Korelič | | [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.quick-links/plugin.jpl) | Quick Links | 1.2.3 | Create links to other notes | Roman Musin | diff --git a/manifests.json b/manifests.json index a0b66b3..7a0690b 100644 --- a/manifests.json +++ b/manifests.json @@ -2092,16 +2092,16 @@ "manifest_version": 1, "id": "com.septemberhx.pluginBundle", "app_min_version": "2.8", - "version": "0.3.0", + "version": "0.4.0", "name": "Plugin Bundle", - "description": "My daily plugins in a more unified way", + "description": "Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design.", "author": "SeptemberHX", "homepage_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "repository_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:194eda53882952ed36901aed8ce8d213c1a6354219e3c9881096a0cbc998e17c", - "_publish_commit": "main:659690302bfc16831b252c4fcd70992ad0c7f380", + "_publish_hash": "sha256:30c566c249e6bbf239b8db974d9e656d23a0ca10c00eee5a3c1d880b052b8c04", + "_publish_commit": "main:eb95e4f172b012a63d4c4180a97e014feedf982a", "_npm_package_name": "joplin-plugin-bundle" }, "io.github.personalizedrefrigerator.js-draw": { diff --git a/plugins/com.septemberhx.pluginBundle/manifest.json b/plugins/com.septemberhx.pluginBundle/manifest.json index f15bd5d..8e7f198 100644 --- a/plugins/com.septemberhx.pluginBundle/manifest.json +++ b/plugins/com.septemberhx.pluginBundle/manifest.json @@ -2,15 +2,15 @@ "manifest_version": 1, "id": "com.septemberhx.pluginBundle", "app_min_version": "2.8", - "version": "0.3.0", + "version": "0.4.0", "name": "Plugin Bundle", - "description": "My daily plugins in a more unified way", + "description": "Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design.", "author": "SeptemberHX", "homepage_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "repository_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:194eda53882952ed36901aed8ce8d213c1a6354219e3c9881096a0cbc998e17c", - "_publish_commit": "main:659690302bfc16831b252c4fcd70992ad0c7f380", + "_publish_hash": "sha256:30c566c249e6bbf239b8db974d9e656d23a0ca10c00eee5a3c1d880b052b8c04", + "_publish_commit": "main:eb95e4f172b012a63d4c4180a97e014feedf982a", "_npm_package_name": "joplin-plugin-bundle" } \ No newline at end of file diff --git a/plugins/com.septemberhx.pluginBundle/plugin.jpl b/plugins/com.septemberhx.pluginBundle/plugin.jpl index f69cb1c..39d6b2f 100644 Binary files a/plugins/com.septemberhx.pluginBundle/plugin.jpl and b/plugins/com.septemberhx.pluginBundle/plugin.jpl differ