diff --git a/README.md b/README.md index e3a55a4..08c8f7a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This repository contains the following plugins: [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ [🏠](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.5.0 | 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.5.1 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior [🏠](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.2.3 | Outline sidebar plugin for joplin. | cqroot diff --git a/manifests.json b/manifests.json index 3c6d62e..66444ac 100644 --- a/manifests.json +++ b/manifests.json @@ -125,7 +125,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.8.1", - "version": "1.5.0", + "version": "1.5.1", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber", @@ -138,8 +138,8 @@ "saved", "query" ], - "_publish_hash": "sha256:33b699d9bc264d453d3d634931969303704b1926c9c7046c7ea615ce836e5db1", - "_publish_commit": "master:c1f4d0b76e105a54e91ac13e2215901016649c91", + "_publish_hash": "sha256:1a468a328ea7f17c0f622ee71d016a787dfa0140c554e69d85091996216551b8", + "_publish_commit": "master:a484672d7c56d75b79da2a44126cd005d2bde69d", "_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 fe90a9c..3a146b3 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.8.1", - "version": "1.5.0", + "version": "1.5.1", "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:33b699d9bc264d453d3d634931969303704b1926c9c7046c7ea615ce836e5db1", - "_publish_commit": "master:c1f4d0b76e105a54e91ac13e2215901016649c91", + "_publish_hash": "sha256:1a468a328ea7f17c0f622ee71d016a787dfa0140c554e69d85091996216551b8", + "_publish_commit": "master:a484672d7c56d75b79da2a44126cd005d2bde69d", "_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 d5782a3..054c238 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ