v0.72.0
Highlights
🖥️ Monitor brightness now works everywhere on macOS + Windows
The brightness feature (brightness / bri) was rewritten to use software (gamma-table) dimming on macOS (CGSetDisplayTransferByFormula) and Windows (SetDeviceGammaRamp). It now controls every display — the built-in laptop panel and external/adapter-connected monitors — with no DDC round-trip and no extra permission. This fixes brightness being completely non-functional on Apple Silicon, where pure DDC/CI returns invalid DDC/CI length and writes silently no-op through DP/HDMI adapters. Linux keeps hardware DDC/CI. A 10% floor prevents an unrecoverable black screen. (Software dimming reduces emitted light, not the backlight — darker than native only.)
⌨️ Custom commands always win the top slot
A complete custom command now ranks above app-launcher hits, so typing terminal runs the "open a terminal in the current Finder folder" command instead of launching Terminal.app. Command rows are now highlighted in reddish so triggering a command is visually obvious.
🐚 terminal opens in the Finder folder
iTerm2 is now driven via AppleScript to cd into the frontmost Finder window's folder (falling back to Terminal.app).
✅ Tests
20 new unit tests; 380 Rust + 568 frontend pass.
Artifacts: macOS (Apple Silicon) DMG attached. Windows (.msi) and Linux (.deb/.AppImage) builds are produced on their respective build machines.
See CHANGELOG.md for full details.