diff --git a/README.md b/README.md index 92597ca..3f1ae6b 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.2 | 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.3.0 | 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.1 | Inline tags plugin | Roman Musin | diff --git a/manifests.json b/manifests.json index e241575..dc39236 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.2", + "version": "0.3.0", "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:7ad5e46d8dfdd3e5cf4b195a22b96327705859f14ae0cca851c396f413de2fb4", - "_publish_commit": "main:1e7026af370b05a4f2437312793ead2ac1eac364", + "_publish_hash": "sha256:dc1133819ff0a084bb5ec4bbcb4d33c11083cc1fd6ccd71cf296ace569784939", + "_publish_commit": "main:03c13085247cf6dfa0f899669439be7cffd99c0d", "_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 1bd3865..f4423bf 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.2", + "version": "0.3.0", "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:7ad5e46d8dfdd3e5cf4b195a22b96327705859f14ae0cca851c396f413de2fb4", - "_publish_commit": "main:1e7026af370b05a4f2437312793ead2ac1eac364", + "_publish_hash": "sha256:dc1133819ff0a084bb5ec4bbcb4d33c11083cc1fd6ccd71cf296ace569784939", + "_publish_commit": "main:03c13085247cf6dfa0f899669439be7cffd99c0d", "_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 4f63494..0207b51 100644 Binary files a/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl and b/plugins/joplin.plugin.alondmnt.history-panel/plugin.jpl differ