Releases: FUYOH666/Scanovich.ai-audio-call
Releases · FUYOH666/Scanovich.ai-audio-call
Release list
v5.2.1
Summary
Tier-1 public layer polish: product-grade README, screenshots, FAQ, and documentation lanes.
Highlights
- EN README storefront with hero screenshots and evaluator/deploy/contributor doc paths
docs/FAQ.mdanddocs/assets/(UI screenshots + social preview image)README_EN.mdtrimmed to deep CLI/config reference- Ruff
[tool.ruff.lint]config fix for IDE extension - Version 5.2.1
Manual step
Upload docs/assets/github-social-preview.png in Settings → General → Social preview for Open Graph.
v5.2.0
Summary
Maintenance release after ~2 months: staff review artifact, minimal first-run docs, WSL2 notes, pydantic patch upgrade, pytest scope fix.
Highlights
docs/reviews/STAFF_REVIEW_2026-06.md— full audit and tech-delta matrix- Minimal mode without Telegram / Google Sheets (README RU/EN)
- WSL2 section in DEPLOYMENT_GUIDE.md
- pydantic 2.12.5, pydantic-settings 2.7.1
Merge note
Release content is on branch release/v5.2.0 via PR #30. Merge PR #30 into main when branch protection allows.
Deferred
- torch, faster-whisper, openai SDK bumps — GPU smoke on Linux required
- CI actions checkout v6 / setup-uv v7 — update
.github/workflows/ci.ymlvia GitHub UI (workflow OAuth scope)
v5.1.0
Highlights
- launch the pilot-ready shared web/API surface with
main.py web, upload flow, saved-result history, and protected API-key mode - add recent-analysis search, filtering, pagination, operator-friendly detail summaries, and upload rate limiting for safer pilot usage
- refresh the public OSS presentation with cleaner docs hierarchy, community files, GitHub metadata, and a tidier repository layout
Included work
- shared single-file pipeline and FastAPI web layer
- browser UI plus
/healthz,/analyze,/analyses, and/analyses/{result_id} - updated deployment, evaluation, outreach, and collaboration docs
- CODE_OF_CONDUCT, issue template config, funding metadata, CODEOWNERS, and Dependabot config
- moved full evaluation templates under
templates/and updated references
Verification
uv run pytest tests/test_script_parser.py tests/test_api.py tests/test_cli_web.py