Ten more commits landed after the 0.28.1 release commit — the deb image fix, the two macOS audio ones (#221 + #223) and the TV screenshot automation — so the release paperwork no longer described the release. CHANGELOG: 50 -> 60 commits since v0.28.0. Nothing else moves; the version table is unchanged on every row, re-verified against the tag (`include/`, `crates/pf-driver-proto`, `plugin-kit/package.json` and `sdk/` are all still byte-identical to v0.28.0, so the C ABI stays 19). #221 brought its own CHANGELOG section, so the technical half already covered it. NOTES: the user-facing file had no mention of the macOS fault at all, and it is headline-grade — streaming from a Mac with the mic on cut audio AND froze input on a ~2.5 s metronome, with turning the microphone off as the only workaround. It now leads the summary paragraph, has a TL;DR line and a full Fixed entry explaining the loop in plain terms (a mic that cannot run echo cancellation, each failed attempt knocking out the working path and thereby triggering the next). The TL;DR was also trimmed from nine multi-line bullets to seven one-liners. `docs/releases/README.md` asks for 3-6, and this release has an unusual number of genuinely severe entries — seven is the honest floor without hiding one, and the long-form detail was already duplicated below in Fixed, which is where it belongs. The Apple stats-overlay and Apple TV colour bullets lost their TL;DR slots and keep their Fixed entries. `SessionAudio.start()` being asynchronous on macOS is added to the notes' `For developers` paragraph — it is the one embedder-visible edge in #223, and an embedder who only reads the notes would otherwise meet it at runtime. Play notes are untouched and still accurate: the only commit to touch clients/android since is `b6b3c10c`, which is screenshot CI, not app behaviour. Gates on this tree: fmt clean, `cargo metadata --locked` consistent, `cargo test -p punktfunk-core` 210 passed, C ABI harness abi_version=19, `api/openapi.json` and the docs-site copy still byte-identical.