Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 594 Bytes

Changelog

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.

1.3.0

Added

  • add start command to dmsg-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

Changed

  • increase limitation of ReadWritePacket on noise pkg from 4KB to 64KB
  • switch from AppVeyor to Github Action