Releases: virajshoor/ultraclicky
Releases · virajshoor/ultraclicky
Release list
UltraClicky v1.1.0
What changed
- Added adaptive voice activity detection that rejects steady noise, rumble, and transient sounds.
- Added microphone filtering for clearer speech input.
- Made completed microphone turns atomic so voice requests cannot start without audio.
- Added committed-turn transcription before agent reasoning, preventing empty or unusable audio-only requests.
- Added voice activity tests and updated voice documentation.
Verification
- macOS test suite passes.
- Debug app builds successfully.
- Tracked files, staged content, and Git history scanned with no OpenAI API key matches.
.envand.claude/remain ignored.
UltraClicky v1.0.1
Follow-up public source release.
- Removes tracked .claude agent notes from the published source tree.
- Adds .claude/ to .gitignore so local agent notes stay local.
Validation:
- Current tree has no tracked .claude files.
- .claude/ and local env files are ignored.
- Secret scan of the current tracked tree for real API key patterns passed.
UltraClicky v1.0.0
Initial public release.
- Adds MIT license.
- Keeps real API keys in local .env files ignored by Git.
- Stops the Xcode build from copying .env into the app bundle.
- Documents safe GitHub publishing expectations.
Validation:
- Secret scan across tracked history for real OpenAI/API key patterns passed.
- .env was never tracked in Git history.
- Debug app bundle contains no .env file.
- xcodebuild Debug build succeeded.