Skip to content

v0.36.0

Choose a tag to compare

@johnnyzhang-eng johnnyzhang-eng released this 28 Aug 07:26
· 66 commits to main since this release
0e3aac0

本次变更

功能

  • feat(quick-start): search and scroll selector lists (#776)
  • feat(quick-start): select existing characters for new actions (#763)
  • feat(export): 在资产包中生成 GIF 预览 (#770)
  • feat(render3d): 出帧交给用户浏览器,worker 不再装 Chromium (#717)
  • feat(generation): 四向/八向立绘 sheet 与源方向发布合同 (#758)
  • feat(quick-start): route uploaded references through Agent (#754)
  • feat(quick-start): show queued task count (#742)
  • feat(guide): 内置产品使用手册
  • feat(quota): add one-time credit redemption (#737)
  • feat(quick-start): add asset version downloads (#736)
  • feat(quick-start): 优化对话文本选择与复制 (#675)
  • feat(matte): 引入 BiRefNet 抠图 provider (#686)
  • feat(quick-start): support existing project context (#718)
  • feat(quick-start): add Agent control for character candidates (#687)
  • feat(project): add automatic title extraction (#726)
  • feat(quick-start): add optional pixel-perfect output (#708)
  • feat(generation): 候选母版跨型号铺开 (#641)
  • feat(ops): 加一个只做加法的表结构巡检 (#616)
  • feat: 四向八向首帧改为 3×3 方向候选卡 (#689)
  • feat(ui): unify product radius and surface styles (#688)
  • feat(quick-start): add automatic asset delivery (#700)

修复

  • fix(guide): restore the final documentation treatment (#782)
  • fix(generation): 浏览器出帧续跑引用了已改名的进度类 (#764)
  • fix(quick-start): continue candidate regeneration inline (#760)
  • fix(quick-start): 精简对话复制控件 (#753)
  • fix(quick-start): 点击外部关闭下拉控件
  • fix(agent): accept workflow tool definitions (#751)
  • fix(quick-start): lift context row above prompt surface (#749)
  • fix(quick-start): preserve action semantics for Playtest (#721)
  • fix(quick-start): restore conversation composer surface (#741)
  • fix(quick-start): 使用滑块方向直接生成
  • fix: 修正四向八向九宫格与角色朝向
  • fix(generation): 补齐 SSE 断线恢复与真实进度
  • fix(quick-start): persist generation context controls (#735)
  • fix(projects): remove duplicate card entrance motion (#706)
  • fix(quick-start): keep one composer appearance (#728)
  • fix(matte): 关 mem_pattern,generation 结束后 trim glibc 堆 (#690) (#716)
  • fix(matte): 预热会话注入执行器,关 ORT arena 并串行抠图 (#690) (#711)
  • fix(quick-start): restore composer cohesion and reply reveal (#693)
  • fix(quick-start-agent): respect selected art style (#702)
  • fix(quick-start): preserve walking intent for Playtest (#707)
  • fix(quick-start): gate automatic delivery on actions (#710)
  • fix(slicing): i2v 抽帧两遍解码,避免 720p 帧常驻 (#690) (#695)
  • fix(quick-start-agent): harden planner proposal contract (#694)
  • fix(quick-start): unify completion action icons (#699)

重构

  • refactor(guide): present the manual as an article (#780)

部署以本 Release 的 tag 为准(#334 第四节)。

补发说明:本版本于 2026-08-28 补发。VERSION 文件驱动的发版流程停在 v0.34.0(8-25)之后,
此后 89 个提交积压未发。补发按自然日切分,让每个版本号仍能表达「这一版带来了什么」——
把 89 个提交挤进一个版本,版本号就失去了这个意义(见 .github/workflows/version.yml 的设计注释)。

tag 指向当时 main 的提交 0e3aac0,该提交的 Backend CI 与 Frontend CI 均已通过(补发前逐个核对)。
因为 tag 指向历史提交,本版本没有对应的 release workflow run —— 这是补发的必然结果,不是流程失败。

对比:83ce949...v0.36.0