diff --git a/README.md b/README.md index 5ce9b49..5745e78 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.1 | 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.0.3 | 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 | 1.0.6 | 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 | 1.0.7 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | | [🏠](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 928f921..203856e 100644 --- a/manifests.json +++ b/manifests.json @@ -1153,7 +1153,7 @@ "manifest_version": 1, "id": "com.gitlab.BeatLink.joplin-plugin-agenda", "app_min_version": "1.7", - "version": "1.0.6", + "version": "1.0.7", "name": "Agenda", "description": "An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date.", "author": "BeatLink", @@ -1167,8 +1167,8 @@ "upcoming", "date" ], - "_publish_hash": "sha256:7c351498462a7d2a1090055ead120ce53860029a6145d0be6774cc6c09267a64", - "_publish_commit": "main:664b7f3f6ee97711a9f1fa181abae8a194aef7d9", + "_publish_hash": "sha256:9a944f21d0285d6928bdb6f6f4a290a27f0c3b6dac42c5dcb90b4bfbb35fd758", + "_publish_commit": "main:205acdac6f94017da5fe343c4aae601c7cd278b0", "_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 eeb6d34..63b93c4 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": "1.0.6", + "version": "1.0.7", "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:7c351498462a7d2a1090055ead120ce53860029a6145d0be6774cc6c09267a64", - "_publish_commit": "main:664b7f3f6ee97711a9f1fa181abae8a194aef7d9", + "_publish_hash": "sha256:9a944f21d0285d6928bdb6f6f4a290a27f0c3b6dac42c5dcb90b4bfbb35fd758", + "_publish_commit": "main:205acdac6f94017da5fe343c4aae601c7cd278b0", "_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 f3ed32b..e005f7b 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