Skip to content

Releases: itz-me-nvs/devchecklist

Dev checklist v0.1.0

29 Jun 16:33

Choose a tag to compare

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

29 Jun 16:26

Choose a tag to compare

[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 getTreeItem to conditionally apply iconPath based on progressStatus
  • Cleaned up and improved readability of ChecklistProvider logic

Fixed

  • Timer was not resetting properly on stop — now handles intervals cleanly

Dev checklist v0.0.1

29 Jun 16:17

Choose a tag to compare

🚀 Dev Checklist v0.0.1

Initial Release

  • Add checklist headers and items
  • Toggle item checked state
  • Delete items and headers