All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add
start
command todmsg-server
, should used like./dmsg-server start config.json
- add
gen
command to generate config, with two flag-o
for output file and-t
for using test env values
- increase limitation of ReadWritePacket on noise pkg from 4KB to 64KB
- switch from AppVeyor to Github Action