v0.7.3
A patch release closing a gap the 0.7.2 hook fix left open:
- Hook speech never touches the console device directly anymore.
speakTtykept a fallback that wrote straight to/dev/tty(POSIX) or\.\CON(Windows) whenever the speech-file environment variable was unset. On Windows that write lands on screen instead of throwing, so any process inheriting the console host — including a test run — could paint Rocky's hook output over whatever else owned the terminal. Both shipped hooks have set the speech-file variable since 0.7.2, so the fallback only ever served stray non-hook invocations; it is gone, and hook speech is silently discarded without a speech file instead.
Full Changelog: v0.7.2...v0.7.3