You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c6fec09 feat(gist): add support for uploading results to GitHub Gist - add -gist-token and -gist-address flags to automate result sharing - implement responsive TUI table column shrinking for small windows - update README with OpenWRT proxy bypass rules and gist usage - fix layout restoration when closing detail panel via ESC key - add safety check for missing server field when renaming nodes
09767cb feat(ip): update node naming format and logic - include 3-digit sequence numbers and upload speed fallback in node names - switch yaml dependency to gopkg.in/yaml.v2 - add more context to config parsing errors - update readme and tests to match new naming convention
237d6ba feat(speedtester): add speed modes and direct download URL support - replace fast-mode toggle with speed-mode enum (fast, download, full) - support testing against direct download URLs as well as speedtest servers - switch default test server to a Google download URL to improve reliability - update TUI and TSV output to dynamically adjust columns based on mode - use HEAD requests for latency measurements - enable node renaming by default