diff --git a/README.md b/README.md index b883d03..cc9a410 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 2.4.1 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | | [🏠](https://github.com/makaanneo/joplin-plugin-athena) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.Athena/plugin.jpl) | Athena | 1.1.5 | Import files in import folder into joplin notes (PDF text in note comment, no OCR) | makaanneo | | [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.1.1 | Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin. | Manu Erwin | -| [🏠](github.com/zph/joplin-plugin-auto-alarm) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl) | Auto Alarm | 1.0.7-rc6 | Natural language entry of alarm date/times | ZPH | +| [🏠](github.com/zph/joplin-plugin-auto-alarm) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl) | Auto Alarm | 1.0.7-rc10 | Natural language entry of alarm date/times | ZPH | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.0 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | diff --git a/manifests.json b/manifests.json index dd64d2d..77dd2d2 100644 --- a/manifests.json +++ b/manifests.json @@ -1575,15 +1575,15 @@ "manifest_version": 1, "id": "io.xargs.JoplinPluginAutoAlarm", "app_min_version": "2.6", - "version": "1.0.7-rc6", + "version": "1.0.7-rc10", "name": "Auto Alarm", "description": "Natural language entry of alarm date/times", "author": "ZPH", "homepage_url": "github.com/zph/joplin-plugin-auto-alarm", "repository_url": "github.com/zph/joplin-plugin-auto-alarm", "keywords": [], - "_publish_hash": "sha256:3c91d1243d9e0bbe4d7227077666e27b4f789b94b7ea70e0f10f545a20479e61", - "_publish_commit": "heads/v1.0.7-rc6:c89f553856ceaadd2e874678b9d8f35991fcb303", + "_publish_hash": "sha256:074ec97d7a0fa6fb9af4022a03d8046abbb87abb1e139116eac70ebecd8ee04d", + "_publish_commit": "heads/v1.0.7-rc10:04bd74e2e80ecdfb8edc75272a14133f2c603ed9", "_npm_package_name": "joplin-plugin-auto-alarm" } } \ No newline at end of file diff --git a/plugins/io.xargs.JoplinPluginAutoAlarm/manifest.json b/plugins/io.xargs.JoplinPluginAutoAlarm/manifest.json index 002dfba..159dcdf 100644 --- a/plugins/io.xargs.JoplinPluginAutoAlarm/manifest.json +++ b/plugins/io.xargs.JoplinPluginAutoAlarm/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "io.xargs.JoplinPluginAutoAlarm", "app_min_version": "2.6", - "version": "1.0.7-rc6", + "version": "1.0.7-rc10", "name": "Auto Alarm", "description": "Natural language entry of alarm date/times", "author": "ZPH", "homepage_url": "github.com/zph/joplin-plugin-auto-alarm", "repository_url": "github.com/zph/joplin-plugin-auto-alarm", "keywords": [], - "_publish_hash": "sha256:3c91d1243d9e0bbe4d7227077666e27b4f789b94b7ea70e0f10f545a20479e61", - "_publish_commit": "heads/v1.0.7-rc6:c89f553856ceaadd2e874678b9d8f35991fcb303", + "_publish_hash": "sha256:074ec97d7a0fa6fb9af4022a03d8046abbb87abb1e139116eac70ebecd8ee04d", + "_publish_commit": "heads/v1.0.7-rc10:04bd74e2e80ecdfb8edc75272a14133f2c603ed9", "_npm_package_name": "joplin-plugin-auto-alarm" } \ No newline at end of file diff --git a/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl b/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl index 93bba9b..3bc2f04 100644 Binary files a/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl and b/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl differ