Releases: showwin/speedtest-go
Releases · showwin/speedtest-go
v1.6.1
What's Changed
- fix: memory leak risk by @KevynHuang in #122
- fix: remove unexpected use of io.discard by @r3inbowari in #128
New Contributors
- @KevynHuang made their first contribution in #122. Thank you!
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- chore: fix typos by @r3inbowari in #117
- feat: new ui and fix bugs by @r3inbowari in #118
- fix: lint error by @r3inbowari in #119
- fix: lint error by @r3inbowari in #120
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- chore: update desc by @r3inbowari in #114
- change: savingmode by @r3inbowari in #115
- fix: TestDynamicRate error by @r3inbowari in #116
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- fix: resolve slow test exception by @r3inbowari in #111
- feat: ping automatic selection, debug mode, option up/down, option fuzzy search, saving-mode fixing and calc-method fixing by @r3inbowari in #113
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.2
What's Changed
- add: more platforms by @r3inbowari in #107
- change: use http ping by @r3inbowari in #108
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- add: more precise latency and jitter support by @r3inbowari in #102
- fix: lint error by @r3inbowari in #103
- chore: update readme by @r3inbowari in #104
- change: choose the best server when without any pre-select servers by @r3inbowari in #106
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feature: Adding custom-url support by @drewstinnett in #91
- Error strings should not start with a capital letter by @showwin in #93
- Support for building armv7 by @r3inbowari in #97
- feature: proxy support by @r3inbowari in #94
- feature: source interface selection support by @r3inbowari in #96
- change: improve measurement algorithm with dynamic rate by @r3inbowari in #98
- chore: replace doer with speedtest context by @r3inbowari in #99
- fix: github action build error by @r3inbowari in #100
- chore: remove not use FNs by @r3inbowari in #101
New Contributors
- @drewstinnett made their first contribution in #91
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Changelog
- b1ddc48 Merge pull request #89 from r3inbowari/fix/negarate
- 7cab7d6 Merge pull request #90 from r3inbowari/change/upreader
- 0bf8320 Merge pull request #92 from showwin/release/v1.3.1
- 5636f6f Release v1.3.1
- cd3438d change: use a custom reader to allocate less memory when uploading
- 9019865 fix: negative up-rate caused by main test skipping
- 8e6841d fix: remove unneeded condition
- 84745b8 fix: use the correct upload content-type
- a77ce7a fix: wrong upload value
v1.3.0
Changelog
- 6baf9c5 Merge pull request #83 from rtrox/rtrox/enable_arm64
- 6b57ad2 Merge pull request #84 from rtrox/rtrox/header-fix
- 69c895f Merge pull request #85 from showwin/fix_docs
- 6967f21 Merge pull request #86 from showwin/release/v1.3.0
- 369342f Merge pull request #87 from showwin/fix_golangci_lint_error
- 4450e29 Release v1.3.0
- 5cbab8a [fix] Ignore windows/arm64 pair to re-enable linux/arm64 releases
- 537df3a evaluate the last code
- 5c0ffd2 set custom user-agent on all requests
- fc77a49 update the way to release new version