diff --git a/README.md b/README.md index 026edf3..74c248f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository contains the following plugins: | [🏠](https://github.com/JJ-8/joplin-disable-pdf#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/fd117a99-b165-4824-893c-5825439a842d/plugin.jpl) | Disable PDF | 1.0.0 | Disables the PDF preview (and export) in Joplin for better performance | JJ-8 | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 1.0.11 | Embeds list of links specified by search inside of note | ambrt | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | -| [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.2.1 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | +| [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 1.2.5 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.1 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | diff --git a/manifests.json b/manifests.json index bd99903..441c8ba 100644 --- a/manifests.json +++ b/manifests.json @@ -145,8 +145,8 @@ "joplin.plugin.benji.favorites": { "manifest_version": 1, "id": "joplin.plugin.benji.favorites", - "app_min_version": "1.6.5", - "version": "1.2.1", + "app_min_version": "2.1.5", + "version": "1.3.0", "name": "Favorites", "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.", "author": "Benji300", @@ -166,8 +166,8 @@ "panel", "view" ], - "_publish_hash": "sha256:09ac83a289993f4a8eb116beef28f1e0bf677915cb3a0fdcc70b3b326d0a0888", - "_publish_commit": "master:b0489322697093e80f8dd6ed8e8c9e4bcffdca65", + "_publish_hash": "sha256:6f906638826f2d6c6b681af1f53c5e3c4fb2b86c30d98c12b08b76e40a3d1695", + "_publish_commit": "master:9bd4f8592ff521ab6329b80e2155307e3d48153c", "_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 c57b5fd..d097dbb 100644 --- a/plugins/joplin.plugin.benji.favorites/manifest.json +++ b/plugins/joplin.plugin.benji.favorites/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "joplin.plugin.benji.favorites", - "app_min_version": "1.6.5", - "version": "1.2.1", + "app_min_version": "2.1.5", + "version": "1.3.0", "name": "Favorites", "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.", "author": "Benji300", @@ -22,7 +22,7 @@ "panel", "view" ], - "_publish_hash": "sha256:09ac83a289993f4a8eb116beef28f1e0bf677915cb3a0fdcc70b3b326d0a0888", - "_publish_commit": "master:b0489322697093e80f8dd6ed8e8c9e4bcffdca65", + "_publish_hash": "sha256:6f906638826f2d6c6b681af1f53c5e3c4fb2b86c30d98c12b08b76e40a3d1695", + "_publish_commit": "master:9bd4f8592ff521ab6329b80e2155307e3d48153c", "_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 a4c028f..5570450 100644 Binary files a/plugins/joplin.plugin.benji.favorites/plugin.jpl and b/plugins/joplin.plugin.benji.favorites/plugin.jpl differ