joplin-plugin-calendar-notes 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@ A Joplin plugin that adds a calendar panel for daily notes.
7
7
  - Calendar panel toggled from the toolbar or **Tools → Toggle Calendar**.
8
8
  - Days with existing notes or tasks are highlighted.
9
9
  - Click a day to select it; sections below the calendar list that day's tasks and notes.
10
- - Create Joplin todo tasks for a selected day, complete them from the calendar panel, and see task reminders.
10
+ - Create Joplin todo tasks for a selected day, complete them from the calendar panel, see task reminders, and keep overdue tasks visible in one place.
11
11
  - Simple presets for date format and new note titles.
12
12
  - Automatic notebook structure for new calendar notes using a notebook path and an optional nested structure.
13
13
  - Optional note and task templates with placeholders (`{{title}}`, `{{date}}`, `{{time}}`, `{{YYYY}}`, `{{MM}}`, `{{dd}}`, `{{date:dd.MM.YYYY}}`, …).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-calendar-notes",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Create notes for any day in the calendar",
5
5
  "author": "Eugene Lesnov",
6
6
  "scripts": {
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.github.eugenelesnov.CalendarNotes",
4
4
  "app_min_version": "3.5",
5
- "version": "2.0.0",
5
+ "version": "2.1.0",
6
6
  "name": "Calendar Notes",
7
7
  "description": "Create notes for any day in the calendar.",
8
8
  "author": "Eugene Lesnov",
@@ -18,6 +18,6 @@
18
18
  "screenshots": [],
19
19
  "icons": {},
20
20
  "promo_tile": {},
21
- "_publish_hash": "sha256:f3616684b157529f116df24c8b9d051d4a4b0464cd7de8b780488eac7de370d3",
22
- "_publish_commit": "main:313e9c2a4d908d9e756a03ae6a575f4a8e974bdd"
21
+ "_publish_hash": "sha256:ea9b31f616b8ebdae0fa9dd7a11d91fe102908b24ae2c36fe478d275cff2b379",
22
+ "_publish_commit": "main:cc3f2c7ffbd59b8f4b19d8513e2582dd11217745"
23
23
  }