From 6c56d02ba26d7bbcea293679154c4946f68092d4 Mon Sep 17 00:00:00 2001 From: callumalpass Date: Sun, 28 Sep 2025 20:22:15 +1000 Subject: [PATCH] release 3.24.1 --- docs/releases/3.24.1.md | 10 ++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 docs/releases/3.24.1.md 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": {