Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 20:29
· 137 commits to refs/heads/main since this release
38ce115

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

  • #33 - Split headless mode into separate daemon command (@balloob)
# Before
sendspin --headless

# After
sendspin daemon

--headless is still accepted but will print a warning.

🐛 Bugfixes

⬆️ Dependencies and CI