diff --git a/README.md b/README.md index 9fa8052..da0c71a 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.7.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.7.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.8.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 b958b5d..cba6f2d 100644 --- a/manifests.json +++ b/manifests.json @@ -1139,7 +1139,7 @@ "manifest_version": 1, "id": "com.gitlab.BeatLink.joplin-plugin-agenda", "app_min_version": "1.7", - "version": "3.7.0", + "version": "3.7.1", "name": "Agenda", "description": "An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date.", "author": "BeatLink", @@ -1153,8 +1153,8 @@ "upcoming", "date" ], - "_publish_hash": "sha256:a50db066246f8c715c087d46208ae99729ee2981204cc254f331629001cd227f", - "_publish_commit": "main:ead4a78ab034ca591004a26cb59439e5e4ed7380", + "_publish_hash": "sha256:4d4f28965f216785c2c5d77b6372e160854443d51ade80936ec95b230e09e2b5", + "_publish_commit": "main:a59598ab0acf14daacdb05ebf2bf52df58053561", "_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 1d77104..2659ffa 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.7.0", + "version": "3.7.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:a50db066246f8c715c087d46208ae99729ee2981204cc254f331629001cd227f", - "_publish_commit": "main:ead4a78ab034ca591004a26cb59439e5e4ed7380", + "_publish_hash": "sha256:4d4f28965f216785c2c5d77b6372e160854443d51ade80936ec95b230e09e2b5", + "_publish_commit": "main:a59598ab0acf14daacdb05ebf2bf52df58053561", "_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 ce1c982..ec31d3a 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