Releases: nknorg/nconnect
Releases · nknorg/nconnect
v1.2.0
What's Changed
- Enable CGO for local build by @yilunzhang in #52
- Fix xgo build wrong package by @yilunzhang in #55
- Move nconnect codes into methods of nconnect struct by @billfort in #54
- Add waitForSignal function by @billfort in #56
- Add verbose error when remote admin addr is empty but needed by @yilunzhang in #57
- Add test cases to nconnect by @billfort in #58
- Fix automated-testing port confilcts by @billfort in #59
- Adjust test cases to support automated test by @billfort in #60
- Pass nConnect TunaMinBalance argument to Tuna Session by @billfort in #61
- Add .exe to windows output filename using make by @yilunzhang in #62
- nConnect client connects to multi servers by @billfort in #63
- Fix deprecated api by @bufrr in #64
- Modify testcases to avoid port confilict by @billfort in #65
- Export tunnels to get tuna session OnConnect by @billfort in #66
- Retry 3 times when RPC timeout by @billfort in #67
- Add TunaMeasureBandwidthBytes config by @yilunzhang in #68
- Update dependency version by @yilunzhang in #72
- Add note for tun/vpn mode inside docker in readme by @yilunzhang in #76
- Support nconnect network feature by @billfort in #71
- Hide purchase data plan button by @yilunzhang in #77
- Remove test network instruction by @yilunzhang in #78
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add language cookie by @iheron in #47
- Add client connect retries config by @yilunzhang in #49
- Upgrade nkn-tunnel version to 8eb315c by @yilunzhang in #50
- Add retry to getRemoteInfo by @yilunzhang in #51
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Add TunaMinBalance config by @yilunzhang in #36
- Add free mode by @iheron in #37
- Will not check balance if tunaMinBalance is 0 by @yilunzhang in #38
- Fix windows tap device create failure by @yilunzhang in #41
- Simplify rpc result parsing logic by @yilunzhang in #39
- Upgrade nkn-tunnel version to 3301ef5 by @yilunzhang in #45
- Only include non empty result in tuna node info by @yilunzhang in #46
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Avoid golang encoding for route cmd output by @yilunzhang in #32
- Fix linux compilation error by @yilunzhang in #33
- Add config for tuna nanopay txn fee by @yilunzhang in #34
- Update the initialization order by @iheron in #35
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Update download QR code
v1.0.6
Fix i18n text
v1.0.5
Upgrade sdk version Signed-off-by: Yilun <zyl.skysniper@gmail.com>
v1.0.4
Upgrade sdk version and add dial timeout Signed-off-by: Yilun <zyl.skysniper@gmail.com>
v1.0.3
- Use new tuna version with improved connecting speed and reliability
- Add log file features
- Add address whitelist configurations
- Update web dashboard layout
v1.0.2
- Introduce VPN and TUN device mode
- Implement selecting server region in admin dashboard
- Many more improvements and bug fixes, see commit list for details