Release 3.8.2.3: cheaper poll I/O, batched macOS sysproxy, no Connect Clone.
Trust corebin cache without Stat; batch networksetup; ActiveProxyURI instead of Config.Clone. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -77,9 +77,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}: иконка Dock — бирюзовая N при подключении; "
|
||||
f"при падении ядра снимается системный прокси; логи и проверка туннеля; "
|
||||
f"автопереподключение / connect-on-launch; подписка чистит ноды; «Лучший» без soft-ok UDP."
|
||||
f"Navis {ver}+{build}: меньше I/O на poll (без Stat ядер / кэш host); "
|
||||
f"macOS sysproxy одним bash-batch; Connect без JSON Clone; Dock-иконка при подключении."
|
||||
)
|
||||
paths = [
|
||||
Path('dist/update.json'),
|
||||
|
||||
Reference in New Issue
Block a user