diff --git a/README.md b/README.md index 5d54103..3f5116d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.1 | Combine one or more notes | JackGruber [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.3 | Plugin to extend the Joplin tagging menu with a copy all tags and tagging list with more control. | JackGruber [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.4 | Go to tag,notebook or note via links or via text | a -[🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.0.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0) | Benji300 +[🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.1.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0) | Benji300 [🏠](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 diff --git a/manifests.json b/manifests.json index b9db541..8b1c262 100644 --- a/manifests.json +++ b/manifests.json @@ -121,14 +121,14 @@ "manifest_version": 1, "id": "joplin.plugin.benji.favorites", "app_min_version": "1.6.5", - "version": "1.0.0", + "version": "1.1.0", "name": "Favorites", - "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0)", + "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0)", "author": "Benji300", "homepage_url": "https://github.com/benji300/joplin-favorites", "repository_url": "https://github.com/benji300/joplin-favorites", - "_publish_hash": "sha256:0f57dbf73b9b903e10babfbfd735405ea6269f0073842da36c875c9b6c44fd0b", - "_publish_commit": "master:fff1d4550821269768b0ddab0bc7c6db2aa2f7a8", + "_publish_hash": "sha256:2d4fae0d0e04df766936bf10feb90636b04e1571a5f3571eff2f8852891b561e", + "_publish_commit": "master:8d981c75a02086a745f091e5cff2729f185db153", "_npm_package_name": "joplin-plugin-benji-favorites" }, "outline": { diff --git a/plugins/joplin.plugin.benji.favorites/manifest.json b/plugins/joplin.plugin.benji.favorites/manifest.json index 5d79861..6dfdff6 100644 --- a/plugins/joplin.plugin.benji.favorites/manifest.json +++ b/plugins/joplin.plugin.benji.favorites/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 1, "id": "joplin.plugin.benji.favorites", "app_min_version": "1.6.5", - "version": "1.0.0", + "version": "1.1.0", "name": "Favorites", - "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0)", + "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0)", "author": "Benji300", "homepage_url": "https://github.com/benji300/joplin-favorites", "repository_url": "https://github.com/benji300/joplin-favorites", - "_publish_hash": "sha256:0f57dbf73b9b903e10babfbfd735405ea6269f0073842da36c875c9b6c44fd0b", - "_publish_commit": "master:fff1d4550821269768b0ddab0bc7c6db2aa2f7a8", + "_publish_hash": "sha256:2d4fae0d0e04df766936bf10feb90636b04e1571a5f3571eff2f8852891b561e", + "_publish_commit": "master:8d981c75a02086a745f091e5cff2729f185db153", "_npm_package_name": "joplin-plugin-benji-favorites" } \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.favorites/plugin.jpl b/plugins/joplin.plugin.benji.favorites/plugin.jpl index d7e0276..4f272d0 100644 Binary files a/plugins/joplin.plugin.benji.favorites/plugin.jpl and b/plugins/joplin.plugin.benji.favorites/plugin.jpl differ