Releases: braden-w/whispering
Whispering v7.1.1
v7.1.1 - Reworking Paste Functionality
This release resolves a bug where paste functionality was slow, unreliable, or broken, as reported in issues like #472. The paste mechanism has been reworked to simulate a native Command/Control + V keystroke instead of relying on the previous enigo.text
function. Please note that this presumes a QWERTY keyboard layout (please create a new issue if you are using another keyboard layout and it doesn't work)!
This provides a significantly more reliable pasting experience. Thank you to @shanelindsay for implementing this fix in #509.
New Contributors
- @shanelindsay made their first contribution in #509
Full Changelog: v7.1.0...v7.1.1
Questions? Join our Discord or check the documentation.
Love Whispering? Star us on GitHub to show your support!
Assets
This release contains the large media files and binary assets required by the Whispering project.
We store these assets separately from our main source code repository to keep the primary codebase lightweight.
This makes it fast to clone, preventing the Git history from being bloated by large binary files.
Note: This is a hack for asset storage. It is not a release.
Whispering v7.1.0: Upload Files for Transcription
Whispering now supports direct file uploads! Simply drag and drop (or click to browse) your audio and video files for instant transcription.

What's Changed
- refactor: extract UI components into monorepo package by @braden-w in #560
- docs: add missing mentions of M4 Mac in README.md by @heliole in #562
- refactor: centralize monorepo configs and consolidate UI package by @braden-w in #568
- refactor: simplify query utilities with WellCrafted integration by @braden-w in #570
- feat: add file upload mode for audio/video transcription by @braden-w in #579
- Feature/added upload button by @Pr4c0w1ty in #354
- refactor: unify WhisperingError and WhisperingWarning types by @braden-w in #580
- refactor: update wellcrafted package to version 0.20.0 and refactor fetch methods to use .fetch() instead of .fetchCached() by @braden-w in #581
New Contributors
- @heliole made their first contribution in #562
- @Pr4c0w1ty made their first contribution in #354
Full Changelog: v7.0.1...v7.1.0
Questions? Join our Discord or check the documentation.
Love Whispering? Star us on GitHub to show your support!
Whispering v7.0.1: Fix Window Closing Issue
This patch release removes the problematic "Close to Tray" feature that was preventing the application from closing properly on Linux systems. The app now closes normally when the close button is clicked (fixes issue #550 and #556).
Changes:
- fix: remove close-to-tray feature (v7.0.1) by @braden-w in #551
- fix: use correct toast ID for transformation completion by @braden-w in #552
Full Changelog: v7.0.0...v7.0.1
Questions? Join our Discord or check the documentation.
Love Whispering? Star us on GitHub to show your support!
Whispering v7.0.0
Whispering v7.0.0 represents the biggest rewrite in the project's entire history. We completely rewrote the application's query layer, service architecture, and UI foundations.
Impact by the Numbers:
507
files changed26,422
lines added,35,536
lines removed- Net reduction of
9,114
lines through better code organization
This is a comprehensive architectural overhaul that enhances everything. The UI responds more quickly to your actions. Errors are clearer and recover automatically. The new visual shortcut recorder displays your key combinations in real-time. And with support for local transcription through Speaches
, you can now use Whispering completely offline without any API keys.
But honestly, what you'll notice most is just how much smoother everything feels. The app responds the way you'd expect it to, without the weird delays or quirks from v6.
→ Read the full technical changelog for architecture details, bug fixes, and the complete list of improvements.
Questions? Join our Discord or check the documentation.
Love Whispering? Star us on GitHub to show your support!
App v6.5.0
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
App v6.4.1
Full installation instructions can be found here.
Full Changelog: v6.4.0...v6.4.1