Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.64 KB

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.

updates may be generated with scripts/changelog.sh <PR#lowest> <PR#highest>

1.3.17

Added

  • add --auth flag as simple authentication logic for recognize official dmsg servers
  • add --official-server flag for fetch dmsg servers list as official
  • add serverType in dmsg server entries for showing type of it, as official or community

1.3.14

Added

  • add dmsgweb as new tools to release

Changed

  • change dmsgget to dmsgcurl with new functionalities

Commits

  • update skywire-utilities #244
  • add ConnectedServersPK method #243
  • improve logic on save file dmsgcurl #242
  • dmsgcurl #238
  • dmsg client using socks5 proxy basic example #237
  • Bump Go images for Docker to 1.20-alpine #235
  • Export RootCmds #234
  • Dmsgweb #229

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

  • switch from AppVeyor to Github Action in CI process