Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 00:35
· 180 commits to main since this release

Aura v1.0.1 — Hotfix & Security Release

Fixes & Improvements

  • Fixed critical local Whisper crash in release build: Resolved an issue where local voice dictation returned a "Model not downloaded" error. CPU-specific instruction DLLs (like ggml-cpu-alderlake.dll) are now successfully loaded by setting the sidecar working directory directly to binaries/ at startup.
  • Case-insensitive environment variables handling: Added robust detection for Windows PATH casing when launching external processes.
  • Added diagnostic logs: The application now saves raw transcription errors to last_transcription_error.txt in the local AppData folder for easier offline debugging.
  • Security Hardening (IPC Hardening): Restructured arguments validation in Rust backend commands to prevent path traversal risks.

Full Changelog: https://github.com/malashkadev/aura/commits/v1.0.1