Releases: artificemachine/phraser
Releases · artificemachine/phraser
Release list
v0.10.2
What's Changed
Full Changelog: v0.10.1...v0.10.2
v0.10.1
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
v0.9.2
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
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
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}.mp3when 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
🤖 Generated with Claude Code
v0.8.0 — Phraser Rebrand
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
🤖 Generated with Claude Code
v0.7.15
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
- @celstnblacc made their first contribution in #1
Full Changelog: v0.7.14...v0.7.15