Skip to content

Releases: kirisawa-subaru/chatgpt-local-exporter

v0.2.6

Choose a tag to compare

@kirisawa-subaru kirisawa-subaru released this 29 Jul 17:26

修复不存在或无权限的会话被错误地执行退避重试、导致每项额外等待约 90 秒的问题。

  • 404、401、403 等不可重试 HTTP 错误现在立即返回;找不到的会话会立刻跳过
  • 429 仍会立即停止导出
  • 网络异常和 500/502/503/504 仍会按原策略重试
  • 导出格式与数据逻辑无变化

Fixes permanent HTTP errors being retried for roughly 90 seconds. Missing conversations now skip immediately, while transient network and server errors still retry.

v0.2.5

Choose a tag to compare

@kirisawa-subaru kirisawa-subaru released this 29 Jul 17:15

修复 Edge 中浮动侧边按钮在浏览器颜色偏好与 ChatGPT/Claude 页面主题不一致时几乎不可见的问题。

  • 浮标改用与页面主题无关的高对比样式
  • 支持 Windows/Edge 强制高对比模式
  • 导出逻辑无变化

Fixes the floating side trigger becoming visually invisible in Edge when the browser color preference differs from the page theme.

v0.2.4

Choose a tag to compare

@kirisawa-subaru kirisawa-subaru released this 29 Jul 16:33

Initial public release