mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
release 3.24.1
This commit is contained in:
parent
c48ca51fb0
commit
6c56d02ba2
3 changed files with 12 additions and 2 deletions
10
docs/releases/3.24.1.md
Normal file
10
docs/releases/3.24.1.md
Normal 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.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue