All notable changes to the "devchecklist" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- checklist edit option.
- Import csv and json files for tasks.
- task timer functionality changes.
- Icon status indicator for checklist headers: ✅ (complete), 🟡 (in progress), ⬜ (empty)
- Custom SVG icon support for sub-items and status icons
- Live timer display for task items while timer is running
- Automatic progress calculation per header (percentage of completed items)
- Improved visuals for item states and date display
- Refactored
getTreeItemto conditionally applyiconPathbased onprogressStatus - Cleaned up and improved readability of
ChecklistProviderlogic
- Timer was not resetting properly on stop — now handles intervals cleanly
- Add checklist headers and items
- Toggle item checked state
- Delete items and headers