Skip to content

transcriptasm v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:51
· 8 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.1.1
ad65cd7

Changelog

  • 3b45594 Add EditorConfig and ignore screenshot deps and logs.
  • 1902ac1 Add GoReleaser and Release workflow for binaries and GHCR.
  • 1aa832f Add Lighthouse CI config and score gates.
  • 304412b Add Lighthouse CI workflow with artifact reports.
  • 901192c Add OpenSSF Scorecard and harden GitHub Actions supply chain.
  • dbfec20 Add Playwright screenshot capture tooling and docs images.
  • cb61565 Add SEO meta, Open Graph tags, and social preview image.
  • 9a34c0d Add Source and 0BSD Quad4 footer links.
  • 699ab11 Add TXT SRT VTT and JSON transcript export helpers.
  • a76439a Add WebGPU transcription path with WASM fallback for faster local ASR.
  • 060ff72 Add energy VAD and stream mic frames for live dictation.
  • ed6db50 Add opt-in multilingual and Best models with Translate support.
  • 18dda85 Add themed OpenSSF Scorecard endpoint badges.
  • e24bc9c Add themed shields.io endpoint badges and refresh workflow.
  • de502bd Auto-cache models offline and keep the Export menu closed by default.
  • 726a1d5 Bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.9 (#8)
  • fb56915 Cut browser memory peaks during live capture and model load.
  • c2aaf05 Document GHCR, releases, screenshots, and README badges.
  • 7d1954a Enable SharedArrayBuffer on Pages via SW COOP/COEP and auto-reload.
  • 89761e7 Fix CI and bump Actions to Dependabot versions.
  • 8866a1e Fix Pages SW install when transformers assets are missing.
  • ad65cd7 Fix badge orphan-repo identity and pin speakasm npm ci.
  • 0a6f909 Fix footer link contrast for Lighthouse color-contrast gate.
  • 10f13b7 Fix gofmt on model catalog tests.
  • 6337589 Fix mobile layout with a true viewport-sticky Record/Upload dock.
  • 6f60cda Fix model download RangeError when GitHub Pages serves gzip.
  • 3c8d132 Fix static Pages model catalog and polish record/upload UX.
  • 44cee74 Fix workflow YAML broken by automated hardening edits.
  • 02f4555 Harden CI for OpenSSF and fix flaky Pages/Badges.
  • f965d15 Harden Docker image checks and publishable compose image tags.
  • 590c6c6 Harden PWA updates with stamped shell caches and idle reload.
  • 7581e0e Harden WAV decoding for common browser uploads.
  • d03f0be Harden repository against GitHub Actions supply-chain attacks.
  • b44b0cd Initial release of transcriptasm offline Whisper PWA.
  • efbff4a Keep the waveform as smooth curves while transcribing.
  • 4bf9918 Pin checkout and Pages actions to current SHA tags.
  • 4affca2 Polish mobile safe-area layout and transcript action controls.
  • f175ec5 Prefer static models.json so Pages skips the missing API route.
  • 74e7ec0 Publish container images to GHCR on every master push.
  • cdf99d7 Rebuild whisper WASM with SIMD, more threads, and faster decode settings.
  • 239c2d1 Remove Install and Add to Home Screen affordances.
  • 90f8930 Remove top-corner atmosphere glow orbs from the UI background.
  • cb2add9 Remove unnecessary whitespace from app.css to improve code cleanliness.
  • 0ff47d7 Replace placeholder icons with a generated charcoal mint brand mark.
  • 858bf78 Restore Harden Runner as the first step in workflow jobs.
  • 80f0ffd Run CI tests and server smoke on Linux, macOS, and Windows.
  • 82318f4 Ship drop paste export live dictation install and offline saves.
  • e3cf743 Stop stuck foam-foam decode loops by restoring Whisper fallbacks.
  • 2e943bd Stream transcript segments while file audio is processed.
  • 33b8b29 Switch project license from MIT to 0BSD.
  • 0a07f37 Sync Scorecard pin comment to codeql-action v4.37.9.
  • 21f8d98 Tint the waveform for recording and transcription states.
  • 663e642 Update headline in index.html to reflect new feature: "Offline speech to text."
  • 93b479b Use a single-pass WASM transcript path and stop duplicate segments.
  • 9a03e65 Use a two-column workspace and play audio from transcript timestamps.

Docker

docker pull ghcr.io/quad4-software/transcriptasm:v0.1.1
docker run --rm -p 8080:8080 ghcr.io/quad4-software/transcriptasm:v0.1.1

Multi-arch images: linux/amd64, linux/arm64.

Binary

Unpack the archive for your OS/arch, then point -web at a web/ tree with models
(make assets after cloning the repo), or use the container image for a full offline stack.