diff --git a/docs/releases/3.24.1.md b/docs/releases/3.24.1.md new file mode 100644 index 00000000..18dc76fa --- /dev/null +++ b/docs/releases/3.24.1.md @@ -0,0 +1,10 @@ +# TaskNotes 3.24.1 + +## Bug Fixes + +### Task Card Widget + +- Fixed task card widget appearing on all notes instead of only task notes +- Widget now properly respects task identification settings (tag or property-based) + +This patch release fixes the task card widget introduced in 3.24.0 to only display on actual task notes. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b5ea0e19..e793891e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tasknotes", "name": "TaskNotes", - "version": "3.24.0", + "version": "3.24.1", "minAppVersion": "1.0.0", "description": "Note-based task management with calendar, pomodoro and time-tracking integration.", "author": "Callum Alpass", diff --git a/package.json b/package.json index dcb47fef..dea6b513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasknotes", - "version": "3.24.0", + "version": "3.24.1", "description": "Note-based task management with calendar, pomodoro and time-tracking integration.", "main": "main.js", "scripts": {