This is sort of a non-announcement since there's no binary change from the 20210914 release, but I'm sufficiently satisfied with the positive reports from AirTalk users to release a v1.0.0 of TashTalk:
Binary identical to 20210914
github.com
I'm contemplating making a breaking change (which will be released as v2.0.0) to mux the LocalTalk in and out pins onto the same pin (RA5), freeing up RA3 to act as !MCLR, which is the PIC's reset pin. Tying this pin high will see the chip acting the same as before, but pulling it low will hold the chip in reset and tristate all its pins, allowing for TashTalk to share its RS422 transceiver with other circuitry.
@bdurbrow was interested in such a change a while back, but I was at the time contemplating implementing it with another serial command, a solution that I didn't like as much because it added too many states to the firmware and increased the chances of getting the chip into a bad state. With a hard reset pin, though, you can't miss - plus it gives another way to force the chip to a known-good state.
...We'll just have to see whether I understand my own code well enough to pull this off. =)