Skip to content

yap v0.1.3

Choose a tag to compare

@github-actions github-actions released this 28 Jun 00:36

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 _enumeratingSubviewsCount assertion 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.device accepts 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).