- New gtd-calendar options unscheduled-todos and unscheduled-notes
(default yes), independently showing/hiding each Unscheduled
sub-section. Accepts yes/no, true/false, show/hide.
- Solves duplicate Unscheduled lists when two calendars share a note:
e.g. show unscheduled to-dos under the week strip, unscheduled notes
under the month grid.
- Permissive parseBoolean helper; invalid values warn and default to yes.
- Threaded through payload; webview gates each sub-section on its flag
(empty OR toggled-off both omit cleanly).
- Version 0.3.2; 4 new tests (69 total); README updated.