release 3.24.1

This commit is contained in:
callumalpass 2025-09-28 20:22:15 +10:00
parent c48ca51fb0
commit 6c56d02ba2
3 changed files with 12 additions and 2 deletions

10
docs/releases/3.24.1.md Normal file
View file

@ -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.

View file

@ -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",

View file

@ -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": {