Skip to content

v1.4.2 — TLS Watchlist

Choose a tag to compare

@thongor77 thongor77 released this 14 Jun 10:42
· 24 commits to main since this release

What's new in v1.4.2

TLS Watchlist — monitor certificate expiry at startup

A new TLS Watchlist panel appears at the bottom of the TLS Inspector page:

  • + Watch button in the toolbar: adds the current host:port to the watchlist with one click
  • Persistent list stored in ~/.config/nmlinux/tls_watchlist.json
  • Automatic background check runs 2 seconds after launch (non-blocking)
  • Sidebar alert dot on the "TLS Inspector" entry:
    • 🔴 Red dot = at least one certificate expired
    • 🟠 Orange dot = at least one certificate expires within 30 days
    • No dot = all certificates valid
  • Per-entry status in the panel: ✓ / ⚠ / EXPIRED with color coding and days remaining
  • Re-check button to manually refresh all entries
  • Unreachable hosts are silently ignored (no false alert when offline)