diff --git a/README.md b/README.md index 7c46976..3397641 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ This repository contains the following plugins: | [🏠](https://github.com/forcewake/joplin-tags-generator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.forcewake.tags-generator/plugin.jpl) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake | | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.3.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.1 | Easily apply color to text. | Sadmice | -| [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.0.4 | Time tracking with Joplin and TimeTagger | Juan Arana | +| [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.0.5 | Time tracking with Joplin and TimeTagger | Juan Arana | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.6.0 | Transform markdown table into d3js chart | Samuel Gagnepain | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 1.2.5 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index 156fc7c..fd19fd8 100644 --- a/manifests.json +++ b/manifests.json @@ -2023,7 +2023,7 @@ "manifest_version": 1, "id": "com.jpa.joplin.timetagger", "app_min_version": "2.8", - "version": "1.0.4", + "version": "1.0.5", "name": "TimeTagger Plugin", "description": "Time tracking with Joplin and TimeTagger", "author": "Juan Arana", @@ -2033,8 +2033,8 @@ "joplin-plugin" ], "categories": [], - "_publish_hash": "sha256:6e8d367ea1c2bd3cba2f3b185eb6b4ae8d77c9e7c9a4bf650ccb045b9fefdd79", - "_publish_commit": "main:92333aadfdafa287e7deee034a1985c5d4eae528", + "_publish_hash": "sha256:79602d80bd517c1c6131a871a0d51b2bc0c5142f0fd8b5a3e170af8023425836", + "_publish_commit": "main:e56fc26b4797b1a7aac6cd5b56bfbcae20eaeba2", "_npm_package_name": "joplin-plugin-timetagger" }, "net.noeto.JoplinBibleNotes": { diff --git a/plugins/com.jpa.joplin.timetagger/manifest.json b/plugins/com.jpa.joplin.timetagger/manifest.json index affd84c..37e63f4 100644 --- a/plugins/com.jpa.joplin.timetagger/manifest.json +++ b/plugins/com.jpa.joplin.timetagger/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.jpa.joplin.timetagger", "app_min_version": "2.8", - "version": "1.0.4", + "version": "1.0.5", "name": "TimeTagger Plugin", "description": "Time tracking with Joplin and TimeTagger", "author": "Juan Arana", @@ -12,7 +12,7 @@ "joplin-plugin" ], "categories": [], - "_publish_hash": "sha256:6e8d367ea1c2bd3cba2f3b185eb6b4ae8d77c9e7c9a4bf650ccb045b9fefdd79", - "_publish_commit": "main:92333aadfdafa287e7deee034a1985c5d4eae528", + "_publish_hash": "sha256:79602d80bd517c1c6131a871a0d51b2bc0c5142f0fd8b5a3e170af8023425836", + "_publish_commit": "main:e56fc26b4797b1a7aac6cd5b56bfbcae20eaeba2", "_npm_package_name": "joplin-plugin-timetagger" } \ No newline at end of file diff --git a/plugins/com.jpa.joplin.timetagger/plugin.jpl b/plugins/com.jpa.joplin.timetagger/plugin.jpl index 090a9ab..40a5499 100644 Binary files a/plugins/com.jpa.joplin.timetagger/plugin.jpl and b/plugins/com.jpa.joplin.timetagger/plugin.jpl differ