Skip to content

WorkTrace v0.3.0

Latest

Choose a tag to compare

@teachershuang teachershuang released this 08 Jul 06:09
· 7 commits to main since this release

Highlights

  • Added runtime reload for editable OCR and LLM configuration.
  • Added service diagnostics with recent OCR/LLM test latency and status.
  • Made the background recorder loop interruptible so config reload and stop actions respond quickly.
  • Rewrote README as an open-source project page and added MIT License.
  • Published Windows x64 packaged app.

Download

Preferred: download WorkTrace-v0.3.0-windows-x64.7z, extract it with 7-Zip, edit config.yaml, then run WorkTrace.exe.

Fallback: if the single archive download is unstable, download all five .part* files, keep them in the same folder, and extract WorkTrace-v0.3.0-windows-x64.7z.part01 with 7-Zip.

Verification

  • node --check worktrace\ui\static\app.js
  • python -m unittest discover -s tests
  • python -m compileall worktrace main.py tests
  • Real LAN OCR/LLM doctor passed against the configured test services.
  • Packaged CLI doctor passed with example config and real LAN config.