Breaking change
The default port of the daemon is now port 8928 instead of 8927. This should not impact functionality as the daemon is automatically discovered by a sendspin server regardless of the port.
New features
- Full support for setting files for daemon, TUI and serve modes. Read documentation for more information.
What’s Changed
- #83 - Bump aiosendspin 3 (@balloob)
- #82 - Change default client port from 8927 to 8928 (@balloob)
- #81 - Document update procedure for preserving configuration (@copilot-swe-agent[bot])
- #78 - Upgrade sendspin installation command (@balloob)
- #73 - Extend settings configuration (@balloob)
- #72 - Allow connecting to passive clients in serve mode (@balloob). Add extra clients with
sendspin serve --demo --client http://localhost:8928/sendspin
🐛 Bugfixes
- #67 - Improve systemd script, refactor logic, fix issues (@trisweb)
- #71 - Daemon mode: Send GoodByeMessage when disconnecting a server (@balloob). This will better handle multiple sendspin servers in your network.
⬆️ Dependencies and CI
- #68 - Pin Sendspin dependencies to current major versions (@maximmaxim345)