diff --git a/README.md b/README.md index f69dcb5..657993e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,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.3 | 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.4 | 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 ebcd523..fe54ba7 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.3", + "version": "0.5.4", "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:88e760055073934a006a269db4a2b88614a12a746e8a3c4ec43fe7ff8ca27bf1", - "_publish_commit": "main:c1e800ae6d2e3229dc30673d733ddb82da68b3bc", + "_publish_hash": "sha256:6c63f5c792754b5de89707891a031cd65f1cb43b334ce4c74f9afa1b722b0b0a", + "_publish_commit": "main:34610cfa0b6a5ba41fe837c50256aa3f1273e5c3", "_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 9a5be3d..8eadbf3 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.3", + "version": "0.5.4", "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:88e760055073934a006a269db4a2b88614a12a746e8a3c4ec43fe7ff8ca27bf1", - "_publish_commit": "main:c1e800ae6d2e3229dc30673d733ddb82da68b3bc", + "_publish_hash": "sha256:6c63f5c792754b5de89707891a031cd65f1cb43b334ce4c74f9afa1b722b0b0a", + "_publish_commit": "main:34610cfa0b6a5ba41fe837c50256aa3f1273e5c3", "_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 163085b..69e2a63 100644 Binary files a/plugins/com.septemberhx.pluginBundle/plugin.jpl and b/plugins/com.septemberhx.pluginBundle/plugin.jpl differ