diff --git a/README.md b/README.md index c0a3a2b..2fc4ab6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This repository contains the following plugins: [🏠](https://github.com/oswida/joplin-markdown-calc) | markdown-calc | 1.0.1 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](github.com/CalebJohn/joplin-math-mode) | Math Mode | 0.2.0 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic -[🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.1.1 | A note overview is created based on the defined search and the specified fields | JackGruber +[🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.2.0 | A note overview is created based on the defined search and the specified fields | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 [🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.0.10 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.4.0 | Plugin to create manual and automatic backups | JackGruber diff --git a/manifests.json b/manifests.json index f164fa8..7d272d4 100644 --- a/manifests.json +++ b/manifests.json @@ -111,15 +111,15 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.6.5", - "version": "1.1.1", + "version": "1.2.0", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields", "author": "JackGruber", "homepage_url": "https://github.com/JackGruber/joplin-plugin-note-overview", "repository_url": "https://github.com/JackGruber/joplin-plugin-note-overview", "keywords": [], - "_publish_hash": "sha256:646916b3769338780a44ea59118358a763812b1ab4e4d43809c7d3a0a8861775", - "_publish_commit": "master:84791880f749fce42666740c439af746d17181d3", + "_publish_hash": "sha256:37e960b2d8bd4254a1bfeb72ab23988815e558cc9bbf39223d408e5a1542546d", + "_publish_commit": "master:8255d5cb8e7039fbf36fc013aba8a911fd81f707", "_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 5dbe057..e66b911 100644 --- a/plugins/io.github.jackgruber.note-overview/manifest.json +++ b/plugins/io.github.jackgruber.note-overview/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "io.github.jackgruber.note-overview", "app_min_version": "1.6.5", - "version": "1.1.1", + "version": "1.2.0", "name": "Note overview", "description": "A note overview is created based on the defined search and the specified fields", "author": "JackGruber", "homepage_url": "https://github.com/JackGruber/joplin-plugin-note-overview", "repository_url": "https://github.com/JackGruber/joplin-plugin-note-overview", "keywords": [], - "_publish_hash": "sha256:646916b3769338780a44ea59118358a763812b1ab4e4d43809c7d3a0a8861775", - "_publish_commit": "master:84791880f749fce42666740c439af746d17181d3", + "_publish_hash": "sha256:37e960b2d8bd4254a1bfeb72ab23988815e558cc9bbf39223d408e5a1542546d", + "_publish_commit": "master:8255d5cb8e7039fbf36fc013aba8a911fd81f707", "_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 1809848..3d9e4fc 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ