Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: velixio/VoiceStudio

Tags

v0.3.5

Toggle v0.3.5's commit message
OmniVoice Studio v0.3.5

v0.3.4

Toggle v0.3.4's commit message
OmniVoice Studio v0.3.4

v0.3.3

Toggle v0.3.3's commit message
OmniVoice Studio v0.3.3

v0.3.2

Toggle v0.3.2's commit message
OmniVoice Studio v0.3.2

v0.3.1

Toggle v0.3.1's commit message
OmniVoice Studio v0.3.1

v0.3.0

Toggle v0.3.0's commit message
v0.3.0 — first stable release on the v0.3.0 line

Tagged at f555fe0 (origin/main). All 13 CI checks green on this commit;
backend suites re-verified locally (679 + 93 passed).

preview

Toggle preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): skip supertonic license/cpu tests when the optional dep is a…

…bsent (debpalash#211)

release.yml installs deps with plain 'uv sync' (no optional engines), so
test_cpu_only_honest and test_license_gate failed there — is_available()
short-circuits with 'supertonic package not installed' before reaching the
license check those tests assert on. This blocked EVERY release (preview and
stable) at the test gate, not just the preview build that surfaced it.

Skip the two when 'supertonic' isn't importable (optional opt-in engine). They
still run fully under ci.yml's 'uv sync --all-extras'; the absent-package path
is covered independently by test_optional_dep_missing. Also fixes the same two
failing on a local '.venv' without the extra.

Verified: tests/test_supertonic3.py now 8 passed, 5 skipped, 0 failed without
supertonic installed.

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>

v0.2.7

Toggle v0.2.7's commit message
v0.2.7 — frameless dictation widget, GHCR Docker, README overhaul

feat/frameless-dictation-widget

Toggle feat/frameless-dictation-widget's commit message
chore: bump version to 0.2.7, add changelog entry

v0.2.6

Toggle v0.2.6's commit message
v0.2.6 — tray-aware shell, hotkey customization, WS dedupe, FSL relic…

…ense

See CHANGELOG.md for the full release notes — release.yml extracts the
matching section automatically and uses it as the GitHub Release body.