diff --git a/README.md b/README.md index a1db6d8..d259055 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository contains the following plugins: | ----- | ----- | ----- | ----- | ----- | ----- | | [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.2 | Turns ABC text notation into sheet music | Laurent Cozic | | [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.admonition/plugin.jpl) | Admonition markdown extension | 1.1.0 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli | -| [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 3.0.0 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | +| [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 3.0.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.6.0 | Import files from import a folder into joplin notebook as notes mit metadata (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-rc10 | Natural language entry of alarm date/times | ZPH | diff --git a/manifests.json b/manifests.json index 358ae64..6bf6908 100644 --- a/manifests.json +++ b/manifests.json @@ -1154,7 +1154,7 @@ "manifest_version": 1, "id": "com.gitlab.BeatLink.joplin-plugin-agenda", "app_min_version": "1.7", - "version": "3.0.0", + "version": "3.0.1", "name": "Agenda", "description": "An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date.", "author": "BeatLink", @@ -1168,8 +1168,8 @@ "upcoming", "date" ], - "_publish_hash": "sha256:d6eb3dfed443c68be131562d2c19ec68cefc831c204c9a0fda2860e2c8c24184", - "_publish_commit": "main:f9cca0e76857038972cd67182143827f5e0a207f", + "_publish_hash": "sha256:bf855b2cbdb18837dd0b3e386de3b048757f9286e75af55cf6a4473033a3c162", + "_publish_commit": "main:949defcd35e3ee88a8f1f84290209419a6b676f0", "_npm_package_name": "joplin-plugin-agenda" }, "com.github.marc0l92.joplin-plugin-github-theme": { diff --git a/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/manifest.json b/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/manifest.json index 63696de..757beb6 100644 --- a/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/manifest.json +++ b/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.gitlab.BeatLink.joplin-plugin-agenda", "app_min_version": "1.7", - "version": "3.0.0", + "version": "3.0.1", "name": "Agenda", "description": "An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date.", "author": "BeatLink", @@ -16,7 +16,7 @@ "upcoming", "date" ], - "_publish_hash": "sha256:d6eb3dfed443c68be131562d2c19ec68cefc831c204c9a0fda2860e2c8c24184", - "_publish_commit": "main:f9cca0e76857038972cd67182143827f5e0a207f", + "_publish_hash": "sha256:bf855b2cbdb18837dd0b3e386de3b048757f9286e75af55cf6a4473033a3c162", + "_publish_commit": "main:949defcd35e3ee88a8f1f84290209419a6b676f0", "_npm_package_name": "joplin-plugin-agenda" } \ No newline at end of file diff --git a/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl b/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl index 31a2d88..cef42b1 100644 Binary files a/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl and b/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl differ