Skip to content

v0.7.3

Choose a tag to compare

@richardbowman richardbowman released this 28 May 14:43
· 514 commits to main since this release
3f9f40d

Bug fix

  • fix: per-thread draft isolation on stop — When stopping a thread, the interrupted handler now restores the correct thread's last-sent text. Previously, lastSentText was a single shared string; switching threads and hitting stop would write the wrong thread's text into the input box.

Commits

3f9f40d chore: bump version to v0.7.3 (#88)
73a8da5 fix: scope lastSentText per thread to prevent draft crossover on stop (#87)