diff --git a/README.md b/README.md index ce8a3e0..0374d84 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This repository contains the following plugins: | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | 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) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin_plugin.nlr/plugin.jpl) | 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) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.ToggleSidebars/plugin.jpl) | 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) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.note-overview/plugin.jpl) | Note overview | 1.5.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) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.note-overview/plugin.jpl) | Note overview | 1.5.4 | A note overview is created based on the defined search and the specified fields. | JackGruber | | [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.azamahJunior.note-statistics/plugin.jpl) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior | | [🏠](https://github.com/benji300/joplin-note-tabs) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.note.tabs/plugin.jpl) | Note Tabs | 1.4.0 | Allows to open several notes at once in tabs and pin them. | Benji300 | | [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.2.7 | Outline (TOC) sidebar plugin for joplin. | cqroot | diff --git a/manifests.json b/manifests.json index ea441e7..16d77dd 100644 --- a/manifests.json +++ b/manifests.json @@ -130,7 +130,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.8.1", - "version": "1.5.3", + "version": "1.5.4", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields.", "author": "JackGruber", @@ -143,8 +143,8 @@ "saved", "query" ], - "_publish_hash": "sha256:385ba8ec2ffc79bd1d5629330148ce584ee92568fe04651ecf61b32e13fd7060", - "_publish_commit": "master:0fadc8cfdcb87b15c5050ae2777b2c4dcdb36769", + "_publish_hash": "sha256:95d340762dcff75b26dbd819c596d0ca48ece3f3c75e8d58168e1eec5602bd69", + "_publish_commit": "master:ae1a30026141a39e4c89e504e183eda278bff75e", "_npm_package_name": "joplin-plugin-note-overview", "_recommended": true }, diff --git a/plugins/io.github.jackgruber.note-overview/manifest.json b/plugins/io.github.jackgruber.note-overview/manifest.json index d3be84c..cc9da4c 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.3", + "version": "1.5.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:385ba8ec2ffc79bd1d5629330148ce584ee92568fe04651ecf61b32e13fd7060", - "_publish_commit": "master:0fadc8cfdcb87b15c5050ae2777b2c4dcdb36769", + "_publish_hash": "sha256:95d340762dcff75b26dbd819c596d0ca48ece3f3c75e8d58168e1eec5602bd69", + "_publish_commit": "master:ae1a30026141a39e4c89e504e183eda278bff75e", "_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 4e5bb9c..350859b 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ