Skip to content

0.16.0

Compare
Choose a tag to compare
@sbernauer sbernauer released this 19 Aug 06:45
· 6 commits to main since this release
a1e8e0e

Added

  • Added support for binary sync protocol behind the binary-sync-pixels feature (#34)
  • Added support for native display output (#38)

Changed

  • BREAKING: Feature binary-commands has been renamed to binary-set-pixel (#34)
  • BREAKING: Remove the breakwater-core crate (#37)
  • Add a FrameBuffer trait, rename the existing implementation one to SimpleFrameBuffer (#37)
  • Add a DisplaySink´trait, so that new sinks can be added more easily (#38)
  • BREAKING: No display sink is now started by default. To start the VNC server add the --vnc CLI argument (#38)

Fixed

  • Performance improvement due to addition of missing set of last_byte_parsed when sending binary pixel commands (#36)
  • Minor performance improvement when parsing HELP and SIZE requests (#36)