You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,49 @@
1
+
## v0.13.8
2
+
3
+
- Data-driven ByeDPI strategies: the `ByeDpiPreset` enum is gone; strategies live solely in `assets/data/byedpi-strategies.json`, loaded at runtime. Updating/adding one is a pure JSON edit (no Dart/codegen/l10n)
4
+
5
+
- Strategy set is taken verbatim from upstream romanvht/ByeByeDPI `proxytest_strategies.list` (2026-05): `universal` is the maintainer's own default, the rest are the top usable entries (excluding `{sni}`/raw-blob lines we can't run) with neutral labels. No invented per-operator labeling
6
+
7
+
- On-disk override (no force-install) seams in a future remote refresh of the strategy set without a release
8
+
9
+
## v0.13.7
10
+
11
+
- Maintenance release: version bump, no functional changes since v0.13.6
12
+
13
+
## v0.13.6
14
+
15
+
- Bump libmihomo-android 0.1.1 -> 0.1.2
16
+
17
+
## v0.13.5
18
+
19
+
- Fix: proxies tab FAB pings the visible group instead of the persisted one
20
+
21
+
## v0.13.4
22
+
23
+
- Drop China-specific leftovers from default config; add Android connectivity probe coverage; enable sniffer by default
24
+
25
+
- Omit null override-destination in defaults
26
+
27
+
## v0.13.3
28
+
29
+
- Restore v0.12.0 DNS defaults; simplify IPv6 to a 2-state toggle
30
+
31
+
- Remove the fallback-filter setting; move Reset to an AppBar icon
32
+
33
+
- l10n cleanup (drop orphaned keys from the removed fallback-filter)
34
+
35
+
## v0.13.2
36
+
37
+
- Deep information-architecture restructure of settings, research-driven (settings audit PR1-PR5.9)
38
+
39
+
- Flatten single-tile tool sections; move Diagnostics to the bottom
0 commit comments