Skip to content

OnlyCue 0.7.3

Choose a tag to compare

@one-soft-engineer one-soft-engineer released this 14 Jul 16:47
· 342 commits to dev since this release

What's New in 0.7.3

  • Waveform no longer overflows its box — on loud, heavily-compressed tracks the waveform used to slam flush against the top and bottom of its well; it now keeps a margin so the envelope stays inside the boundary. (#628)
  • Vertical waveform zoom removed — on normalized peaks it only clipped the waveform into a flat block with no benefit, so the feature (and its menu items / shortcuts) is gone. Horizontal zoom is unchanged. (#622)
  • Cleaner File menu — removed the redundant "Welcome to OnlyCue" item; the welcome window still opens on launch with no document and on dock reopen. (#624)
  • Smaller download — a stray test fixture that was accidentally bundled into the app has been removed. (#630)

Install

  1. Download OnlyCue-0.7.3.dmg.
  2. Open the DMG and drag OnlyCue into your Applications folder.
  3. First launch: macOS blocks the app ("Apple could not verify 'OnlyCue' is free of malware…"). Open System Settings → Privacy & Security, scroll to Security, and click Open Anyway next to the OnlyCue notice; confirm and authenticate. (Or run xattr -dr com.apple.quarantine /Applications/OnlyCue.app in Terminal.) Future launches are silent.

Why the extra step? OnlyCue is distributed without a paid Apple Developer ID signature. The app and DMG are unsigned but otherwise unmodified. On macOS 15 (Sequoia) the old right-click → Open no longer clears this dialog. If you prefer, you can build from source (see the README).