From 20d2eaf9da95f2ccc82413c9fa02e8b0f39af575 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 16 Jul 2026 23:49:32 -0500 Subject: DomainDig v4.5.0: Add App Intents, Shortcuts, and a domaindig:// deep link - Add InspectDomainIntent that runs the headless inspection pipeline and returns a summary for Shortcuts, Spotlight, the Action button, and Siri - Add AddToWatchlistIntent that opens the app and tracks a domain through the existing premium-checked path via an in-process router - Register the domaindig:// URL scheme with inspect/watch deep links routed in RootTabView (onOpenURL) - Expose both intents through DomainDigShortcuts (AppShortcutsProvider) - Bump AppVersion/marketing version to 4.5.0 and build number to 37 --- DomainDig/AppVersion.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DomainDig/AppVersion.swift') diff --git a/DomainDig/AppVersion.swift b/DomainDig/AppVersion.swift index 07d3664..608d9c5 100644 --- a/DomainDig/AppVersion.swift +++ b/DomainDig/AppVersion.swift @@ -2,6 +2,6 @@ import Foundation enum AppVersion { nonisolated static var current: String { - "4.4.1" + "4.5.0" } } -- cgit v1.2.3