diff --git a/README.md b/README.md index 81999dc..be3bddf 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,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.5.0 | Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design. | 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.5.1 | 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 7a2f376..4260245 100644 --- a/manifests.json +++ b/manifests.json @@ -2092,7 +2092,7 @@ "manifest_version": 1, "id": "com.septemberhx.pluginBundle", "app_min_version": "2.8", - "version": "0.5.0", + "version": "0.5.1", "name": "Plugin Bundle", "description": "Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design.", "author": "SeptemberHX", @@ -2100,8 +2100,8 @@ "repository_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:2ad5a0f170e0f17b67cc9ba0417342cb03c36e4f4f89a9c70ba93e32b3c0be10", - "_publish_commit": "main:444f4c5dce9a4bcc67dd03578f80cdc97d1d81c5", + "_publish_hash": "sha256:421daf2413136d26483f086ae9a8ec74a647befea85b568ab5d6ccd90ffd94c6", + "_publish_commit": "main:55828489c685435774b56586c22f8608ba416dda", "_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 cf119bb..3d328ad 100644 --- a/plugins/com.septemberhx.pluginBundle/manifest.json +++ b/plugins/com.septemberhx.pluginBundle/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.septemberhx.pluginBundle", "app_min_version": "2.8", - "version": "0.5.0", + "version": "0.5.1", "name": "Plugin Bundle", "description": "Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design.", "author": "SeptemberHX", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:2ad5a0f170e0f17b67cc9ba0417342cb03c36e4f4f89a9c70ba93e32b3c0be10", - "_publish_commit": "main:444f4c5dce9a4bcc67dd03578f80cdc97d1d81c5", + "_publish_hash": "sha256:421daf2413136d26483f086ae9a8ec74a647befea85b568ab5d6ccd90ffd94c6", + "_publish_commit": "main:55828489c685435774b56586c22f8608ba416dda", "_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 c135d19..d6d51b7 100644 Binary files a/plugins/com.septemberhx.pluginBundle/plugin.jpl and b/plugins/com.septemberhx.pluginBundle/plugin.jpl differ