diff --git a/README.md b/README.md index 2fc4ab6..a254048 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.2.0 | 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.1 | 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 7d272d4..42045c3 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.2.0", + "version": "1.2.1", "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:37e960b2d8bd4254a1bfeb72ab23988815e558cc9bbf39223d408e5a1542546d", - "_publish_commit": "master:8255d5cb8e7039fbf36fc013aba8a911fd81f707", + "_publish_hash": "sha256:9d2d056528996d7540c96d637367d48209e2e4469cd043a336f0fb12938b62d3", + "_publish_commit": "master:e2c190bd8536b6e0393e99187d23e5b007f141de", "_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 e66b911..ed2c129 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.2.0", + "version": "1.2.1", "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:37e960b2d8bd4254a1bfeb72ab23988815e558cc9bbf39223d408e5a1542546d", - "_publish_commit": "master:8255d5cb8e7039fbf36fc013aba8a911fd81f707", + "_publish_hash": "sha256:9d2d056528996d7540c96d637367d48209e2e4469cd043a336f0fb12938b62d3", + "_publish_commit": "master:e2c190bd8536b6e0393e99187d23e5b007f141de", "_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 3d9e4fc..2922414 100644 Binary files a/plugins/io.github.jackgruber.note-overview/plugin.jpl and b/plugins/io.github.jackgruber.note-overview/plugin.jpl differ