Skip to content

v0.2.1 — Universal binary, macOS 14 minimum

Choose a tag to compare

@sliday sliday released this 28 May 12:45
· 5 commits to main since this release

Patch release that broadens compatibility. No new app features beyond v0.2.0.

✦ What's new

  • Intel + Apple Silicon — `caip` now ships as a universal binary (x86_64 + arm64). The `build.sh` script lipos both arches together and works on bare Command Line Tools (no full Xcode required).
  • macOS 14 (Sonoma) minimum — dropped the macOS 15-only SwiftUI APIs (`columnVisibility`, `navigationSplitViewColumnWidth`, `toolbar(removing:)`, `.symbolEffect(.rotate)`). Everything else is identical.

Thanks to @iSevenDays for both contributions (#1, #2).

Install

Download `caip.zip` → unzip → drag to `/Applications` → launch → menubar `✦` → Settings…

🐇