TaskNotes 4.3.37 (Fork)
This release is from the cybersader/tasknotes fork.
Fixed
- Bulk tasking button shows correct item count: The "Bulk tasking" modal now shows only the items visible in the current view, matching the view's filter count. Previously it pulled all raw query results (e.g., 137 items when only 10 were visible).
- Native Table/Board views: Fixed the toolbar injector to read filtered results from
view.controller.resultsdirectly, instead of falling back to parsing the.basefile which returned unfiltered results. - TaskNotes custom views: TaskListView, KanbanView, CalendarView, and UpcomingView now cache filtered items after
applySearchFilter()so the bulk modal receives the same filtered set the user sees. - UpcomingView crash on view switch: Fixed "Cannot read properties of undefined (reading 'data')" error that flashed briefly when switching view types, caused by
extractDataItems()being called before data was available.