Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 30 Aug 16:09
· 11 commits to main since this release
v0.1.8
83d687c

English

Fixed

  • A partial-failure build no longer blanks typst.css: error pages only seed the file when absent, so the combined styles of successfully built languages survive.
  • A multi-language project with one surviving language keeps its routing landing page instead of having that page copied to index.html.
  • A failed build no longer logs "generated docs/target" before exiting non-zero.
  • The SSE stream no longer sends a duplicate seed frame; only actual rebuilds are pushed (WatchStream::from_changes).

简体中文

修复

  • 部分失败的构建不再清空 typst.css:错误页仅在文件缺失时写入空样式,成功语言的合并样式得以保留。
  • 多语言项目仅剩一个成功语言时,保留语言路由分流页,不再把该语言页面复制为 index.html
  • 构建失败时不再先打印 "generated docs/target" 再以非零码退出。
  • SSE 流不再发送重复的种子帧,仅推送真正的重建事件(WatchStream::from_changes)。