Skip to content

autocut 0.4.1

Choose a tag to compare

@cobanov cobanov released this 19 May 01:52
0187cab

Polish patch on top of v0.4.0.

What's new

Timeline

  • Pause-pan unlock - panning the timeline while paused no longer snaps back to the playhead. The auto-follow only runs during playback now. Click a far cuts-panel row and the timeline still recenters (because that's an explicit user action).

Footer

  • Dropzone footer now reads the version from package.json at build time, so it doesn't drift from the bundled binary after a release bump.

Bundled fixes from PR #2

  • Windows build (build.rs): replaces unzip with tar -xf so the ffmpeg sidecar fetch works on a stock Windows 10+ box (bsdtar ships in PATH).
  • pnpm 11 config (pnpm-workspace.yaml): onlyBuiltDependencies + strictDepBuilds: false so pnpm install no longer asks to approve esbuild builds every time.
  • Timeline perf: waveform path downsampled to ≤2000 points before rendering. Long videos (50k bins) used to freeze the UI on Windows because every scroll tick rebuilt a 100k-command SVG path. macOS WebKit absorbed it; WebView2 did not.
  • Click-to-focus cuts panel: hovering the timeline no longer smooth-scrolls the cuts panel (the per-frame scroll-animation stack was pinning the UI thread on Windows). Clicking a timeline segment focuses the matching cuts-panel row; hover still cross-highlights.

Install

macOS Apple Silicon (Homebrew)

brew update && brew upgrade --cask autocut

macOS Apple Silicon (manual)

Download autocut_0.4.1_aarch64.dmg, drag into Applications, then:

xattr -cr /Applications/autocut.app

Windows x86_64

Installer attached once the Windows workflow completes.