- Code optimisations and reduction in the hope of improving the performance. More optimisations in future updates.
- Remove inline-fields from task-text inside calendar-views
- You can now set your Global-Task-Filter to remove from task-text inside calendar-views. If you don't set this command, the default Global-Task-Filter
#task
is enabled
```dataviewjs
await dv.view("tasksCalendar", {pages: "", view: "month", firstDayOfWeek: 1, globalTaskFilter: "#myTask", options: "noDone"})
```