Release 4.2.9+1: Windows builds accept AWG 2.0 and Naive pastes in Add config.

Rebuild amd64/arm64 EvilFox.exe and refresh update.json SHA so the Windows feed serves the fixed importer.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-08-02 15:47:46 +03:00
co-authored by Cursor
parent 50f7f71393
commit 42abbfa8ad
10 changed files with 17 additions and 11 deletions
+10 -4
View File
@@ -1,11 +1,11 @@
{
"version": "4.2.8",
"notes": "4.2.8: Store-ready Privacy Policy and Terms of Use on Help (RU/EN); docs for website hosting",
"version": "4.2.9",
"notes": "4.2.9: Add config accepts AWG 2.0 (.conf/JSON/awg://) and Naive share links (not only http(s) subscription URLs); Clash wireguard/naive; site contacts/FAQ",
"platform": "windows-amd64",
"os": "windows",
"arch": "amd64",
"url": "https://git.de4ima.uk/Evilfox/navi/raw/branch/Windows/dist/navis-release/windows/EvilFox.exe",
"sha256": "9b5cc04093561a6a6d7b97baf8f8cc9498dd863dfeb0bc3c92446c3fdb79f7c2",
"sha256": "4e6de7e107a560cd5c24b83fc1064c50145cdee5c36049e8ff274fa0f8c542ea",
"mandatory": false,
"platforms": {
"android": {
@@ -40,9 +40,15 @@
},
"windows-amd64": {
"url": "https://git.de4ima.uk/Evilfox/navi/raw/branch/Windows/dist/navis-release/windows/EvilFox.exe",
"sha256": "9b5cc04093561a6a6d7b97baf8f8cc9498dd863dfeb0bc3c92446c3fdb79f7c2",
"sha256": "4e6de7e107a560cd5c24b83fc1064c50145cdee5c36049e8ff274fa0f8c542ea",
"os": "windows",
"arch": "amd64"
},
"windows-arm64": {
"url": "https://git.de4ima.uk/Evilfox/navi/raw/branch/Windows/dist/navis-release/windows/arm64/EvilFox.exe",
"sha256": "6d09911f4cf49747d0f71e1626eebb4c256884425a6f810f63121ae4ce8ea7e2",
"os": "windows",
"arch": "arm64"
}
}
}