Skip to content

Releases: oviron/FlClash

ByeDPI strategies

ByeDPI strategies Pre-release
Pre-release

Choose a tag to compare

@oviron oviron released this 29 May 12:27
4d8be3e

Auto-updatable ByeDPI strategy set, fetched at runtime by FlClash (bydpi flavor). Refresh: gh release upload strategies byedpi-strategies.json --clobber

v0.13.6

Choose a tag to compare

@github-actions github-actions released this 22 May 19:23
c707138

What's Changed

  • chore(deps): bump libmihomo-android 0.1.1 -> 0.1.2 (delay-test watchdog) by @oviron in #8

Full Changelog: v0.13.5...v0.13.6

v0.13.5

Choose a tag to compare

@github-actions github-actions released this 22 May 17:23
c4fdd6f

What's Changed

  • fix(proxies): tab FAB pings the visible group, not the persisted one by @oviron in #7

Full Changelog: v0.13.4...v0.13.5

v0.13.4

Choose a tag to compare

@github-actions github-actions released this 20 May 08:49
9a36ba6

What's Changed

  • chore(defaults): drop CN leftovers, add Android probe coverage, enable sniffer by @oviron in #6

Full Changelog: v0.13.3...v0.13.4

v0.13.3

Choose a tag to compare

@github-actions github-actions released this 19 May 20:30
4a35300

What's Changed

  • v0.13.3: restore v0.12.0 DNS defaults + simplify IPv6 to 2-state by @oviron in #5

Full Changelog: v0.13.2...v0.13.3

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 19 May 15:13
b68a80b

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

Choose a tag to compare

@github-actions github-actions released this 18 May 16:09
fe08326

What's Changed

  • Audit v0.12 sweep + quality tooling + bug fixes by @oviron in #1

New Contributors

  • @oviron made their first contribution in #1

Full Changelog: v0.11.1...v0.12.0

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 17 May 15:55
0d7a37c

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 17 May 14:38
7c59f5c

Full Changelog: v0.9.1...v0.11.0

v0.9.1

Choose a tag to compare

@oviron oviron released this 14 May 16:32
c08ac12

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).