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