release 3.16.4

This commit is contained in:
Callum Alpass 2025-07-31 08:01:06 +10:00
parent ec969fcdea
commit 7f7e417212
3 changed files with 14 additions and 2 deletions

12
docs/releases/3.16.4.md Normal file
View file

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

View file

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

View file

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