diff --git a/README.md b/README.md index 63b8a12..de375f7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This repository contains the following plugins: [🏠](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/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.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.4.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.0 | Outline sidebar plugin for joplin. | cqroot diff --git a/manifests.json b/manifests.json index e0e2636..4a163ff 100644 --- a/manifests.json +++ b/manifests.json @@ -118,7 +118,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.8.1", - "version": "1.4.0", + "version": "1.4.1", "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:edb6c7a2f9ec41b975bb82827e689e13a0e2a38ebf439687c1f33c01dca32706", - "_publish_commit": "master:916f3e1f8f5ff97788b5bea3cdb2e8d5f1f273e9", + "_publish_hash": "sha256:46962619f7e0dfa60dabe7332878b181e170bf1ef1adb5009d1bc7552a371211", + "_publish_commit": "master:af902ce96f42072dbf5b4ad1ddf449141871f201", "_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 41d87bf..16bd9c5 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.0", + "version": "1.4.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:edb6c7a2f9ec41b975bb82827e689e13a0e2a38ebf439687c1f33c01dca32706", - "_publish_commit": "master:916f3e1f8f5ff97788b5bea3cdb2e8d5f1f273e9", + "_publish_hash": "sha256:46962619f7e0dfa60dabe7332878b181e170bf1ef1adb5009d1bc7552a371211", + "_publish_commit": "master:af902ce96f42072dbf5b4ad1ddf449141871f201", "_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 850983b..2ebc599 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ