Patch release — bugfixes only.
Fixed
- System-wide input freeze / WindowServer crash. A permission-monitor probe created a
kCGHIDEventTapevery 15s and never invalidated it, so orphaned taps accumulated in the system event-tap table until keyboard and mouse input froze system-wide (and WindowServer could crash) after Minutes ran for a few hours — quitting Minutes instantly restored performance. Taps are now invalidated on teardown and the probe runs once per process. (#488, #499, #500) - 0.22.0 crash on macOS 15. The native call-capture Swift helper was built with a macOS-26 minimum and
dyld-aborted on macOS 15; the Swift helpers' deployment targets are now pinned so they load on macOS 14+. (#494, #497) - Linux PipeWire
--callauto-detect.--call/call = "auto"now recognizes a PipeWire system-audio sink (speakers/headphones/Bluetooth) instead of falling back to mic-only. Thanks @gtheys. (#489) - Apple engine speaker mapping.
summarization.engine = "apple"no longer fails speaker mapping with "Unknown engine: apple". (#487, #498)
Thanks to @Victors081 and @jmh1313 for the reports that made the macOS fixes possible.