Releases: faceair/clash-speedtest
Releases · faceair/clash-speedtest
v1.6.0
Changelog
- 9981b03 docs(README): update image source and width
- de8a623 docs(README.md): add demo project link for freesub - provide link to freesub project using Github Action for subscription speed testing
- b0084a7 docs(README.md): update clash-speedtest usage examples - add flag=meta parameter to subscription URLs - clarify usage of filtered configuration files
- ba40242 docs(README.md): update default download url and usage examples - change default download url for testing proxies - add example for filtering nodes and outputting to filtered.yaml
- 5c1298d docs(README.md): update installation instructions - clarify installation options (source code or pre-built binaries)
- b970090 feat(speedtest): add upload speed test and improve latency measurement - rename download-url to server-url in CLI options - update download size to 50MB and add upload size of 20MB - enhance latency measurement with jitter and packet loss calculation - refactor download and upload test logic for better concurrency handling - update README with new CLI options and improved speed test explanation
v1.5.0
Changelog
- bfb7a2e docs(README.md): update server setup instructions - replace manual build with go install command
- f303263 feat(README.md): add output filtering and custom server options - add output config file path option - add max-latency and min-speed filtering options - describe custom server setup for speed testing - update speed testing server URL to Cloudflare - add example for output filtering and custom server usage
- 0a74e48 feat(clash-speedtest): refactor command-line options and server handling - rename
-size
to-download-size
- rename-l
to-download-url
- remove-output
and-sort
options - renamelivenessObject
directory todownload-server
- update README.md with new command-line options and server handling instructions - c9eea84 feat(main.go): integrate speedtester package for proxy testing - update go.mod to include new dependencies - refactor main.go to use speedtester package for proxy testing - add progress bar for testing progress
- 63aa9e6 refactor(main.go): replace clash with mihomo core - update imports to use mihomo core - remove user-agent setting for clash.meta
- c61948c refactor(main.go): update speed color logic and convert speed to MB/s - change color logic based on download speed in MB/s - convert download speed to MB/s for comparison