Release 3.8.0.3: fix Hy2/AWG UDP ping false negatives.

This commit is contained in:
M4
2026-07-30 01:49:19 +03:00
parent 6a7480dceb
commit bec6c8392d
16 changed files with 129 additions and 45 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ h = hashlib.sha256(binp.read_bytes()).hexdigest()
zh = hashlib.sha256(zipp.read_bytes()).hexdigest() if zipp.exists() else ""
dh = hashlib.sha256(dmgp.read_bytes()).hexdigest() if dmgp.exists() else ""
notes = (
f"Navis {ver}+{build}: Mac .app zip update; EnsureCore lock; "
f"getState без секретов; подпись/notarize pipeline; UI split."
f"Navis {ver}+{build}: UDP ping Hy2/AWG (soft-ok без ложных «недоступен»); "
f"Mac .app zip update; EnsureCore lock; getState без секретов."
)
paths = [
Path('dist/update.json'),