diff --git a/README.md b/README.md index 9f463ea..11fd907 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ This repository contains the following plugins: | [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.3.0 | Joplin theme with colors of GitHub | marc0l92 | | [🏠](https://github.com/agerardin/joplin-plugin-knowledge-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-knowledge-graph/plugin.jpl) | Graph | 1.1.0 | Notes as nodes. Explore your Joplin knowledge graph. | Antoine Gerardin | | [🏠](https://discourse.joplinapp.org/t/highlight-matching-plugin/23747) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.daeraxa.match-highlight/plugin.jpl) | Highlight Matching | 0.1.0 | Marks words that match the highlighted selection | Daeraxa | -| [🏠](https://github.com/alondmnt/joplin-plugin-history-panel#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl) | History Panel | 1.0.1 | Joplin note browsing history | alondmnt | +| [🏠](https://github.com/alondmnt/joplin-plugin-history-panel#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl) | History Panel | 1.0.2 | Joplin note browsing history | Alon Diament | | [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 2.0.0 | 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 | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.1 | Inline tags plugin | Roman Musin | diff --git a/manifests.json b/manifests.json index 02ef6c4..7fc4918 100644 --- a/manifests.json +++ b/manifests.json @@ -1830,15 +1830,15 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.history-panel", "app_min_version": "2.6", - "version": "1.0.1", + "version": "1.0.2", "name": "History Panel", "description": "Joplin note browsing history", - "author": "alondmnt", + "author": "Alon Diament", "homepage_url": "https://github.com/alondmnt/joplin-plugin-history-panel#readme", "repository_url": "https://github.com/alondmnt/joplin-plugin-history-panel", "keywords": [], - "_publish_hash": "sha256:568acdc72a9dc2fa4b0e36b7b7b82b40a3192c8bf6eb700d796f0f391ea66bb0", - "_publish_commit": "main:baa3accecb76ac0f125c55dea31c1b17c7218d53", + "_publish_hash": "sha256:32250f1f712fe10b1fd83cef07a39b71d3ccd7ea522400d111b89e841a98c736", + "_publish_commit": "main:e0564422199cac9858583002d8733e23cd082d14", "_npm_package_name": "joplin-plugin-history-panel" }, "joplin-plugin-dddot": { diff --git a/plugins/joplin.plugin.alondmnt.history-panel/manifest.json b/plugins/joplin.plugin.alondmnt.history-panel/manifest.json index d279e79..81bb952 100644 --- a/plugins/joplin.plugin.alondmnt.history-panel/manifest.json +++ b/plugins/joplin.plugin.alondmnt.history-panel/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.history-panel", "app_min_version": "2.6", - "version": "1.0.1", + "version": "1.0.2", "name": "History Panel", "description": "Joplin note browsing history", - "author": "alondmnt", + "author": "Alon Diament", "homepage_url": "https://github.com/alondmnt/joplin-plugin-history-panel#readme", "repository_url": "https://github.com/alondmnt/joplin-plugin-history-panel", "keywords": [], - "_publish_hash": "sha256:568acdc72a9dc2fa4b0e36b7b7b82b40a3192c8bf6eb700d796f0f391ea66bb0", - "_publish_commit": "main:baa3accecb76ac0f125c55dea31c1b17c7218d53", + "_publish_hash": "sha256:32250f1f712fe10b1fd83cef07a39b71d3ccd7ea522400d111b89e841a98c736", + "_publish_commit": "main:e0564422199cac9858583002d8733e23cd082d14", "_npm_package_name": "joplin-plugin-history-panel" } \ No newline at end of file diff --git a/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl b/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl index b4cdbb8..26cf6b7 100644 Binary files a/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl and b/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl differ