diff --git a/README.md b/README.md index 8b80104..f801b1a 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ This repository contains the following plugins: | [🏠](https://github.com/eqs/joplin-plugin-cjk-breaks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.eqs.joplin-plugin-cjk-breaks/plugin.jpl) | joplin-plugin-cjk-breaks | 1.0.2 | Suppress linebreaks between CJK characters | eqs | | [🏠](https://discourse.joplinapp.org/t/new-plugin-timeline/29408) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-TimelineRender/plugin.jpl) | joplin-plugin-TimelineRender | 1.0.2 | render the timeline in the markdown | funny-cat | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/name.mikemueller.joplin2jira/plugin.jpl) | joplin2jira | 1.0.0 | Copies selected text or entire notes in Jira markup to the clipboard | Mike Müller | -| [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.0.14 | A simple journal. Create or open a note for today, or any selected date. | Leen Zhu | +| [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | Journal | 1.1.0 | A simple journal. Create or open a note for today, or any selected date. | Leen Zhu | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | | [🏠](https://github.com/freezuike/joplin-jTab) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cf.zuike.joplin.jTab/plugin.jpl) | jTab | 1.0.0 | jTab | 醉客 | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.7 | Flexible kanban board plugin for all your tasks | Balint Magyar | diff --git a/manifests.json b/manifests.json index d7c64d3..ad69268 100644 --- a/manifests.json +++ b/manifests.json @@ -2064,7 +2064,7 @@ "manifest_version": 1, "id": "com.leenzhu.journal", "app_min_version": "2.7", - "version": "1.0.14", + "version": "1.1.0", "name": "Journal", "description": "A simple journal. Create or open a note for today, or any selected date.", "author": "Leen Zhu", @@ -2073,8 +2073,8 @@ "keywords": [ "joplin-plugin" ], - "_publish_hash": "sha256:861a2bb7427a691f9a6f7c4b1f773456106fd77e9fa39f6cb9fe9d74492e3c72", - "_publish_commit": "master:d2b3cb0923df50bc28346a60be84da0a7bf29421", + "_publish_hash": "sha256:08e67f7d947d567b85ab8225ebef62fcce17a456de084f6270a8657c21af6e7c", + "_publish_commit": "master:d7341547c6e11b17e99f6bcbbe31cbb00c033099", "_npm_package_name": "joplin-plugin-journal" }, "com.septemberhx.pluginBundle": { diff --git a/plugins/com.leenzhu.journal/manifest.json b/plugins/com.leenzhu.journal/manifest.json index bbbd99b..fd67132 100644 --- a/plugins/com.leenzhu.journal/manifest.json +++ b/plugins/com.leenzhu.journal/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.leenzhu.journal", "app_min_version": "2.7", - "version": "1.0.14", + "version": "1.1.0", "name": "Journal", "description": "A simple journal. Create or open a note for today, or any selected date.", "author": "Leen Zhu", @@ -11,7 +11,7 @@ "keywords": [ "joplin-plugin" ], - "_publish_hash": "sha256:861a2bb7427a691f9a6f7c4b1f773456106fd77e9fa39f6cb9fe9d74492e3c72", - "_publish_commit": "master:d2b3cb0923df50bc28346a60be84da0a7bf29421", + "_publish_hash": "sha256:08e67f7d947d567b85ab8225ebef62fcce17a456de084f6270a8657c21af6e7c", + "_publish_commit": "master:d7341547c6e11b17e99f6bcbbe31cbb00c033099", "_npm_package_name": "joplin-plugin-journal" } \ No newline at end of file diff --git a/plugins/com.leenzhu.journal/plugin.jpl b/plugins/com.leenzhu.journal/plugin.jpl index 3824ee0..fbb7778 100644 Binary files a/plugins/com.leenzhu.journal/plugin.jpl and b/plugins/com.leenzhu.journal/plugin.jpl differ