What’s Changed
- #41 - Simplify daemon shutdown handling (@balloob)
- #40 - Update README (@balloob)
- #38 - Simplify shutdown handling in TUI app (@balloob)
- #29 - Implement systemd unit and guided installer script (@trisweb)
- #36 - Refactor: Clean up app initialization and connection handling (@balloob)
- #34 - Lint on PRs (@balloob)
- #32 - Update Sendspin protocol spec link and add reference note (@balloob)
- #31 - Catch PortAudio library not found error and provide installation instructions (@balloob)
- #30 - Enable eager start for create task calls (@balloob)
- #22 - Extract audio handler to own file (@balloob)
⚠ Breaking Changes
# Before
sendspin --headless
# After
sendspin daemon--headless is still accepted but will print a warning.
🐛 Bugfixes
- #42 - Fix TUI reconnection when --url is specified (@balloob)
- #26 - Handle exception on Windows (@balloob)