summaryrefslogtreecommitdiff
path: root/DomainDig/DomainMonitoringService.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat(v3.7.0): add timeline and advanced diffing systemChristian Cleberg2026-04-241-0/+4
| | | | | | | | | | - 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
* feat(v3.4.0): add backup, restore, and data portabilityChristian Cleberg2026-04-231-0/+613
• introduce versioned DomainDig backup format • add full backup export/import with merge and replace modes • implement data validation and conflict handling • add partial exports for tracked domains, workflows, and history • add Data Portability settings section • support Files/iCloud Drive import and export • harden migrations for evolving local models • extend CLI with backup export and validation