Skip to content

Tags: infiniV/VoiceFlow

Tags

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #35 from infiniV/fix/version-check-crlf

fix(ci): tolerate CRLF in uv.lock version check

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from infiniV/release/v1.6.1

chore: release v1.6.1

v1.6.0

Toggle v1.6.0's commit message
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.

v1.6.0-rc2

Toggle v1.6.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from infiniV/release/v1.6.0-rc2

release: v1.6.0-rc2 hotfix bundle

v1.5.1

Toggle v1.5.1's commit message
VoiceFlow v1.5.1

v1.5.0

Toggle v1.5.0's commit message
VoiceFlow v1.5.0

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v1.3.2 - Linux CUDA and paste fixes

release: v1.3.2 - Linux CUDA and paste fixes

v1.4.0-linux-experimental

Toggle v1.4.0-linux-experimental's commit message
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