Skip to content

v1.1.7

Choose a tag to compare

@Rehtt Rehtt released this 10 Jun 01:44

English

v1.1.7 — 2026-06-10

Release for Cloudflare verification reliability and authenticated FA image loading.

  • Cloudflare verification: require cf_clearance cookie and WebView probe before accepting verification
  • Reject verification results that still contain Cloudflare challenge HTML on home, collection, and search pages
  • Shared Cloudflare challenge detection across HTTP client, verification flow, and WebView image loader
  • FA images: load via authenticated Dart HTTP with in-memory LRU cache instead of Image.network
  • Settings cache clear now also clears FA image byte cache
  • WebView image loader probe uses robots.txt for lighter checks

中文

v1.1.7 — 2026-06-10

围绕 Cloudflare 验证可靠性与 FA 认证图片加载的修复发版。

  • Cloudflare 验证:接受验证前须包含 cf_clearance cookie 并通过 WebView 探针
  • 首页、合集、搜索页拒绝仍含 Cloudflare challenge HTML 的验证结果
  • HTTP 客户端、验证流程与 WebView 图片加载器共用 Cloudflare challenge 检测逻辑
  • FA 图片:改用带认证头的 Dart HTTP 拉取字节并配合内存 LRU 缓存,替代 Image.network
  • 设置页清除缓存时同步清空 FA 图片字节缓存
  • WebView 图片加载器探针改用 robots.txt,减轻检查开销