Skip to content

cfKanban 0.1.0-alpha.42

Pre-release
Pre-release

Choose a tag to compare

@breakstring breakstring released this 04 Sep 23:28
· 56 commits to main since this release

cfKanban 0.1.0-alpha.42

English

Testing prerelease; not a stable deployment target.

  • Fix Chinese text decoding in the public deployment and joining guides. All four .md assets explicitly return Content-Type: text/plain; charset=utf-8, retaining raw Markdown content, no-store, and nosniff.
  • Add regression coverage for explicit encoding, valid UTF-8 source bytes, and built static-asset headers. Response-body decoding alone did not cover the browser's encoding decision.
  • No API, authentication, permission, database schema, or migration changes. Browser extension rendering and optional sidebars remain browser-owned behavior.
  • Skill update and Instance upgrade remain separate operations; the previous release remains available for rollback.

简体中文

测试预发行版,不是稳定部署目标。

  • 修复公开部署与加入指南的中文乱码。四份 .md 静态文件显式返回 Content-Type: text/plain; charset=utf-8,保留原始 Markdown、no-store 和 nosniff。
  • 新增编码声明、UTF-8 源文字节与构建输出响应头回归;仅按 UTF-8 读取正文不能证明浏览器会正确解码。
  • 不修改 API、认证、权限、数据库 schema,也没有 migration。浏览器扩展渲染及可选侧栏不在本次调整范围内。
  • Skill update 与 Instance upgrade 仍分别执行,保留上一版本作为回退。