diff --git a/README.md b/README.md index a7a1e57..7fd6134 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This repository contains the following plugins: [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.3.3 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.3.0 | Allows to open several notes at once in tabs and pin them. | Benji300 -[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.7 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.8 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.3 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with special tags. | Benji300 [🏠](https://github.com/uphy/joplin-plantuml-plugin) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.1.1 | Create links to other notes | Roman Musin diff --git a/manifests.json b/manifests.json index d3b3391..101550d 100644 --- a/manifests.json +++ b/manifests.json @@ -167,13 +167,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.1.7", + "version": "1.1.8", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:5d36d0333574c7c279a5f5a30a7fdc7cd9c5b13a17570fa7881f7bbe47a2659d", - "_publish_commit": "main:0f5f57538386c24fca7e36a9b396ab46d0294a0f", + "_publish_hash": "sha256:12edc8158dd45082cec62b2aab7a7ec21a1e707cb275388b8cc8c97df847ed03", + "_publish_commit": "main:5baaf8662f74e45e0871a7928cd85f92dbe18487", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 8f1c9a0..d33e94d 100644 --- a/plugins/outline/manifest.json +++ b/plugins/outline/manifest.json @@ -2,12 +2,12 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.1.7", + "version": "1.1.8", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:5d36d0333574c7c279a5f5a30a7fdc7cd9c5b13a17570fa7881f7bbe47a2659d", - "_publish_commit": "main:0f5f57538386c24fca7e36a9b396ab46d0294a0f", + "_publish_hash": "sha256:12edc8158dd45082cec62b2aab7a7ec21a1e707cb275388b8cc8c97df847ed03", + "_publish_commit": "main:5baaf8662f74e45e0871a7928cd85f92dbe18487", "_npm_package_name": "joplin-plugin-outline" } \ No newline at end of file diff --git a/plugins/outline/plugin.jpl b/plugins/outline/plugin.jpl index 2d53ac3..c04964b 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ