Skip to content

Releases: ssfun/tg-sign-plus

1.1.4

Choose a tag to compare

@ssfun ssfun released this 25 Jun 03:27
  • Reduce task log noise by hiding repetitive history rescue diagnostics from human-readable logs while preserving structured flow items.\n- Keep key task actions, retries, failures, and timeout details visible.\n- Filter hidden diagnostic flow items from the frontend readable timeline while retaining them in raw JSON.

1.1.3

Choose a tag to compare

@ssfun ssfun released this 25 Jun 02:48

Fix sign task log attribution so concurrent or queued tasks do not capture each other's tg-signer logs. Each backend task run now gets an isolated run id, task logs carry that run id where possible, and active log handlers filter records by the matching run context.

1.1.2

Choose a tag to compare

@ssfun ssfun released this 17 Jun 02:17

Fix image option sign-in tasks so malformed or empty AI responses no longer crash action 4 handling. The parser now accepts numeric indexes, JSON aliases, and matching button text, while invalid responses are logged and treated as unhandled instead of raising TypeError.

1.1.1

Choose a tag to compare

@ssfun ssfun released this 08 Jun 02:00
  • 修复 Docker/局域网 HTTP 访问时登录后写操作返回 403 的问题。默认不再给 refresh/CSRF cookie 设置 Secure 属性,避免浏览器在 http://IP:8080 下丢弃 cookie。
  • 补充 APP_REFRESH_COOKIE_SECURE 配置说明:仅在 HTTPS 反向代理访问时建议设为 true。

1.1.0

Choose a tag to compare

@ssfun ssfun released this 30 May 05:34
  • 优化任务页移动端响应式布局:任务列表筛选、任务卡片操作按钮保持单行显示。\n- 扩大任务历史日志弹窗可视区域,移动端历史记录改为横向滚动。\n- 修复前端构建依赖漏洞,升级 Next.js lockfile 到 16.2.6 并清理 npm audit 风险。

1.0.9

Choose a tag to compare

@ssfun ssfun released this 29 May 11:50

修复内容

  • 修复线上执行任务时报 ModuleNotFoundError: No module named 'tg_signer_contracts' 的问题。
  • 将任务重试异常契约模块纳入安装包,确保 Docker 部署后后端执行器可正常导入。

1.0.8

Choose a tag to compare

@ssfun ssfun released this 29 May 11:30

更新内容

  • 设置页新增当前版本号显示。
  • Docker/GitHub Actions 构建时注入最新 release tag 作为前端版本号。
  • 发布新 GitHub Release 时自动触发 Docker 构建和部署 workflow。

1.0.7

Choose a tag to compare

@ssfun ssfun released this 29 May 10:51

修复内容

  • 事件引擎结果判定改为仅使用任务中配置的 action 9 keywords,移除内置成功/失败/账号异常等硬编码词,避免误拦截未注册等提示。
  • 简化成功判定配置,前端和后端配置只保留结果关键词。
  • 修复多空诗词填空验证只点击一次后提前推进的问题。

1.0.6

Choose a tag to compare

@ssfun ssfun released this 29 May 09:54
0f8586b
  • beta test

1.0.5

Choose a tag to compare

@ssfun ssfun released this 27 May 05:05
7b52b55
  • Upgraded to a more stable "message event-driven" approach.