Buzz Changelog

What's new in Buzz 0.9.0

Mar 15, 2024
  • Update language translations
  • Update docs
  • Publish to PyPI
  • Upgrade to Whisper v3 in #626
  • Fix OpenAI API transcriber audio limits
  • Add folder watch
  • Update Linux Snap build
  • Add URL imports
  • Fix CLI generating blank filenames
  • Save transcriptions to SQLite
  • Fix Linux Keyring exceptions in #685
  • Add transcript text viewer in #686

New in Buzz 0.8.4 (Aug 20, 2023)

  • Fix Faster Whisper large model selection.
  • Update translations.
  • Add delete model and show model location options.
  • Add audio player.
  • Add default file name setting.
  • Fix JSONDecodeError while reading tasks list.
  • Add captions to audio player.
  • Upgrade whisper.cpp.

New in Buzz 0.8.3 (Jul 5, 2023)

  • What's Changed:
  • spanish strings translation by @johnfelipe in #510
  • Move transcriptions to individual cache files by @chidiwilliams in #519

New in Buzz 0.8.2 (Jun 20, 2023)

  • Add new lines in TXT segments by @chidiwilliams in #436
  • Add Simplified Chinese and Traditional Chinese translation by @c469591 in #437
  • Change os.rename to shutil.move when downloading models by @chidiwilliams in #459
  • Add duration for completed files by @chidiwilliams in #463
  • Fix model loader 'stop' attribute by @chidiwilliams in #478
  • Add Linux desktop entry sample by @faveoled in #480
  • Fix key error when loading output formats from settings by @chidiwilliams in #482
  • Add DEB bundle by @chidiwilliams in #483
  • Add Snapcraft by @chidiwilliams in #486

New in Buzz 0.8.1 (May 1, 2023)

  • Fix Windows 10 build.
  • Upgrade to 0.8.1.

New in Buzz 0.8.0 (May 1, 2023)

  • Add link to Mac app by @chidiwilliams in #385
  • Drag and drop to import file by @chidiwilliams in #398
  • Export transcription before preview by @chidiwilliams in #399
  • Add Faster Whisper by @chidiwilliams in #400
  • Save settings by @chidiwilliams in #401
  • Add keyboard shortcuts by @chidiwilliams in #409
  • Add transcript editor by @chidiwilliams in #410
  • Add keyring store for API keys by @chidiwilliams in #411
  • Fix transcription tasks table column resizing by @chidiwilliams in #412
  • Update Whisper.cpp by @chidiwilliams in #415
  • UI localization to Polish by @Piciok in #413
  • Add benchmarks by @chidiwilliams in #417
  • Fix queue waiting by @chidiwilliams in #419
  • Try to load API key only when needed by @chidiwilliams in #420
  • Add models preferences by @chidiwilliams in #421
  • Fix Whisper.cpp on Windows by @chidiwilliams in #422
  • Add CLI by @chidiwilliams in #424
  • Update to 0.8.0 by @chidiwilliams in #430

New in Buzz 0.7.2 (Mar 11, 2023)

  • Fail transcription task if whisper transcription fails with non-zero exit code by @chidiwilliams in #295
  • Fix error message by @chidiwilliams in #296
  • upgrade to 0.7.2 by @chidiwilliams in #301
  • Add internationalization by @chidiwilliams in #306
  • Update Catalan translation by @jordimas in #307
  • Fix 'No Python frame' crash when the transcriber worker thread is quit while waiting for new tasks by @chidiwilliams in #309
  • Cancel transcription tasks by @chidiwilliams in #318
  • Upgrade stable ts by @chidiwilliams in #324
  • Upgrade whisper.cpp by @chidiwilliams in #325
  • Fix recording window shutting down by @chidiwilliams in #326
  • Set transcription table to multi-select by @chidiwilliams in #340
  • Fix Linux build by @chidiwilliams in #341
  • Add Swift app by @chidiwilliams in #366
  • Update Catalan translation by @jordimas in #355
  • Highlight search text by @chidiwilliams in #367
  • Add csv export by @chidiwilliams in #368
  • Stop opening transcription after completion by @chidiwilliams in #370
  • Add support for OpenAI Whisper API by @chidiwilliams in #371

New in Buzz 0.7.1 (Mar 9, 2023)

  • Fix about dialog
  • Fix transcription viewer opening before transcription completes by Add segments debug logging

New in Buzz 0.7.1 Pre-release (Jan 3, 2023)

  • Fix about dialog by @chidiwilliams in #288
  • Fix Mac code-signing by @chidiwilliams in #291
  • Fix transcription viewer opening before transcription completes by @chidiwilliams in #293
  • Add segments debug logging by @chidiwilliams in #294

New in Buzz 0.7.0 (Jan 3, 2023)

  • Add advanced settings (initial prompt and temperature) by @chidiwilliams in #235
  • Add transcription viewer by @chidiwilliams in #246
  • Select multiple input files by @chidiwilliams in #259
  • Download Whisper.cpp models from Hugging Face by @chidiwilliams in #262
  • Add support for Hugging Face models by @chidiwilliams in #264
  • Use comma as SRT separator by @chidiwilliams in #280
  • Add recording amplitude indicator by @chidiwilliams in #282

New in Buzz 0.7.0 Pre-release (Jan 2, 2023)

  • What's Changed:
  • Add advanced settings (initial prompt and temperature) by @chidiwilliams in #235
  • Add transcription viewer by @chidiwilliams in #246
  • Select multiple input files by @chidiwilliams in #259
  • Download Whisper.cpp models from Hugging Face by @chidiwilliams in #262
  • Add support for Hugging Face models by @chidiwilliams in #264
  • Use comma as SRT separator by @chidiwilliams in #280
  • Add recording amplitude indicator by @chidiwilliams in #282

New in Buzz 0.6.4 Pre-release (Dec 11, 2022)

  • Add large model SHA by @chidiwilliams in #227
  • Add error message for encoding error by @chidiwilliams in #231

New in Buzz 0.6.3 Pre-release (Dec 9, 2022)

  • Update release instructions.
  • Add no-op stderr when running as Windows GUI.
  • Rollback dependency upgrades.

New in Buzz 0.6.2 Pre-release (Dec 8, 2022)

  • Remove Linux build from release by @chidiwilliams in #216
  • 0.6.2 by @chidiwilliams in #217

New in Buzz 0.6.0 Pre-release (Dec 8, 2022)

  • Update docs
  • Add more supported file format type
  • docs: add homebrew installation note
  • Fix Windows build
  • Add large (v1 and v2) Whisper models

New in Buzz 0.5.8 (Nov 24, 2022)

  • Add windows source files to build by @chidiwilliams in #166
  • Fix DLL directory on Mac by @chidiwilliams in #173
  • Upgrade to 0.5.8 by @chidiwilliams in #174