diff --git a/README.md b/README.md index ce0fcfd..3bf697d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This repository contains the following plugins: [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | Menu items, Shortcuts, Toolbar icons | 0.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.4.2 | 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.4.3 | 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.0 | Outline sidebar plugin for joplin. | cqroot diff --git a/manifests.json b/manifests.json index 7670c96..01c5171 100644 --- a/manifests.json +++ b/manifests.json @@ -122,7 +122,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.8.1", - "version": "1.4.2", + "version": "1.4.3", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber", @@ -135,8 +135,8 @@ "saved", "query" ], - "_publish_hash": "sha256:10c9040111f08668a7b02e541a51355080444514b86047011d355e8e20affe5f", - "_publish_commit": "master:a5cf7625eb02f0f289c7d44f834e24b4b44004ff", + "_publish_hash": "sha256:524c1cc12b4a13c676f7ab3818f9178e9167e7474caedcf6590190e654325338", + "_publish_commit": "master:9e80a2b3abc65e140f5750a75d6efb062d317374", "_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 a74cf40..bf9ff3b 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.4.2", + "version": "1.4.3", "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:10c9040111f08668a7b02e541a51355080444514b86047011d355e8e20affe5f", - "_publish_commit": "master:a5cf7625eb02f0f289c7d44f834e24b4b44004ff", + "_publish_hash": "sha256:524c1cc12b4a13c676f7ab3818f9178e9167e7474caedcf6590190e654325338", + "_publish_commit": "master:9e80a2b3abc65e140f5750a75d6efb062d317374", "_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 8a5848d..6c1fd60 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ