Skip to content

Commit 6c56d02

Browse files
committed
release 3.24.1
1 parent c48ca51 commit 6c56d02

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/releases/3.24.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# TaskNotes 3.24.1
2+
3+
## Bug Fixes
4+
5+
### Task Card Widget
6+
7+
- Fixed task card widget appearing on all notes instead of only task notes
8+
- Widget now properly respects task identification settings (tag or property-based)
9+
10+
This patch release fixes the task card widget introduced in 3.24.0 to only display on actual task notes.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "3.24.0",
4+
"version": "3.24.1",
55
"minAppVersion": "1.0.0",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasknotes",
3-
"version": "3.24.0",
3+
"version": "3.24.1",
44
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)