What's Changed
New Contributors
For Download Users (Running Locally via file:///)
For the best local experience without needing to run a local server:
- Download the
Task-Checklist-[VERSION].zip(or.tar.gz) archive for v2.4.0. - Extract the archive. You will have a folder structure like:
Task-Checklist-v2.4.0/ ├── index.html (Specially prepared for local use) ├── css/ │ ├── style.css │ └── critical.css (Its content is inlined in the packaged index.html) ├── js/ │ └── app.js ├── fonts/ │ └── ... (font files) └── img/ └── ... (image files) - Open the
index.htmlfile from the extracted folder directly in your web browser.- Your browser still hosts the save data in
localStorage, and since the major version (v2.x.x) hasn't changed, your existing progress should be retained.
- Your browser still hosts the save data in
Full Changelog: v3.1...v3.1.1