Skip to content

v0.7.0

Compare
Choose a tag to compare
@bcsanches bcsanches released this 16 Oct 23:06
· 246 commits to master since this release

Version 0.7.0 - 16/10/2022

General Features

  • Added TurntableAutoInverterDecoder for easy turntable polarity inversion

SharpTerminal

  • Allow user to set signal aspects from SignalDecoder panel
  • Display RemoteDevice free ram value
  • Added support to TurntableAutoInverterDecoder

SharpEEPromViewer

  • Correctly showing decoders slots
  • Added support to TurntableAutoInverterDecoder

Code

  • Using sigslot library (https://github.com/palacaze/sigslot), removed manual listeners code from Services
  • SignalManager does not needs a regular update, now it is fully based on events
  • NetworkDevice now only relies on Events, does not need fixed udpates anymore
  • Improved state exchange protocol for server and clients, avoid too may extra messages
  • Fixed possible bug on arduino servo programmer task management
  • Bumped protocol version to 6
  • Bumped EEPROM versoin for decoders
  • Fixed bug on unknown messages handling that sends null to the log