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>
- 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, asofficial
orcommunity
- add
dmsgweb
as new tools to release
- change
dmsgget
todmsgcurl
with new functionalities
- 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
- 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
- switch from AppVeyor to Github Action in CI process