Skip to content

v0.3.5

Choose a tag to compare

@papperrollinggery papperrollinggery released this 21 Jun 17:46

Asset SHA256: a4fedbb122500908339c401c413c2d1ded23f94cd6574c91568a18e444cdc8e8

English

This release improves long-running image analysis reliability for slower reasoning models.

  • Raises the default API request timeout from 180 seconds to 600 seconds.
  • Adds an API timeout setting in the options page, clamped between 60 and 1800 seconds.
  • Adds a retry button on failed analysis results when the original source image or image URL is still available.
  • Bumps the unpacked extension manifest to 0.3.5 Timeout Retry, so Chrome shows the correct refreshed local version.

Privacy and network behavior are unchanged: the extension remains local-first and BYOK; selected images are sent only to the user-configured endpoint.

Verification for this release:

  • npm run check:api-options
  • npm run check:storage
  • npm run check:content-script
  • npm run check:extension-pages
  • npm run typecheck
  • npm run build
  • npm run release:package
  • npm run release:check
  • git diff --check

中文

这个版本提升较慢深度思考模型识图时的稳定性。

  • 将默认 API 请求超时时间从 180 秒提高到 600 秒。
  • 在设置页新增 API 超时秒数,限制范围为 60 到 1800 秒。
  • 识别失败且原始图片或图片 URL 仍可用时,失败面板新增“重新识别”按钮。
  • 将本地加载插件的 manifest 更新到 0.3.5 Timeout Retry,Chrome 刷新后会显示正确版本。

隐私和网络行为没有变化:插件仍是 local-first 和 BYOK;被选择的图片只发送到用户自己配置的端点。

本版本验证:

  • npm run check:api-options
  • npm run check:storage
  • npm run check:content-script
  • npm run check:extension-pages
  • npm run typecheck
  • npm run build
  • npm run release:package
  • npm run release:check
  • git diff --check