diff --git a/README.md b/README.md index a9a1ac1..feda7c4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.3.0 | 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.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 [🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.0.11 | Outline sidebar plugin for joplin. | cqroot -[🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.0.0 | Save the editor layout (editor/split view/viewer) for each note separately with special tags. | Benji300 +[🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.0 | Save the editor layout (editor/split view/viewer) for each note separately with special tags. | Benji300 [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.0.1 | Create links to other notes | Roman Musin [🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.4.1 | Plugin to create manual and automatic backups | JackGruber [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake diff --git a/manifests.json b/manifests.json index 96a0a73..0a30cd4 100644 --- a/manifests.json +++ b/manifests.json @@ -289,8 +289,8 @@ "joplin.plugin.benji.persistentLayout": { "manifest_version": 1, "id": "joplin.plugin.benji.persistentLayout", - "app_min_version": "1.6.8", - "version": "1.0.0", + "app_min_version": "1.7.4", + "version": "1.1.0", "name": "Persistent Editor Layout", "description": "Save the editor layout (editor/split view/viewer) for each note separately with special tags.", "author": "Benji300", @@ -305,8 +305,8 @@ "save", "store" ], - "_publish_hash": "sha256:6751717cc08e90bcb1f463e5071ceb26b31218f1620067688213e7601c1728dc", - "_publish_commit": "master:96ea32c10b9b62e4c15973b05400bbaf3a81af8e", + "_publish_hash": "sha256:52effae339a54beda9487059d2924a536e433c064d3c23159a5154ea1667a072", + "_publish_commit": "master:b6dbfbda33694928fcd6d047fe66c13b78165dd4", "_npm_package_name": "joplin-plugin-persistent-editor-layout" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.persistentLayout/manifest.json b/plugins/joplin.plugin.benji.persistentLayout/manifest.json index 660d73a..f42e455 100644 --- a/plugins/joplin.plugin.benji.persistentLayout/manifest.json +++ b/plugins/joplin.plugin.benji.persistentLayout/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "joplin.plugin.benji.persistentLayout", - "app_min_version": "1.6.8", - "version": "1.0.0", + "app_min_version": "1.7.4", + "version": "1.1.0", "name": "Persistent Editor Layout", "description": "Save the editor layout (editor/split view/viewer) for each note separately with special tags.", "author": "Benji300", @@ -17,7 +17,7 @@ "save", "store" ], - "_publish_hash": "sha256:6751717cc08e90bcb1f463e5071ceb26b31218f1620067688213e7601c1728dc", - "_publish_commit": "master:96ea32c10b9b62e4c15973b05400bbaf3a81af8e", + "_publish_hash": "sha256:52effae339a54beda9487059d2924a536e433c064d3c23159a5154ea1667a072", + "_publish_commit": "master:b6dbfbda33694928fcd6d047fe66c13b78165dd4", "_npm_package_name": "joplin-plugin-persistent-editor-layout" } \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl b/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl index 4f69370..c7e9909 100644 Binary files a/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl and b/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl differ