diff --git a/README.md b/README.md index 3ea750f..24d51b4 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.0 | Allows to open several notes at once in tabs and pin them. | Benji300 +[🏠](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/cqroot/joplin-outline) | Outline | 1.1.5 | 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://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 c23bb6c..78f4903 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.0", + "version": "1.2.1", "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:811f5b7bee4373df2c7f6cd596275e245ab16edd5c27660d80c475be1f122fb0", - "_publish_commit": "master:a323692ebd9b1df97acf38fd7ff68da3c84c3fbe", + "_publish_hash": "sha256:d551a608d5d48d548de1dec51f0df8bc0ed8717b0b2f4b450a0213fa237c3214", + "_publish_commit": "master:e0cd3afc62677d92e8d32e1fc87ae7fceabf6e48", "_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 8c95d47..055ee1d 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.0", + "version": "1.2.1", "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:811f5b7bee4373df2c7f6cd596275e245ab16edd5c27660d80c475be1f122fb0", - "_publish_commit": "master:a323692ebd9b1df97acf38fd7ff68da3c84c3fbe", + "_publish_hash": "sha256:d551a608d5d48d548de1dec51f0df8bc0ed8717b0b2f4b450a0213fa237c3214", + "_publish_commit": "master:e0cd3afc62677d92e8d32e1fc87ae7fceabf6e48", "_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 3191054..fe2093d 100644 Binary files a/plugins/joplin.plugin.note.tabs/plugin.jpl and b/plugins/joplin.plugin.note.tabs/plugin.jpl differ