[1.0.1] - 2026-07-14
First patch release for ChillSSL V1.
Fixed
- Post-signup auto-login no longer keeps a previously logged-in Clerk session — new customers land on the correct account after email verification and password setup.
- Expiry threshold eligibility counts ("All 4 certificates eligible") now update immediately after adding or editing a custom threshold — no page reload required. Previously the TanStack Query cache was never invalidated after a save, so new custom threshold rows always showed "None of your certificates will qualify" until refresh.
- Scan result ingestion endpoint now accepts IPv6 addresses (bracketed or bare literals) as valid hostnames. Previously the colons in IPv6 triggered an "Invalid hostname format" rejection, silently dropping all IPv6 scan results.
- Notification thresholds that share the same day value (e.g. 1 day before and after) no longer cause list rendering glitches.
- App footer shows the product version for all users; ChillSSL.com link points to www.
- App footer branding clarified to
Chill SSL - vX.Y.Z(was barevX.Y.Z). - Dashboard score card hover tooltips work again after the React 19 upgrade (Tippy binds once the card element has mounted; same fix for IPv6 badge and pricing feature info icons).
- Dark mode filter dropdowns (Host Type, Status, Issuer, Collections, Tags): selected option highlight was nearly invisible against the menu background; added
--dropdown-selected-bgand--dropdown-selected-texttheme variables across shared filter components.