Tags: infiniV/VoiceFlow
Tags
chore: release v1.6.0 Promote Meetings to a first-class feature in README (moved above the general Features list, dropped the experimental tag, added a release banner). Bump version 1.6.0-rc2 -> 1.6.0 across package.json, pyproject.toml, installer/voiceflow.iss, src/lib/constants.ts, and uv.lock.
feat: GitHub Actions CI/CD and Linux audio compatibility (#17) - Add release workflow: ubuntu-22.04 (Linux) + windows-latest, triggered on v* tags - Fix glibc 2.43 incompatibility by building on ubuntu-22.04 (glibc 2.35) - Fix executable stack rejection on kernel 6.8+ via execstack -c - Add audio sample rate fallback: try 16kHz, fall back to device default, resample - Don't bundle PortAudio to preserve system PipeWire/PulseAudio backends - Track pnpm-lock.yaml and uv.lock for reproducible builds - Bump version to 1.4.0 Related: #15
feat: add cross-platform build scripts and Linux UI optimizations - Disable backdrop-filter, animated orbs, and GPU-heavy effects on Linux to avoid software-rendering slowdown - Add Qt WebEngine GPU flags (EGL, disable GPU sandbox) for Linux - Re-detect active monitor on each recording start for multi-monitor - Add showPopup setting to toggle recording indicator visibility - Lazy-import pyautogui to prevent sys.exit when tkinter is missing - Add Linux (tarball + AppImage) and macOS (.dmg) build scripts - Add release guide with per-platform build instructions
PreviousNext