diff --git a/README.md b/README.md index 7fd6134..66799f6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This repository contains the following plugins: [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.3 | 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/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.3.4 | 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.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 diff --git a/manifests.json b/manifests.json index 101550d..b67af7e 100644 --- a/manifests.json +++ b/manifests.json @@ -118,7 +118,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.7.1", - "version": "1.3.3", + "version": "1.3.4", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber", @@ -131,8 +131,8 @@ "saved", "query" ], - "_publish_hash": "sha256:e3a57f628ef7aee99901cb72f2bf14b18dd852e57a9f7d7f6023ffff8a1fbe3c", - "_publish_commit": "master:d0cc6b05af51e0d84d9c41e72363f4dd8210ff16", + "_publish_hash": "sha256:9e6f8ae17f1d283b6bb1474e18d4b82b23e91a977c2fc9aa5337f689dfc5527e", + "_publish_commit": "master:d140bf5a603620844499d0c4af95bef0d2674c9f", "_npm_package_name": "joplin-plugin-note-overview" }, "joplin.plugin.benji.favorites": { diff --git a/plugins/io.github.jackgruber.note-overview/manifest.json b/plugins/io.github.jackgruber.note-overview/manifest.json index 381671d..879ba49 100644 --- a/plugins/io.github.jackgruber.note-overview/manifest.json +++ b/plugins/io.github.jackgruber.note-overview/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.7.1", - "version": "1.3.3", + "version": "1.3.4", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber", @@ -15,7 +15,7 @@ "saved", "query" ], - "_publish_hash": "sha256:e3a57f628ef7aee99901cb72f2bf14b18dd852e57a9f7d7f6023ffff8a1fbe3c", - "_publish_commit": "master:d0cc6b05af51e0d84d9c41e72363f4dd8210ff16", + "_publish_hash": "sha256:9e6f8ae17f1d283b6bb1474e18d4b82b23e91a977c2fc9aa5337f689dfc5527e", + "_publish_commit": "master:d140bf5a603620844499d0c4af95bef0d2674c9f", "_npm_package_name": "joplin-plugin-note-overview" } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.note-overview/plugin.jpl b/plugins/io.github.jackgruber.note-overview/plugin.jpl index bec1f45..6a62bc7 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ