Skip to content

yap v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 00:01
· 4 commits to main since this release

yap v0.1.2

A polish release on top of v0.1.1.

Fixed

  • macOS app icon. The bundled icon shipped as a hard square (black corners), so Finder and Launchpad drew it as a white-edged box. It's now a proper transparent-corner squircle, baked into the build so it can't regress.
  • Install on Python 3.14. requires-python is capped at <3.14 — the native deps (ctranslate2, pynput, PyObjC) don't have 3.14 wheels yet, and an unconstrained install would build on 3.14 and then crash at launch. Now it fails fast with a clear message; use Python 3.9–3.13.

Docs

  • The one-liner install needs the [full] extra for the macOS menu-bar app:
    pipx install "yap-dictation[full] @ git+https://github.com/AkuchiS/yap"
  • Microphone/docking guidance is now cross-platform (monitor and dock mics hijack the default input on Windows and Linux too), and the pricing copy says early adopters stay free.

Install

Download a build below, or pipx install "yap-dictation[full] @ git+https://github.com/AkuchiS/yap" (Python 3.9–3.13).