Skip to content

autocut 0.3.2

Choose a tag to compare

@cobanov cobanov released this 18 May 22:19

Patch on top of v0.3.1, plus Windows builds.

What's new

  • Explicit zoom controls (−, +, fit) in the timeline header, left of the
    transport. The fit button is always visible and shows the current zoom
    multiplier; click to snap back to 1×.
  • Cuts panel auto-scrolls to the hovered row when you hover a keep
    segment in the timeline. Off-screen rows come into view; on-screen rows
    don't jitter (block: nearest).
  • Windows x86_64 builds via a GitHub Actions workflow. First release
    shipping .msi and .exe installers alongside the macOS dmg.

Install

macOS Apple Silicon

brew upgrade --cask cobanov/tap/autocut

Or grab autocut_0.3.2_aarch64.dmg.

Windows x86_64

Download autocut_0.3.2_x64-setup.exe (NSIS, 102 MB) or
autocut_0.3.2_x64_en-US.msi (MSI, 166 MB) and run it. The bundle is
unsigned, so SmartScreen warns on first launch — click More info →
Run anyway
.

Windows builds were produced via GitHub Actions on windows-latest
(MSVC). Tested for build success; in-app testing welcome.