Changelog
Management
- Fix outdated Network.Serial (enable persistence to the store) (#260)
Client
- Split client app into CMD and Daemon service (#239)
Now there is a daemon service running in the background and cmd can control it. - Introduce UP and Down commands to start and stop daemon
wiretrustee up
wiretrustee down
- Minor bug fixes