Skip to content

v1.0.7 — Auto-save reports + grade in summary + fix empty table

Choose a tag to compare

@akalavol akalavol released this 31 May 11:54
· 8 commits to main since this release

What you asked for

1. Auto-save after every analysis 💾

Two files are now written automatically into the dataset folder at the end of
each analysis:

  • _analysis_report.json — the full result (re-loadable, shareable)
  • _analysis_report.txt — a readable summary: global grade, action plan,
    per-target scores, recommendations, and the per-image table

Your results are never lost again, even if you close the app.

2. The grade is shown in the bottom summary 🏆

The lower panel now leads with 🏆 NOTE : A (EXCELLENT) — in addition to the
big colored verdict block above the table.

Also fixed (important)

A regression where the results table and bottom summary were never filled
after an analysis. That display code had drifted into the "move rejects"
button handler, so it only ran when you moved rejects. It's now in its own
method, called at the end of every analysis.

Updating

  • Zip users: ⚙ Config → 🔄 Check now → ⬇ Install update
  • Git users: git pull