Skip to content

Releases: AnimatedLEDStrip/server

1.1.2

28 May 17:17
Compare
Choose a tag to compare

What's Changed

  • Add saved animation support
  • Update Dependencies and Fix Tests by @maxnz in #163

Full Changelog: 1.1.1...1.1.2

1.1.1

19 May 23:53
Compare
Choose a tag to compare
Fix version

1.1.0

19 May 23:47
Compare
Choose a tag to compare
Update workflow

1.0.1

22 Apr 21:40
Compare
Choose a tag to compare
Fix javadoc task

v0.6

17 Jan 22:36
Compare
Choose a tag to compare
  • 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

28 Sep 21:53
Compare
Choose a tag to compare
  • Improve local CLI
  • Add startServer()

v0.4

20 Sep 18:09
Compare
Choose a tag to compare
  • 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