summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat(v2.0.0): introduce tracked domains, diffing, and monitoring foundationsv2.0.0Christian Cleberg2026-04-208-102/+1244
| | | | | | | | | | | | | | | | | | - replace basic watchlist with structured TrackedDomain model - add manual refresh flow for tracked domains - implement snapshot diffing (DNS, IP, TLS, HTTP, redirect, email, availability) - add change summaries (changed/unchanged + affected sections) - link tracked domains to history snapshots - enhance HistoryEntry with normalized summary fields - persist availability + suggestions in history and export - add WatchlistView with pinning, notes, and status display - introduce premium capability scaffolding (no StoreKit) - enforce free-tier tracked domain limit (local only) - refactor view model to support tracking, diffing, and refresh flows notes: - no background monitoring, notifications, or paid APIs yet - all features remain local-first and manual
* feat(v1.9.0): add domain availability lookup and watchlist foundationChristian Cleberg2026-04-207-19/+555
| | | | | | | | | - implement availability detection (available/registered/unknown) - integrate availability into domain results - add lightweight domain suggestions - introduce local watchlist with persistence - add WatchlistView and toolbar access - include availability in export
* feat(v1.8): improve result structure, history, and consistencyChristian Cleberg2026-04-2013-1715/+1789
| | | | | | | | - normalize sections and add summary card - fix resolver usage in reverse DNS - include custom port scans in history/export - standardize error handling - decompose ContentView into smaller views
* add FUNDING.ymlChristian Cleberg2026-04-111-0/+1
|
* update sonarqube badgesChristian Cleberg2026-04-111-0/+3
|
* add README and SECURITYChristian Cleberg2026-04-112-0/+89
|
* bump versionv1.7.2Christian Cleberg2026-04-112-45/+7
|
* fix(services): rename unused URLSession delegate params to _v1.7.1Christian Cleberg2026-04-034-13/+13
|
* add custom port scans and improve DNS/email/security diagnosticsv1.7.0Christian Cleberg2026-04-037-58/+375
|
* Add HTTP header grading and protocol metadatav1.6.0Christian Cleberg2026-04-033-9/+210
|
* Add BIMI and MTA-STS checks to email securityv1.5.0Christian Cleberg2026-04-036-23/+222
|
* Release 1.4.0v1.4.0Christian Cleberg2026-04-035-12/+266
| | | | | | | Add richer SSL/TLS inspection details including negotiated TLS version, cipher suite, full certificate chain display, crt.sh lookup, and HSTS preload status. Persist HSTS preload in history/export and run the preload check in parallel with the SSL lookup.
* DomainDig 1.3.0Christian Cleberg2026-04-034-35/+540
| | | | | | | | | - Add SOA, SRV, CAA, and DS DNS record lookups - Add DNSSEC status detection via RRSIG queries - Add configurable DNS-over-HTTPS resolver settings - Support Cloudflare, Google, Quad9, and custom HTTPS resolvers - Improve DoH compatibility with standards-based fallback handling - Keep DNS results UI compact with a single DNSSEC indicator
* fix: various bugsChristian Cleberg2026-04-034-239/+94
| | | | | | - fix Email section to left align - ensure container contents can overflow scroll but page cannot - fix map width
* realigning commitsChristian Cleberg2026-03-1816-64/+2006
|
* initial commitChristian Cleberg2026-03-1116-0/+1514