krz/domain-dig

an ios app for DNS & SSL analysis

clone: git clone https://gitbay.org/krz/domain-dig.git

b5cffb442df1b171e23cfef9d610ecdbc9e9ac2e

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T18:59:53Z

Update the What's New notes for v5.0.3

ReleaseNotes.json had been pinned at 5.0.0 through both 5.0.1 and 5.0.2, so
the What's New sheet, which renders notes.version verbatim as its header,
announced a version three releases behind the running build.

The highlights cover what a user can actually observe since 5.0.0: the moved
support and documentation links. The launch fix in this release is deliberately
not listed — it only ever affected builds without entitlements, so no App Store
user encountered it, and claiming a crash fix they never saw would be noise.
 DomainDig/ReleaseNotes.json | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/DomainDig/ReleaseNotes.json b/DomainDig/ReleaseNotes.json
index 99384f6..a17fcfc 100644
--- a/DomainDig/ReleaseNotes.json
+++ b/DomainDig/ReleaseNotes.json
@@ -1,9 +1,8 @@
 {
-  "version": "5.0.0",
+  "version": "5.0.3",
   "highlights": [
-    "The Local API now has a documented, versioned \"v1\" response contract, so scripts and automation you build against it stay stable across updates.",
-    "A versioned migration system keeps your tracked domains, history, audits, and settings safe and correctly upgraded across app versions.",
-    "A large internal cleanup: the two biggest source files were decomposed into focused units behind a new unit-test safety net, for faster and safer future releases.",
-    "App Info now links to documentation, source, privacy, and support, and can prefill an issue report with your app and device versions."
+    "Support, source, privacy, and documentation links in App Info have moved to their new home — support now reaches root@krz.sh.",
+    "Your saved inspection history is now covered by tests that pin its stored format, so history written by an earlier version keeps loading after an update.",
+    "Internal cleanup and build fixes across the inspection and monitoring code, with no change to how inspections behave."
   ]
 }