Skip to content

📦v2.0.2

Choose a tag to compare

@Aas-ee Aas-ee released this 31 Mar 15:13
· 72 commits to main since this release

v2.0.2

本次版本主要聚焦于代理/TLS 稳定性修复,以及 Startpage 支持。
This release focuses on proxy/TLS stability fixes and Startpage support.

Highlights

  • 新增 startpage 搜索引擎支持
    Added startpage as a supported search engine
  • 修复 Windows 下 Axios 与系统 HTTP_PROXY / HTTPS_PROXY 冲突的问题
    Fixed Windows proxy conflicts by forcing Axios to ignore system HTTP_PROXY / HTTPS_PROXY
  • 统一所有基于 Axios 请求的代理处理逻辑
    Unified proxy handling across Axios-based requests
  • 为 fetchWebContent 新增 FETCH_WEB_INSECURE_TLS 可选开关
    Added FETCH_WEB_INSECURE_TLS for fetchWebContent only
  • 改进 Windows / MCP 代理配置文档
    Improved Windows / MCP proxy configuration docs

Startpage

  • 新增 Startpage 引擎集成
    Added Startpage engine integration
  • 实现 Startpage 搜索令牌获取与中间跳转页处理
    Implemented Startpage token retrieval and interstitial follow-up handling
  • 增加结果解析、重复 URL 过滤与引擎名归一化支持
    Added result parsing, duplicate URL filtering, and engine normalization support
  • 新增 test:startpage 测试脚本
    Added test:startpage

Fixes

  • fetchWebContent 现在支持仅针对证书链异常站点的可选不安全 TLS 模式
    fetchWebContent now supports an opt-in insecure TLS mode for broken certificate chains
  • Axios 请求现在统一使用显式代理配置,不再和环境变量代理行为混用
    Axios requests now consistently use explicit proxy configuration instead of mixing with environment proxy behavior
  • 修复 Startpage 分页边界问题:空结果页不会再导致前面已获取结果被丢弃
    Fixed a Startpage pagination edge case where an empty page could discard previously collected results
  • 收紧 Startpage CAPTCHA 检测逻辑,避免正常结果页被误判
    Tightened Startpage CAPTCHA detection to avoid false positives on normal result pages

Notes

  • 当 USE_PROXY=true 时,所有基于 Axios 的请求都会统一通过 PROXY_URL
    USE_PROXY=true now applies consistently to Axios-based requests through PROXY_URL
  • 如果你使用的是规则代理,具体走直连还是代理仍由本地代理客户端决定
    If you use a rule-based local proxy, routing can still be decided by the proxy client
  • 本次版本不包含 Google 搜索引擎支持
    Google is not included in this release

What's Changed

  • 改用 raw 地址抓取 GitHub README by @Ebola-Chan-bot in #54
  • Fix/windows proxy conflict and cert handling by @Aas-ee in #55
  • feat(search): add Startpage search engine integration by @Aas-ee in #57
  • refactor(startpage): improve captcha detection and remove error throwing by @Aas-ee in #58

New Contributors

Full Changelog: v2.0.0...v2.0.2