Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 16:08
· 15 commits to main since this release

1.9.0 (2026-02-20)

✨ Features

  • add estimated time remaining feature to file queue and batch processing (51d51ad)
  • add queue resume functionality with UI prompt and local storage handling (e5df5ca)
  • add retry functionality for failed and cancelled transcription items (5011ecc)
  • add search functionality to transcription history with filtering and clear option (a3e6735)
  • add support for additional audio formats (OPUS, OGA, AMR) and update related components (f4b332c)
  • enhance FileQueue with user-friendly error messages and toast notifications for failed items (5143d07)
  • estimate remaining time during transcription processing (854be2c)
  • implement duplicate file handling in batch queue and UI updates (f6746dd)
  • implement safeSend utility for IPC communication and enhance error handling (0466600)
  • implement showItemInFolder functionality and related tests (ca1973b)
  • update README and documentation to reflect new features (f02eb73)

🐛 Bug Fixes

  • adjust margin-top in FileQueue CSS for better layout (586b979)
  • improve error handling and resource management in file fingerprint generation (35c312c)
  • resolve file path validation logic and enhance language auto-detection comment (afe0a64)
  • simplify language argument handling in transcribe function (d6b7302)