From 7f7e41721218da0ef13bbd1a2a8c07a10910d7df Mon Sep 17 00:00:00 2001 From: Callum Alpass Date: Thu, 31 Jul 2025 08:01:06 +1000 Subject: [PATCH] release 3.16.4 --- docs/releases/3.16.4.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 docs/releases/3.16.4.md diff --git a/docs/releases/3.16.4.md b/docs/releases/3.16.4.md new file mode 100644 index 00000000..458b0942 --- /dev/null +++ b/docs/releases/3.16.4.md @@ -0,0 +1,12 @@ +# TaskNotes 3.16.4 + +## Bug Fixes + +### User Interface + +- **Task Modal Title Field**: Fixed regression from version 3.16.3 where the title field was inadvertently removed from all task modals. The title field is now properly displayed with correct visibility logic: + - Edit modals: Title field always visible in the details section + - Create modals with natural language input enabled: Title field visible in details section (as the main input becomes the NLP textarea) + - Create modals with natural language input disabled: Title field only appears at the top of the modal + +This ensures users can always edit task titles regardless of the modal type or natural language input settings. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d46ed3ef..f29086f0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tasknotes", "name": "TaskNotes", - "version": "3.16.3", + "version": "3.16.4", "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 622d5722..a6d6136f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasknotes", - "version": "3.16.3", + "version": "3.16.4", "description": "Note-based task management with calendar, pomodoro and time-tracking integration.", "main": "main.js", "scripts": {