Skip to content

Releases: braden-w/whispering

App v5.1.2

10 Oct 14:37
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • refactor: use isWarning instead of passing variant into WhisperingError by @braden-w in #335
  • refactor: remove all instances of instanceOf and add a popup to show more details for errors by @braden-w in #337
  • feat: bump effect version and use new fetch client by @braden-w in #339
  • fix: allow opening links with Tauri shell by @braden-w in #343
  • feat: only one single instance of Whispering at a time to prevent double recording by @braden-w in #345

Full Changelog: v5.1.1...v5.1.2

App v5.1.1

05 Oct 01:01
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

Full Changelog: v5.1.0...v5.1.1

App v5.1.0

04 Oct 18:20
dded7f4
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

Full Changelog: v5.0.0...v5.1.0

App v5.0.0

16 Aug 14:00
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: option to use local faster-whisper-server on desktop by @braden-w in #290
  • feat: use handlebars instead for templating, default include timestamp in front of bulk copies by @braden-w in #291
  • feat: faster-whisper-server actually has cors support, restore to browser platform as well by @braden-w in #292
  • feat: decouple recording blobs from indexedDb for future usage in blob storage, local file system by @braden-w in #294

Full Changelog: v4.8.4...v5.0.0

App v4.8.4

13 Aug 11:37
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • fix: whispering communication, ensure whispering tab communication works when getting whispering tab by @braden-w in #286

Full Changelog: v4.8.3...v4.8.4

App v4.8.3

12 Aug 05:57
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: attempt to merge old settings with default settings when settings schema is updated by @braden-w in #283

Full Changelog: v4.8.2...v4.8.3

App v4.8.2

12 Aug 05:53
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • refactor: remove get set in settings in favor of settings.value, remove registerShortcuts service in favor of inlined logic by @braden-w in #267
  • feat: option to bring desktop app to foreground, overhaul settings get set by @braden-w in #268
  • hotfix: if alwaysOnTop = "When Recording", set always on top to false at cancel recording and error in toggling recording by @braden-w in #269
  • feat: turn off faster rerecording by default, add option to settings by @braden-w in #271
  • feat: make default setting bring to foreground while recording by @braden-w in #275
  • fix: restore password field for api keys by @braden-w in #279
  • fix: default don't expand toasts by @braden-w in #281

Full Changelog: v4.8.1...v4.8.2

App v4.8.1

12 Aug 05:53
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • hotfix: navigator.clipboard.writeTextToCursor to writeText by @braden-w in #258
  • fix: Silently catch playSound errors and log them to the console instead of render them as toast by @braden-w in #259
  • feat: message that recordings are stored locally indexedDb by @braden-w in #260

Full Changelog: v4.8.0...v4.8.1

App v4.8.0

07 Aug 02:35
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

  • feat: overhaul settings page layout and add access to groq api by @braden-w in #253
  • feat: update tanstack table v9, remove redundant internal svelte-table package by @braden-w in #254
  • feat: add groq api by @braden-w in #236
  • feat: refactor to use effect http client, update schema and other effect packges by @braden-w in #226
  • feat: update table layout by @braden-w in #230
  • feat: prompt for copy to clipboard when copying multiple recordings by @braden-w in #233
  • chore: remove svelte french toast by @braden-w in #235
  • refactor: macos specific clipboard things to clipboard service by @braden-w in #238
  • feat: download service that infers file extension from blob by @braden-w in #241
  • fix: conditionally inject openai or groq provider by @braden-w in #242
  • fix: move macos permissions prompt from copy text to write text by @braden-w in #244
  • fix: update extension settings page to catch up with web by @braden-w in #247

Full Changelog: v4.7.3...v4.8.0

App v4.7.3

28 Jul 03:51
Compare
Choose a tag to compare

Full installation instructions can be found here.

What's Changed

Full Changelog: v4.7.2...v4.7.3