Full installation instructions can be found here.
This is a temporary hotfix to undo previous updates, in which the app was broken due to code signing.
Please note that you may need to run xattr -cr /Applications/Whispering.app
in terminal before running since it's unsigned, as expressed in the installation instructions.
What's Changed
Full Changelog for v4.7.2: v4.7.1...v4.7.2
Features you may have missed from 4.6.3
You may have missed these features since 4.6.3, as versions 4.7.0 and 4.7.1 were broken as discussed in #219. They now work after the new set of bug fixes!
- feat: switch away from audio recorder polyfill by @braden-w in #188
- feat: add billing instructions in settings page by @braden-w in #191
- feat: enable changing bitrate in settings by @braden-w in #194
- fix: don't always annoyingly reprompt for accessibility by @braden-w in #195
- feat: add poe support by @braden-w in #197
- fix: inconsistencies with claude rendering and fixed white screen of death by @braden-w in #205
- feat: include code signing by @braden-w in #206
- feat: auto timeout mediaStream by @braden-w in #208
- feat: display version in settings of interface by @braden-w in #211
- fix: render microphone correctly on target websites using waitForElement by @braden-w in #214
- fix: remove problematic sound content script, global-playSound.ts by @braden-w in #215
- hotfix: remove barrelling to prevent possible circular reference in imports by @braden-w in #217
- hotfix: undo code signing by @braden-w in #222