diff --git a/README.md b/README.md index 1108131..dfc1b78 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,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.4.1 | 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.4.2 | 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 723cabf..70d3f9f 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.4.1", + "version": "0.4.2", "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:156540a60805856b98000624a5b22ab8cf28b492eafad53a63f496b2644adb86", - "_publish_commit": "main:cceeb20a443b850d07a61b25b14606b3af9ac712", + "_publish_hash": "sha256:7444944df623fb91b36db11ef6a039c739195101e20eabc7214a11af957472bd", + "_publish_commit": "main:9cbab83e3dcbb501001c65496716f22dad1717ec", "_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 68ddf77..2d28a4a 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.4.1", + "version": "0.4.2", "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:156540a60805856b98000624a5b22ab8cf28b492eafad53a63f496b2644adb86", - "_publish_commit": "main:cceeb20a443b850d07a61b25b14606b3af9ac712", + "_publish_hash": "sha256:7444944df623fb91b36db11ef6a039c739195101e20eabc7214a11af957472bd", + "_publish_commit": "main:9cbab83e3dcbb501001c65496716f22dad1717ec", "_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 f53dbd4..e5a5d79 100644 Binary files a/plugins/com.septemberhx.pluginBundle/plugin.jpl and b/plugins/com.septemberhx.pluginBundle/plugin.jpl differ