Skip to content

Releases: artificemachine/phraser

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 17:49
e0f1839

What's Changed

  • fix: repoint the updater endpoint at artificemachine, bump to 0.10.2 by @newblacc in #28

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 17:12
33023a2

What's Changed

  • docs: track the L1 and L3 standing CI failures by @newblacc in #20
  • fix: install Vulkan SDK on the L3 runner and pin all actions to SHAs by @newblacc in #21
  • chore: clear all clippy lints in src-tauri by @newblacc in #22
  • chore: make L3 SAST gate, and repair bun run app:create by @newblacc in #23
  • security: clear the bun audit half of L1, cut cargo audit from 14 to 5 by @newblacc in #24
  • chore: vendor the Geist Pixel font and drop the geist dependency by @newblacc in #25
  • docs: add the 2026-08-27 session handoff by @newblacc in #26
  • chore: bump version to 0.10.1 by @newblacc in #27

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:42
eefea7a

What's Changed

  • feat: default long-audio model to Whisper Turbo for new installs (v0.10.0) by @newblacc in #19

New Contributors

Full Changelog: v0.9.2...v0.10.0

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 13:11
abc6616

What's Changed

  • fix: local Swift toolchain detection, CI security gaps, i18n backfill (v0.9.2) by @celstnblacc in #18

Full Changelog: v0.9.1...v0.9.2

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:22
4e77931

What's Changed

  • fix: add audioFormat i18n translations to all 16 locales by @celstnblacc in #15
  • chore: remove personal workspace path from tracked files by @celstnblacc in #16
  • fix: update stale celstnblacc GitHub references to artificemachine by @celstnblacc in #17

Full Changelog: v0.9.0...v0.9.1

v0.9.0 — MP3 Recording Output

Choose a tag to compare

@celstnblacc celstnblacc released this 01 May 10:43
d30424e

What's Changed

Add MP3 as an alternative recording format, ~10x smaller than WAV.

New Features

  • MP3 output format: 128kbps CBR via mp3lame-encoder
  • Recording Format setting: WAV/MP3 toggle in Advanced Settings > History
  • Files saved as phraser-{timestamp}.mp3 when MP3 is selected

Notes

  • WAV remains the default (lossless)
  • MP3 uses LAME encoder at best quality setting
  • vLLM/Ollama post-processing already works via the Custom or Ollama provider (OpenAI-compatible API)

Full Changelog

v0.8.0...v0.9.0

🤖 Generated with Claude Code

v0.8.0 — Phraser Rebrand

Choose a tag to compare

@celstnblacc celstnblacc released this 01 May 09:36
fc51b2e

What's Changed

Complete Handy-to-phraser rebrand with new waveform icon design.

New Icons

  • App logo: waveform bars + "Aa" text on dark blue gradient background
  • Tray icons: waveform (idle), waveform + red dot (recording), waveform + arrow + A (transcribing)
  • Dark and light theme variants for all states

Code Changes

  • All Handy references renamed to phraser (structs, components, files, commands)
  • Updated i18n strings across 18 locales
  • PhraserHand.tsx SVG component replaced with waveform design

Full Changelog

v0.7.15...v0.8.0

🤖 Generated with Claude Code

v0.7.15

Choose a tag to compare

@github-actions github-actions released this 05 Mar 20:54
a8e73a0

What's Changed

  • Security/ship readiness 2026 03 04 by @celstnblacc in #1
  • docs: update README custom additions and newblacc attribution by @celstnblacc in #2
  • fix: improve Claude auto-submit reliability and refresh app icons by @celstnblacc in #3
  • fix: improve macOS paste reliability with AppleScript by @celstnblacc in #4
  • fix: auto-submit focus, app icons refresh, and Parler→Phraser rebrand by @celstnblacc in #5
  • fix: autosend focus improvements and icon refresh by @celstnblacc in #6
  • refactor: decouple postProcessStore from settingsStore and improve code quality by @celstnblacc in #7
  • feat: simplify Post Process actions, add Ollama provider, and full UI test coverage by @celstnblacc in #8

New Contributors

Full Changelog: v0.7.14...v0.7.15