TaskNotes 4.3.6 (Fork)
This release is from the cybersader/tasknotes fork.
Fixed
- isTask detection bug:
TaskManager.isTaskFile()rejected emptytaskPropertyValuesetting, so converted files withisTask: truewere never recognized as tasks. Guard clause now treats empty value as "property existence check" (any truthy value matches). - Task creation with empty propValue:
TaskServicenow defaults toisTask: true(boolean) whentaskPropertyValuesetting is empty, matching the convert engine's behavior.