diff --git a/README.md b/README.md index e4ea0cd..ecb03b9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repository contains the following plugins: [🏠](https://github.com/CalebJohn/joplin-math-mode/blob/main/README.md) | Math Mode | 0.4.0 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](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.2.1 | Allows to open several notes at once in tabs and pin them. | Benji300 +[🏠](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/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.2 | 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 diff --git a/manifests.json b/manifests.json index 27b21d7..aecce4e 100644 --- a/manifests.json +++ b/manifests.json @@ -78,7 +78,7 @@ "manifest_version": 1, "id": "joplin.plugin.note.tabs", "app_min_version": "1.6.7", - "version": "1.2.1", + "version": "1.3.0", "name": "Note Tabs", "description": "Allows to open several notes at once in tabs and pin them.", "author": "Benji300", @@ -91,8 +91,8 @@ "tab", "view" ], - "_publish_hash": "sha256:d551a608d5d48d548de1dec51f0df8bc0ed8717b0b2f4b450a0213fa237c3214", - "_publish_commit": "master:e0cd3afc62677d92e8d32e1fc87ae7fceabf6e48", + "_publish_hash": "sha256:683d94ed95a3529ed65d99c0857f810e2c4dd3a0f223c2f148075a42a1fdcbc2", + "_publish_commit": "master:affd51d8f98abffc174682e4b46e05c86a0346f0", "_npm_package_name": "joplin-plugin-note-tabs" }, "io.github.jackgruber.backup": { diff --git a/plugins/joplin.plugin.note.tabs/manifest.json b/plugins/joplin.plugin.note.tabs/manifest.json index 055ee1d..5dabad6 100644 --- a/plugins/joplin.plugin.note.tabs/manifest.json +++ b/plugins/joplin.plugin.note.tabs/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.note.tabs", "app_min_version": "1.6.7", - "version": "1.2.1", + "version": "1.3.0", "name": "Note Tabs", "description": "Allows to open several notes at once in tabs and pin them.", "author": "Benji300", @@ -15,7 +15,7 @@ "tab", "view" ], - "_publish_hash": "sha256:d551a608d5d48d548de1dec51f0df8bc0ed8717b0b2f4b450a0213fa237c3214", - "_publish_commit": "master:e0cd3afc62677d92e8d32e1fc87ae7fceabf6e48", + "_publish_hash": "sha256:683d94ed95a3529ed65d99c0857f810e2c4dd3a0f223c2f148075a42a1fdcbc2", + "_publish_commit": "master:affd51d8f98abffc174682e4b46e05c86a0346f0", "_npm_package_name": "joplin-plugin-note-tabs" } \ No newline at end of file diff --git a/plugins/joplin.plugin.note.tabs/plugin.jpl b/plugins/joplin.plugin.note.tabs/plugin.jpl index fe2093d..dd86e74 100644 Binary files a/plugins/joplin.plugin.note.tabs/plugin.jpl and b/plugins/joplin.plugin.note.tabs/plugin.jpl differ