Features/PolishNew in 1.1.0ยทIntroduced in 1.1.0

Sound feedback

Optional 'Tink' chime when shaking starts or stops.

What it does

Plays a short macOS system sound (Tink) on every transition between shaking and not shaking.

How it works

The engine watches its `isShaking` state for transitions and calls `NSSound(named: "Tink")?.play()` when it changes.

Where to find it

Settings โ†’ General โ†’ Play a sound when shaking starts or stops. Off by default.

When to use it

When you want to be aware in real time that Shake It On just started or stopped โ€” for example, you're using strict conditions and want to know the moment they flip.