Releases: itz-me-nvs/devchecklist
Releases · itz-me-nvs/devchecklist
Dev checklist v0.1.0
Dev checklist [0.1.0]
New Features
- 🖍 checklist edit option.
- 🕒 Import csv and json files for tasks.
Fixed
- ⭐ task timer functionality changes.
Dev checklist v0.0.2
[0.0.2] - 2025-06-12
Added
- 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
Changed
- Refactored
getTreeItemto conditionally applyiconPathbased onprogressStatus - Cleaned up and improved readability of
ChecklistProviderlogic
Fixed
- Timer was not resetting properly on stop — now handles intervals cleanly
Dev checklist v0.0.1
🚀 Dev Checklist v0.0.1
Initial Release
- Add checklist headers and items
- Toggle item checked state
- Delete items and headers