TaskNotes 4.3.2
Added
-
(#1520) Tag and Context fields in Edit Task modal now show all available suggestions immediately on focus
- Previously required typing at least one character before suggestions appeared
- Already-selected values are excluded from the suggestion list
- Thanks to @Glint-Eye for the suggestion
-
(#1506) Added setting to configure the default color for new timeblocks
- New color picker in Settings > Features > Timeblocking
- Previously hardcoded to indigo; now user-configurable
- Thanks to @phillipadsmith for the suggestion
Fixed
-
Fixed mdbase-spec type definition generation not triggering when settings change
-
(#1456) Fixed inline tasks jumping visually when marked as completed
- Thanks to @3zra47 for reporting
-
(#1364) Fixed auto-stop time tracking not triggering when completing recurring task instances
- Thanks to @slipstyle for reporting
-
(#1465) Fixed all-day events synced to Google Calendar receiving wrong notification time
- All-day events now use Google Calendar's configured all-day notification defaults instead of a minutes-based reminder
- Thanks to @Jomo94 for reporting
-
(#1470) Fixed cursor showing as default instead of pointer on interactive elements
- Thanks to @TheFrostedDev for reporting
-
(#1491) Fixed boolean property values being quoted as strings in Bases filter generation
- When using a boolean property (e.g.
tasknote: true) for task identification, the filter now correctly handles the value - Thanks to @denisgorod for reporting
- When using a boolean property (e.g.
-
(#1494) Fixed Kanban swimlane resetting to "None" on initial load and after navigation
- Thanks to @tnguyen2018 for reporting
-
(#1555) Fixed "Folder already exists" error when creating tasks or converting inline tasks
- Thanks to @jkune5 for reporting
-
(#1532) Fixed expanded task modal buttons being cut off when content exceeds viewport height
- Thanks to @willfanguy for reporting
-
(#1542) Fixed declined and cancelled events from ICS calendar subscriptions appearing in calendar view
- Thanks to @karenchoe428 for reporting
-
(#1556) Fixed completion-based recurring tasks not rescheduling when the recurrence interval is large
- Thanks to @kazerniel for reporting
-
(#1492) Fixed hardcoded "open" status leaking into filenames, recurring task displays, and parsing fallbacks
- Users with custom default statuses (e.g. "inbox") no longer see "open" where their configured default should appear
- Recurring tasks now show their actual configured status instead of always displaying "open" when not completed
- Thanks to @macdrifter for reporting
-
(#1501) Fixed Google/Microsoft Calendar event colors not showing in agenda/list view
- Per-event and calendar-level colors now display correctly in the list view, matching grid view behavior
- Added today indicator highlighting to list view day headers
- Thanks to @Robubble for the suggestion