Releases: shivamdoting/wrec
Releases · shivamdoting/wrec
Release list
v0.2.0
What's changed since v0.1.1
- Microphone capture — record the default mic as a separate audio track:
--mic/--no-micin the CLI, a toggle in the app. - Smart mic permissions — first use shows the macOS permission dialog; if access is denied, wrec opens System Settings at the Microphone pane instead of failing silently.
- Mic indicator pill — recordings started outside the app (CLI, agents) show an engine-drawn mic pill, animated from the captured audio level and excluded from the recording itself.
wrec update— the CLI updates itself:wrec update,--check,--force,--json, with automatic checksum verification.- In-place app updates — About → Check for updates downloads, verifies, swaps, and relaunches the app; updates skip the Gatekeeper first-launch prompt entirely.
- Verified releases — every release ships
SHA256SUMSand build-provenance attestations, and the installer verifies downloads automatically before installing. - Simpler distribution — the app ships from GitHub Releases, the CLI installs with
curl -fsSL https://wrec.app/install | sh; Homebrew is retired. - ⌘H hides the app, plus settings-label polish and clearer daemon-startup diagnostics.
Full changelog: v0.1.1...v0.2.0
v0.1.1
macOS build for v0.1.1. Builds are not notarized: install the CLI with curl -fsSL https://wrec-beta.vercel.app/install | sh or Homebrew to avoid the Gatekeeper warning. For the app DMG, use System Settings > Privacy & Security > Open Anyway on first launch.