Skip to content

Releases: braden-w/whispering

App v6.5.0

27 Mar 01:07
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: overhauled shortcuts page, smooth upgrade process for settings, internal commands implementation by @braden-w in #480
  • feat: option to select native tauri rust recording method by @braden-w in #481
  • feat: shortcut pages overhauled again with keyboard input rather than manually typing shortcuts by @braden-w in #482
  • feat: add elevenlabs scribe support by @braden-w in #488
  • feat: push to talk shortcut by @braden-w in #489

Full Changelog: v6.4.3...v6.5.0

App v6.4.2

26 Mar 15:51
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

Full Changelog: v6.4.1...v6.4.2

App v6.4.1

20 Feb 21:33
Compare
Choose a tag to compare

Full installation instructions can be found here.

Full Changelog: v6.4.0...v6.4.1

App v6.4.0

17 Feb 19:16
a460a18
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

Full Changelog: v6.3.1...v6.4.0

App v6.3.1

10 Feb 15:09
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • hotfix: transformations properly await then run on transcription result by @braden-w in #456
  • fix: use separate toast id for transcribe and transform by @braden-w in #457

Full Changelog: v6.3.0...v6.3.1

App v6.3.0

08 Feb 05:32
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

Full Changelog: v6.2.0...v6.3.0

CleanShot 2025-02-08 at 00 32 03

App v6.2.0

06 Feb 16:56
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: save blob as arrayBuffer to IndexedDb for ios compatibility and better persistence by @braden-w in #447
  • feat: better clipboard button on home screen by @braden-w in #448
  • feat: better transcribed text on home screen by @braden-w in #449

Full Changelog: v6.1.0...v6.2.0

App v6.1.0

03 Feb 04:51
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: move recorder singleton to tanstack query by @braden-w in #439
  • feat: allow select of recording device from home page by @braden-w in #443
  • wip feat: cleanup mutations and recorder.ts by @braden-w in #441
image

Full Changelog: v6.0.0...v6.1.0

App v6.0.0

26 Jan 19:53
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • major feat: post-processing, Dexie.js Migration, TanStack Query Integration, Enhanced UI/UX with Sound Notifications by @braden-w in #427
    • Transformation Pipeline
      • Introduced complete transformation pipeline for recording post-processing
      • Added multi-provider AI support (Groq, Anthropic, OpenAI)
      • Implemented find-and-replace functionality with regex support
      • Created resizable dialog panes for step editing, testing, and history tracking
    • Database Improvements
      • Migrated to Dexie.js from IndexedDB for better performance
      • Added transformation runs support
      • Implemented robust database migration system
    • Performance & Caching
      • Integrated TanStack Query for efficient state management
      • Added custom mutation hooks for lifecycle management
      • Optimized bulk operations and cache handling
    • Enhanced UI/UX
      • Added sortable and filterable data tables with pagination
      • Implemented card-based layouts with smooth transitions
      • Added sound notification system
      • Improved dialog system with unsaved changes protection
        by @braden-w in #427
  • feat: merge recordings back into one table in IndexedDb by @braden-w in #417
  • feat: move createMutations to lazy pattern with lazy use prefix, use context, better checkboxes by @braden-w in #430
  • feat: better transformation management ui, select post-processing dropdown by @braden-w in #431
  • feat: include latest transformationRun in recordings view by @braden-w in #432

Full Changelog: v5.3.0...v6.0.0

App v5.2.1

30 Dec 22:52
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: much better error messages for transcription by @braden-w in #398
  • feat: cleanup transitions between recorder states by @braden-w in #400
  • feat: standardize notifications with toast, miscellanous bug fixes by @braden-w in #401
  • feat: notification log by @braden-w in #402
  • feat: close to tray, numerous tray improvements by @braden-w in #403
  • feat: message discouraging users from close to tray in MacOS by @braden-w in #405
  • feat: play a sound when the transcription is complete by @braden-w in #406

Full Changelog: v5.2.0...v5.2.1