Skip to content

v0.22.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:19

Patch release — bugfixes only.

Fixed

  • System-wide input freeze / WindowServer crash. A permission-monitor probe created a kCGHIDEventTap every 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 --call auto-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.