diff --git a/README.md b/README.md index 3fb7d20..3ed25f0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,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 | 0.2.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 | 0.2.2 | Joplin note browsing history | alondmnt | | [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.4 | 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.0 | Inline tags plugin | Roman Musin | diff --git a/manifests.json b/manifests.json index fc29929..626f14c 100644 --- a/manifests.json +++ b/manifests.json @@ -1843,15 +1843,15 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.history-panel", "app_min_version": "2.7", - "version": "0.2.1", + "version": "0.2.2", "name": "History Panel", "description": "Joplin note browsing history", "author": "alondmnt", "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:c3dd41ec6ad7914aca5dfcd4b7c09d00a78c9ce9239fc3693ccee55715f0efe0", - "_publish_commit": "main:8d47fec453e0e9453621b8226dbeb0ac0c65f421", + "_publish_hash": "sha256:7ad5e46d8dfdd3e5cf4b195a22b96327705859f14ae0cca851c396f413de2fb4", + "_publish_commit": "main:1e7026af370b05a4f2437312793ead2ac1eac364", "_npm_package_name": "joplin-plugin-history-panel" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.alondmnt.history-panel/manifest.json b/plugins/joplin.plugin.alondmnt.history-panel/manifest.json index ff76094..1bd3865 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.7", - "version": "0.2.1", + "version": "0.2.2", "name": "History Panel", "description": "Joplin note browsing history", "author": "alondmnt", "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:c3dd41ec6ad7914aca5dfcd4b7c09d00a78c9ce9239fc3693ccee55715f0efe0", - "_publish_commit": "main:8d47fec453e0e9453621b8226dbeb0ac0c65f421", + "_publish_hash": "sha256:7ad5e46d8dfdd3e5cf4b195a22b96327705859f14ae0cca851c396f413de2fb4", + "_publish_commit": "main:1e7026af370b05a4f2437312793ead2ac1eac364", "_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 26cf24d..4f63494 100644 Binary files a/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl and b/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl differ