Skip to content

2026-07-28

Latest

Choose a tag to compare

@AnSq AnSq released this 28 Jul 18:25

New Features

  • The collapsed/expanded state of parent tasks is now saved.
    • The number of incomplete subtasks is displayed next to the parent's collapse button when collapsed.

Code Stuff

  • Added a new test to check if version numbers match between app.js, package.json, and SECURITY.md.
  • Streamlined loadData. Properties of checklistData are now listed in only ONE place (newChecklistData) instead of two or three.
  • Added forEachTask
  • Rewrote getTaskById with forEachTask
  • Renamed _prepTasks to prepTasks, and rewrote it with forEachTask
  • Moved assignment of task.parentId from createChecklistItem to prepTasks
  • prepTasks assigns task.section

Full Changelog: 2026-07-19...2026-07-28