diff --git a/README.md b/README.md index ff9d066..ee95a3e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,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.2 | 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.3 | Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design. | SeptemberHX | | [🏠](https://github.com/yangby/joplin-plugin-pseudocode-support) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.yangby.joplin.plugins.pseudocode-support/plugin.jpl) | Pseudocode Support | 0.1.0 | Typesets pseudocode beautifully in Joplin. | YangBy <yby@yangby.org> | | [🏠](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č | diff --git a/manifests.json b/manifests.json index 32591c3..d23db15 100644 --- a/manifests.json +++ b/manifests.json @@ -2093,7 +2093,7 @@ "manifest_version": 1, "id": "com.septemberhx.pluginBundle", "app_min_version": "2.8", - "version": "0.5.2", + "version": "0.5.3", "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", @@ -2101,8 +2101,8 @@ "repository_url": "https://github.com/SeptemberHX/joplin-plugin-bundle.git", "keywords": [], "categories": [], - "_publish_hash": "sha256:5751a1ba14eedee94a341cec235c09cf1434c3580ef6dc0c69c64a30f2b7b49d", - "_publish_commit": "main:3aedad4eb483bc9e32ec6721c90a368b6b090f6e", + "_publish_hash": "sha256:88e760055073934a006a269db4a2b88614a12a746e8a3c4ec43fe7ff8ca27bf1", + "_publish_commit": "main:c1e800ae6d2e3229dc30673d733ddb82da68b3bc", "_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 926cc87..9a5be3d 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.2", + "version": "0.5.3", "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:5751a1ba14eedee94a341cec235c09cf1434c3580ef6dc0c69c64a30f2b7b49d", - "_publish_commit": "main:3aedad4eb483bc9e32ec6721c90a368b6b090f6e", + "_publish_hash": "sha256:88e760055073934a006a269db4a2b88614a12a746e8a3c4ec43fe7ff8ca27bf1", + "_publish_commit": "main:c1e800ae6d2e3229dc30673d733ddb82da68b3bc", "_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 b0976f2..163085b 100644 Binary files a/plugins/com.septemberhx.pluginBundle/plugin.jpl and b/plugins/com.septemberhx.pluginBundle/plugin.jpl differ