Releases: oviron/FlClash
Release list
ByeDPI strategies
Auto-updatable ByeDPI strategy set, fetched at runtime by FlClash (bydpi flavor). Refresh: gh release upload strategies byedpi-strategies.json --clobber
v0.13.6
What's Changed
Full Changelog: v0.13.5...v0.13.6
v0.13.5
What's Changed
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- v0.13.0: settings audit, IA regroup, desktop strip, dead-code purge by @oviron in #2
- v0.13.2: deep IA restructure of VPN/Engine/DNS/Logging/Privacy by @oviron in #4
Full Changelog: v0.12.0...v0.13.2
v0.12.0
v0.11.1
v0.11.0
v0.9.1
Fix
Network Rules now fire when the underlying Wi-Fi or cellular flips while the VPN is up. Joining home Wi-Fi or losing it in a pocket previously stayed silent because connectivity_plus listens on the default network and the default IS the VPN when the tunnel is up. A new NET_CAPABILITY_NOT_VPN callback on the Kotlin side pushes those underlying events through a MethodChannel, the snapshot is re-probed, and the rule engine runs normally.
Verified end-to-end on phone: cellular → VPN ON on leave, home Wi-Fi attach under active VPN → VPN OFF on return.
Chore
3-line comment cap enforced across lib/ and android/. 23 narrative file headers and JSDoc paraphrases of code removed or compressed; non-obvious why-notes kept.
Artifacts
Three split-per-ABI APKs (arm64-v8a / armeabi-v7a / x86_64), debug-signed (same key as v0.9.0; upgrade keeps profiles).