yap v0.1.3
yap v0.1.3
Fixed
- Menu-bar app crash on launch (
SIGABRT). The status/title were updated from background threads; AppKit isn't thread-safe, so on macOS 26.x this tripped an_enumeratingSubviewsCountassertion and the app quit unexpectedly. All menu-bar UI updates now run on the main thread.
Also included (if you're coming from 0.1.0)
- External-display / docking mic fix — captures at the mic's native rate, and
audio.deviceaccepts an ordered fallback list so docking/clamshell doesn't lose your mic. - App icon — proper transparent-corner squircle (no more white box in Finder).
yap update— checks for newer releases; menu-bar shows an "update available" notice.- Install caps Python at <3.14 (native deps lack 3.14 wheels).
Install
Download below, or pipx install "yap-dictation[full] @ git+https://github.com/AkuchiS/yap" (Python 3.9–3.13).