summaryrefslogtreecommitdiff
path: root/RELEASE_ROADMAP.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-17 08:36:06 -0500
committerChristian Cleberg <[email protected]>2026-07-17 10:12:36 -0500
commit16e8b5d29560cf070ccec2e556d0d5943c2611be (patch)
tree31476721b68644537b6ff661b868e040aea3b88a /RELEASE_ROADMAP.md
parentb4b94d54cbed9334a28cdcd70d3a8a0fd06e04ef (diff)
downloaddomain-dig-16e8b5d29560cf070ccec2e556d0d5943c2611be.tar.gz
domain-dig-16e8b5d29560cf070ccec2e556d0d5943c2611be.tar.bz2
domain-dig-16e8b5d29560cf070ccec2e556d0d5943c2611be.zip
docs: mark v4.6.0 shipped in roadmap and README
Diffstat (limited to 'RELEASE_ROADMAP.md')
-rw-r--r--RELEASE_ROADMAP.md24
1 files changed, 15 insertions, 9 deletions
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