v1.5.5
Even a completely empty text field deserves to be taken seriously.
Fixed: voice input doing nothing in empty text fields in system apps like Messages. Previously, in some system apps (like Messages), if the text field was completely empty, text wouldn't paste after you finished speaking — typing a stray space first would fix it. The root cause was that this kind of empty field can't be read correctly via the Accessibility API, so Voilà's direct-insert path couldn't verify the write succeeded and quietly gave up. It now automatically falls back to the clipboard in that situation, so even an empty field gets your text the moment you finish speaking.
No settings changes needed — just update and go.