summaryrefslogtreecommitdiff
path: root/DomainDig/TimelineView.swift
Commit message (Collapse)AuthorAgeFilesLines
* DomainDig v3.8.0 — Smart MonitoringChristian Cleberg2026-04-241-36/+24
| | | | | | | | | * Stable domain intervals * Frequent changes decrease intervals * Duplicate states do not trigger alerts * Quiet hours suppress alerts * Quiet hours across midnight work correctly * Sensitivity levels alter behavior as expected
* feat(v3.7.0): add timeline and advanced diffing systemChristian Cleberg2026-04-241-0/+224
- introduce TimelineView for historical snapshots - allow comparison between any two snapshots - implement DiffService for structured domain diffs - improve diff visualization with clear change indicators - add navigation across changes - optimize history loading for performance - extend CLI and export to support timeline data