Skip to content

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 04 Feb 19:38
· 14 commits to main since this release
6cabdc7

Changelog

  • d63591c config(main.go): increase default max-latency to 1 second
  • d3dbf80 docs(README.md): fix unclosed code block
  • c2b1543 docs(README.md): update cloudflare url and improve usage instructions - change speedtest.cloudflare.com to speed.cloudflare.com - add speed-mode flag to self-hosted server example - reorganize test result definitions for better clarity
  • 96e6a4a feat(main.go): use output filename for Gist upload - update README and flag description to reflect dynamic Gist filename
  • 16acdb0 feat(output): deduplicate results by server and port - update SortResults to return the filtered result slice - implement deduplication logic using server and port combinations as unique keys - update main loop and unit tests to handle signature changes - change failed proxy speed display from 0.00B/s to N/A in TSV output
  • d4e8aec feat(tui): add help section and optimize rendering performance - add a performance tracker for monitoring TUI operations - update detail panel with dynamic height calculation and esc to close - implement batching for result updates to reduce redraw overhead - include comprehensive tests for new help and performance features
  • 6cabdc7 fix(tui): enable switching detail view by clicking different table rows - add unit test for detail panel switching via mouse interaction