diff --git a/README.md b/README.md index 2cb5ddc..158c2c5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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.6 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.7 | 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 27292b0..f7c1694 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.6", + "version": "1.1.7", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:da292e6d015fab0e60f51d9a6976207bcc9592b9f491e55861b393966a30449f", - "_publish_commit": "main:0cbee8546288fbac5770e2ce8d9b5bca4f5ce4af", + "_publish_hash": "sha256:5d36d0333574c7c279a5f5a30a7fdc7cd9c5b13a17570fa7881f7bbe47a2659d", + "_publish_commit": "main:0f5f57538386c24fca7e36a9b396ab46d0294a0f", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index a9e5cf5..8f1c9a0 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.6", + "version": "1.1.7", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:da292e6d015fab0e60f51d9a6976207bcc9592b9f491e55861b393966a30449f", - "_publish_commit": "main:0cbee8546288fbac5770e2ce8d9b5bca4f5ce4af", + "_publish_hash": "sha256:5d36d0333574c7c279a5f5a30a7fdc7cd9c5b13a17570fa7881f7bbe47a2659d", + "_publish_commit": "main:0f5f57538386c24fca7e36a9b396ab46d0294a0f", "_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 43ddf5b..2d53ac3 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ