Skip to content

v0.4.0

Choose a tag to compare

@KKenny0 KKenny0 released this 25 Jun 12:08
· 41 commits to main since this release

What's new

  • Added a local-first Web UI via �ideowipe serve.
  • Added the �ideowipe[web] extra for FastAPI/Uvicorn-based local usage.
  • Added a review-first browser flow: upload, preview detected targets, confirm cleanup, and download.
  • Preserved original audio in downloaded MP4 outputs.
  • Added Reset handling that releases stale preview jobs instead of leaving the local server busy.
  • Updated English and Chinese READMEs with Web UI screenshots.

Verification

  • 70 tests passed on Windows.
  • Scoped ruff checks passed.
  • Wheel package check confirmed the Web server and HTML UI files are included.

Notes

  • This release is local-first and single-user. It does not add hosted SaaS, authentication, multi-tenant queues, or cloud LLM calls.
  • PyPI publishing is intentionally out of scope for this release.