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
+1 -1
View File
@@ -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.