v1.1 — Global Subscriptions, UI Polish, Caching
TL;DR: Global subs at repo root, ranking by average latency across all nodes, a steadier web UI, and light caching.
✨ Highlights
- Global subscriptions (repo root):
configs/all.txt,light.txt,vless.txt,vmess.txt,shadowsocks.txt,trojan.txt,unknown.txt - Global ranking: Sorted by average latency across all Check-Host nodes (not per-country).
- Web UI polish: More stable tabs and sizing, better RTL/LTR handling, copy toast, country auto-detect, “Last updated” badge, and minimal animations.
- Caching: Lightweight client-side cache for availability/metadata to speed up repeated visits.
- Docs: Added global links table in README + a Persian README variant focused on IR.
🔧 Changes
- Added global subscription files at
/configs/*. - i18n rework so language switching does not break layout or button sizes.
- Tab and card redesign (Bootstrap) with small, tasteful animations.
- Deep links supported:
?lang=fa&country=de. - Removed (by request): day/night theme, search, favorites, and “copy all”.
⚠️ Notes
- No breaking changes. If you used country paths before, you can switch to global files for general use.
- Check-Host can rate-limit; retry/backoff handling is improved.
Full Changelog: 1.0...1.1