Skip to content

VoiceTypr v1.8.0

Choose a tag to compare

@moinulmoin moinulmoin released this 20 Sep 18:57
· 181 commits to main since this release

Bug Fixes

  • Add support for multi-channel audio recording (4+ channels) (54e2a0e)
  • Enable macOS Cmd+Ctrl hotkey combinations (e427cae)
  • Extend offline grace period to 90 days for Issue #15 (7f7bef8)
  • Implement secure licensing with grace periods (b123c36)
  • Improve hotkey system and shorten feedback messages (bc5ee35)
  • Improve language selection UX with alphabetical sorting and name-based search (5f2d631)
  • Reduce drag-and-drop area height for better UI balance (5a3dd8c)
  • Remove redundant audio validation to solve Issue #16 "Audio too quiet" (b977f7b)
  • resolve UnwindSafe trait issues in panic prevention tests (f431ee1)
  • Restore download progress updates for model downloads (e3c13b8)

Features

  • Add audio file upload and transcription support (beed3d0)
  • Add audio file upload for transcription with multi-format support (38f0c58)
  • add export to JSON functionality with backend implementation (7a18ce1)
  • add Help section and share stats functionality (e67dc68)
  • add microphone selection with bidirectional sync (1791519)
  • Add push-to-talk recording mode (#13) (a6ef9ae)
  • Comprehensive hotkey system improvements with physical key support (6938472)
  • enhance history page with search and improved UI (8bd2135)
  • Enhance HotkeyInput with editing state notification and update onboarding hotkey initialization (43dca35)
  • Enhanced license activation with OS metadata for better device identification (c7b52da)
  • Improve history card display (d1a0e67)
  • improve UI/UX for support links and Quick Tips section (c3f818f)
  • optimize transcription updates with append-only system (5852078)
  • redesign Advanced section UI/UX (ae5f1ca)
  • redesign Formatting page (formerly Enhancements) with improved UI/UX (e006317)
  • redesign Models page with improved UI/UX (53f8837)
  • redesign overview dashboard with streak tracking and interactive stats (415d730)
  • redesign Settings page with modern UI (2d77331)
  • split Account section into License and About sections (4a06489)

Performance Improvements

  • implement caching layer for settings and license to reduce I/O overhead (391d752)
  • optimize transcription flow by reducing delays and improving UX (22e303a)