summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--RELEASE_ROADMAP.md24
2 files changed, 17 insertions, 11 deletions
diff --git a/README.md b/README.md
index ca9d68c..71ac70d 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ DomainDig is a local-first iOS domain inspection toolkit for DNS, web, ownership
## Current Release Target
-Current release: `v4.5.0`.
+Current release: `v4.6.0`.
-This minor release adds Home Screen and Shortcuts reach: App Intents for inspect, add-to-watchlist, and watchlist sweep; a `domaindig://` URL scheme with deep links; and a WidgetKit portfolio widget that shares tracked-domain state with the app through an App Group.
+This minor release makes alerts and results first-class across contexts: a sweep Live Activity (Lock Screen + Dynamic Island), a share-sheet extension for digging a domain from Safari, an iPad `NavigationSplitView` layout, and actionable, grouped notifications.
## Features
diff --git a/RELEASE_ROADMAP.md b/RELEASE_ROADMAP.md
index f13ea2a..c6dd564 100644
--- a/RELEASE_ROADMAP.md
+++ b/RELEASE_ROADMAP.md
@@ -6,7 +6,7 @@ ports, geolocation, subdomains, availability). The next several releases invest
in *reach and surfacing* — getting that data onto more iOS surfaces and into more
workflows — rather than adding raw protocol checks.
-Current version: `v4.5.0`.
+Current version: `v4.6.0`.
## v4.4.1 Patch: Release Readiness — ✅ shipped
@@ -32,17 +32,23 @@ Goal: put DomainDig data and actions where the user already is.
Deferred to a later minor: **Lock Screen accessory widget families** and a richer
per-widget "last change" indicator.
-## v4.6.0 Minor: Alerts, Glances & iPad
+## v4.6.0 Minor: Alerts, Glances & iPad — ✅ shipped
Goal: make monitoring and results feel first-class across contexts.
-- **Live Activities** for in-flight sweeps and active monitoring alerts
- (cert-expiry and change events at a glance).
-- **Share extension**: "Dig this domain" from Safari and the system share sheet.
-- **iPad-optimized layout** using `NavigationSplitView` (the app currently ships
- an iPhone-style stack on iPad); adapt watchlist/detail as a two-column layout.
-- Richer, actionable notification content building on the existing
- `LocalNotificationService` triggers.
+- **Sweep Live Activity** — a batch/watchlist sweep drives a Live Activity with a
+ progress bar, current domain, and change/warning counts on the Lock Screen and
+ in the Dynamic Island (`SweepActivityController` around the batch pipeline).
+- **Share extension** (`DomainDigShareExtension`) — "Dig Domain" accepts a web URL
+ from the system share sheet, extracts the host, and hands it to the app via the
+ App Group inbox; the app inspects it on next activation.
+- **iPad-optimized layout** — `RootTabView` renders a `NavigationSplitView`
+ (sidebar + detail) in the regular size class and the tab bar in compact.
+- **Actionable notifications** — per-domain `threadIdentifier` grouping, a
+ "Re-inspect" action, and taps that route into the domain's detail.
+
+Deferred: monitoring-alert Live Activities (only the sweep activity shipped) and
+Lock Screen accessory widget families (carried over from v4.5.0).
## v4.7.0 Minor: Intelligence & Comparison