Releases: AnimatedLEDStrip/server
Releases · AnimatedLEDStrip/server
1.1.2
What's Changed
- Add saved animation support
- Update Dependencies and Fix Tests by @maxnz in #163
Full Changelog: 1.1.1...1.1.2
v0.6
- Move animation handler code (i.e. starting, stopping and tracking animations) to core library
- Add commands to command line
- View/start/stop/add connections
- Turn logs for command line connection on or off
- Add more flags
- More tests
v0.5
- Improve local CLI
- Add startServer()
v0.4
- Add local text connection via port 1118 - use by running another instance of the server with the -C flag
- Send end-of-animation messages to clients
- Allow animations to be persistent across restarts if the -P flag is used