Releases: Sahilll15/netdoctor
Releases · Sahilll15/netdoctor
Release list
v0.1.1
fix(tls): trust certifi's CA bundle so modern certs verify; bump 0.1.1 The frozen PyInstaller binary shipped with an empty/stale OpenSSL CA store, so valid certs on newer roots (e.g. Let's Encrypt ISRG chain) failed with 'unable to get local issuer certificate' — a false 'TLS did not verify'. Now we load certifi's bundle on top of the system store (PyInstaller bundles it via --collect-data certifi). Verification stays strict; only the false negatives go away. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.1.0
docs: add animated demo GIFs to the README Record real netdoctor runs with vhs and embed them at the top and beside each feature section: the hero full-ladder run, the --watch dashboard, the --mtr path monitor, and the --samples scorecard. The .tape scripts live in assets/ so every demo is reproducible. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>