diff --git a/README.md b/README.md index 0d3f19a..77ff558 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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.1 | 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.2 | 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.4 | Outline sidebar plugin for joplin. | cqroot | diff --git a/manifests.json b/manifests.json index 061ac18..44b257e 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.1", + "version": "1.5.2", "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:1a468a328ea7f17c0f622ee71d016a787dfa0140c554e69d85091996216551b8", - "_publish_commit": "master:a484672d7c56d75b79da2a44126cd005d2bde69d", + "_publish_hash": "sha256:20a285ef4622fcb9cdf54614b2c321b0f618ae039a2e06f90842275b10f41910", + "_publish_commit": "master:6c0ffd061609384de8ac7c16d1b80f581d769b34", "_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 3a146b3..0725a99 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.1", + "version": "1.5.2", "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:1a468a328ea7f17c0f622ee71d016a787dfa0140c554e69d85091996216551b8", - "_publish_commit": "master:a484672d7c56d75b79da2a44126cd005d2bde69d", + "_publish_hash": "sha256:20a285ef4622fcb9cdf54614b2c321b0f618ae039a2e06f90842275b10f41910", + "_publish_commit": "master:6c0ffd061609384de8ac7c16d1b80f581d769b34", "_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 054c238..901fd0f 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ