Skip to content

Latest commit

 

History

History
147 lines (74 loc) · 5.77 KB

File metadata and controls

147 lines (74 loc) · 5.77 KB

Changelog

All notable changes to VTS - Voice Typing Studio will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.3 (2026-01-04)

Bug Fixes

  • trim whitespace from API keys in PreferencesView (#96) (8e711a0)

1.1.2 (2025-10-05)

Bug Fixes

  • enhance error handling and enforce system prompt character limit (#94) (e587e9a)

1.1.1 (2025-10-04)

Bug Fixes

  • update build script to use PRODUCT_NAME for app paths instead of SCHEME (f62d503)

1.1.0 (2025-10-04)

Features

  • add homebrew for easier installation (#91) (d3cfbf6)
  • change app name from "VTSApp" to "VTS" to be cleaner (#90) (989866f)

1.0.0 (2025-09-11)

Features

  • add optional Faster ⚡️ option which uses OpenAI realtime API for transcription which should improve latency (#83) (2080781)

0.13.0 (2025-08-28)

Features

  • improve text injection in general by using Unicode typing simulation (#76) (f931827)

0.12.0 (2025-08-26)

Features

  • enhance markdown processing in appcast generation for improved HTML output in updates display (f35260e)

0.11.4 (2025-08-26)

Bug Fixes

  • sparkle: align CFBundleVersion with CFBundleShortVersionString for proper update detection (1faa73d)

0.11.3 (2025-08-26)

Bug Fixes

  • fix appcast generation with signature injection support (b803ab3)

0.11.2 (2025-08-26)

Bug Fixes

  • fixed emoji injection by modernizing TextInjector with UTF-16 support (#70) (f3955d3)

0.11.1 (2025-08-25)

Bug Fixes

  • update Sparkle public key in Info.plist for auto-update functionality (41e8e33)

0.11.0 (2025-08-25)

Features

  • integrate basic telemetry for measuring future improvements (404a661)

0.10.0 (2025-08-25)

Features

  • update default STT provider to OpenAI and reorder default models (ed13e56)

Bug Fixes

  • release automation fix to avoid having the appcast in the repo (which requires more permissions and pollutes the code) and instead generate it on every release (d25d111)

0.9.2 (2025-08-24)

Bug Fixes

  • fixed and simplified the CHANGELOG.md file (ab86ce3)

0.9.1 (2025-08-24)

Features

  • add Deepgram provider support (#36) (e114d48)
  • setting up release-please and Sparkle cast for auto-updates (changes)

0.2.1 (2025-08-02)

✨ Features

  • Initial release of VTS (Voice Typing Studio)
  • OpenAI Whisper and Groq API integration
  • Custom global hotkeys for recording control
  • Microphone priority management
  • Launch at login functionality
  • Native macOS dictation replacement experience

🔒 Security

  • API keys stored securely in macOS Keychain
  • All API communications use HTTPS/TLS encryption
  • Explicit microphone and accessibility permissions required

📚 Documentation

  • Comprehensive README with setup instructions
  • Contributing guidelines and code of conduct
  • Installation and usage documentation

[Unreleased]

🚀 Coming Soon

  • See Roadmap in the README.md for upcoming features and improvements.

For more information about each release, visit the GitHub Releases page.