Skip to content

v3.8.0 - macOS Quick Actions & Productivity Integrations

Choose a tag to compare

@Illyism Illyism released this 30 Jul 13:57
· 3 commits to main since this release

Added

  • macOS Finder Quick Action: Run npx @illyism/transcribe --install-mac-action to add a native right-click "Transcribe Subtitles" menu option in macOS Finder with system notifications.
  • macOS Productivity Integrations: Added setup guides in README for Apple Shortcuts, Raycast/Alfred, and Automator Drop Zone folders.
  • Unit Tests: Added a bun test suite (103 tests) covering URL vs path detection, input routing, media discovery, time parsing, and SRT timeline math.

Fixed

  • URL vs Path Disambiguation: Improved URL parsing in remote providers to prevent local filesystem paths from being misidentified as URLs.
  • SRT Millisecond Rounding: Fixed floating point truncation that could shift a cue by 1ms.
  • Negative Timestamps: Clamped negative --offset timestamps to 00:00:00,000.

npm