Skip to content

v3.1 Warframe Task Checklist - Release Notes

Choose a tag to compare

@HelpfulSoft1207 HelpfulSoft1207 released this 21 Dec 20:58
· 37 commits to main since this release
1d824f5

Key Changes & Enhancements

For Download Users (Running Locally via file:///)

For the best local experience without needing to run a local server:

  1. Download the Task-Checklist-[VERSION].zip (or .tar.gz) archive for v2.4.0.
  2. 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)
    
  3. Open the index.html file 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.

Full Changelog: v3.0...v3.1