diff --git a/README.md b/README.md index db29600..8d454f4 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 | 2.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 | 2.1.0 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | | [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.0.3 | 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 | | [🏠](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 | diff --git a/manifests.json b/manifests.json index bcdc957..aa2a1d7 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": "2.0.0", + "version": "2.1.0", "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:1592e22101a6b5400c5181a517a4870e07ea433fb991b31c9d5c2a8dcb485886", - "_publish_commit": "main:b5b2b7cfe58ae9d4a9ea87f08de6e4a772110845", + "_publish_hash": "sha256:6d5a04052358b6b0b2ecd82b984302ed89602acfa1b6da8e7c7d537b72ce7686", + "_publish_commit": "main:a8c3e83d980391597a2c57cefe7499e13cb98112", "_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 2feb7f2..6010126 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": "2.0.0", + "version": "2.1.0", "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:1592e22101a6b5400c5181a517a4870e07ea433fb991b31c9d5c2a8dcb485886", - "_publish_commit": "main:b5b2b7cfe58ae9d4a9ea87f08de6e4a772110845", + "_publish_hash": "sha256:6d5a04052358b6b0b2ecd82b984302ed89602acfa1b6da8e7c7d537b72ce7686", + "_publish_commit": "main:a8c3e83d980391597a2c57cefe7499e13cb98112", "_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 ea49f95..e5beefe 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