Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 15 May 01:39
· 3 commits to main since this release

v0.4.2: cert UX + Settings tabs + first-time Windows release

Highlights

  • Dashboard: one-click 安装 / 卸载 of the bundled SunnyNet CA into the
    system trust store. macOS uses the standard SecurityAgent prompt for
    admin auth; Windows uses certmgr.
  • Settings: 代理 + 下载 tabs are now real — host / port / download
    directory all editable, persisted to config.yaml.
  • Whisper Settings: ggml q5_0 quantized variants
    (medium-q5_0 ~540 MB / large-v3-q5_0 ~1.1 GB) selectable alongside
    the FP16 baselines, with a "quantized" badge so the variants are
    obvious.

Platforms

  • darwin-arm64 (Apple Silicon): scribe-v0.4.2-darwin-arm64.dmg
  • windows-amd64 (Windows 10/11 x64): scribe-v0.4.2-windows-amd64.zip

Intel mac users: GitHub's macos-13 runner pool is currently saturated
and the amd64 build job sat queued for 19+ hours across all attempts.
Until that resolves (or we move darwin-amd64 to cross-compilation in
v0.5+), please run the darwin-arm64 build via Rosetta 2 — Apple's
own translation layer handles it transparently.

Apple notarization

Still pending — no Developer ID yet. macOS users still need to clear
the quarantine flag after dragging into Applications:

xattr -dr com.apple.quarantine /Applications/Scribe.app

Hotfix history

v0.4.0 → v0.4.1 → v0.4.2 represent three CI hotfix iterations to
get Windows building cleanly:

  • v0.4.0: Windows job died parsing "$binDir:" in fetch-bins.ps1
    (PowerShell drive-variable ambiguity). darwin-arm64 published.
  • v0.4.1: Windows got past whisper.cpp cmake + ffmpeg + yt-dlp +
    wails build, then died expecting scribe-studio.exe instead of
    scribe.exe (wails.json's outputfilename, not name).
  • v0.4.2: Windows pipeline clean. Both arm64 DMG and Windows ZIP
    publish on first try.

Use v0.4.2; v0.4.0 / v0.4.1 are kept on the tag list as historical
breadcrumbs but are not recommended for download.