Skip to content

Commit 7f7e417

Browse files
committed
release 3.16.4
1 parent ec969fc commit 7f7e417

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/releases/3.16.4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# TaskNotes 3.16.4
2+
3+
## Bug Fixes
4+
5+
### User Interface
6+
7+
- **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:
8+
- Edit modals: Title field always visible in the details section
9+
- Create modals with natural language input enabled: Title field visible in details section (as the main input becomes the NLP textarea)
10+
- Create modals with natural language input disabled: Title field only appears at the top of the modal
11+
12+
This ensures users can always edit task titles regardless of the modal type or natural language input settings.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "3.16.3",
4+
"version": "3.16.4",
55
"minAppVersion": "1.0.0",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasknotes",
3-
"version": "3.16.3",
3+
"version": "3.16.4",
44
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)