diff --git a/dist/navis-release/windows/EvilFox.exe b/dist/navis-release/windows/EvilFox.exe index bd546a0..9a46115 100644 Binary files a/dist/navis-release/windows/EvilFox.exe and b/dist/navis-release/windows/EvilFox.exe differ diff --git a/dist/navis-release/windows/Navis.exe b/dist/navis-release/windows/Navis.exe index bd546a0..9a46115 100644 Binary files a/dist/navis-release/windows/Navis.exe and b/dist/navis-release/windows/Navis.exe differ diff --git a/dist/navis-release/windows/arm64/EvilFox.exe b/dist/navis-release/windows/arm64/EvilFox.exe index df49fda..76d711c 100644 Binary files a/dist/navis-release/windows/arm64/EvilFox.exe and b/dist/navis-release/windows/arm64/EvilFox.exe differ diff --git a/dist/navis-release/windows/evilfox-cli.exe b/dist/navis-release/windows/evilfox-cli.exe index d2cd220..36ceeec 100644 Binary files a/dist/navis-release/windows/evilfox-cli.exe and b/dist/navis-release/windows/evilfox-cli.exe differ diff --git a/dist/navis-release/windows/vpnclient.exe b/dist/navis-release/windows/vpnclient.exe index d2cd220..36ceeec 100644 Binary files a/dist/navis-release/windows/vpnclient.exe and b/dist/navis-release/windows/vpnclient.exe differ diff --git a/dist/update.json b/dist/update.json index 504fc2a..bdc2415 100644 --- a/dist/update.json +++ b/dist/update.json @@ -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" } } } diff --git a/internal/update/update.go b/internal/update/update.go index 53962f1..be0de06 100644 --- a/internal/update/update.go +++ b/internal/update/update.go @@ -18,7 +18,7 @@ import ( // CurrentVersion is the product/semver used for update eligibility (feed "version"). // Keep major.minor.patch only — no build suffix here. -const CurrentVersion = "4.2.8" +const CurrentVersion = "4.2.9" // BuildNumber is the monotonic build within CurrentVersion (Windows FileVersion 4th part, // macOS CFBundleVersion suffix, Android versionCode low digits). Bump on every release build. diff --git a/packaging/msix/AppxManifest.xml b/packaging/msix/AppxManifest.xml index c0ee460..a4b7d1f 100644 --- a/packaging/msix/AppxManifest.xml +++ b/packaging/msix/AppxManifest.xml @@ -34,7 +34,7 @@ diff --git a/scripts/pack-msix.ps1 b/scripts/pack-msix.ps1 index d13a714..63f8d5b 100644 --- a/scripts/pack-msix.ps1 +++ b/scripts/pack-msix.ps1 @@ -25,7 +25,7 @@ param( [string]$Arch = "all", [string]$ExePath = "", [string]$OutDir = "", - [string]$Version = "4.2.8.0", + [string]$Version = "4.2.9.0", [string]$Name = "EvilFox.evilfox", [string]$Publisher = "CN=9D58DFF7-7918-460E-845B-B3904A30562A", [string]$DisplayName = "EvilFox", diff --git a/versioninfo.json b/versioninfo.json index 9665f02..b8c07bf 100644 --- a/versioninfo.json +++ b/versioninfo.json @@ -1,7 +1,7 @@ { "FixedFileInfo": { - "FileVersion": { "Major": 4, "Minor": 2, "Patch": 8, "Build": 1 }, - "ProductVersion": { "Major": 4, "Minor": 2, "Patch": 8, "Build": 1 }, + "FileVersion": { "Major": 4, "Minor": 2, "Patch": 9, "Build": 1 }, + "ProductVersion": { "Major": 4, "Minor": 2, "Patch": 9, "Build": 1 }, "FileFlagsMask": "3f", "FileFlags": "00", "FileOS": "40004", @@ -11,12 +11,12 @@ "StringFileInfo": { "CompanyName": "EvilFox", "FileDescription": "EvilFox — VPN client (Naive / Hy2 / AWG / VLESS / VMess / Trojan)", - "FileVersion": "4.2.8.1", + "FileVersion": "4.2.9.1", "InternalName": "EvilFox", "LegalCopyright": "Copyright (c) EvilFox", "OriginalFilename": "EvilFox.exe", "ProductName": "EvilFox", - "ProductVersion": "4.2.8.1", + "ProductVersion": "4.2.9.1", "Comments": "Open-source VPN/proxy client. https://evilfox.win/" }, "VarFileInfo": {