Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 10:28
· 27 commits to main since this release
v0.1.5
ace707d

English

Added

  • Enabled one-click return to cover by clicking toolbar title or sidebar project brand.
  • Enabled sequential page navigation and arrow key paging back to cover as Chapter 0.

Changed

  • Upgraded PDF compilation target to modern PDF 2.0 (--pdf-standard 2.0 / ISO 32000-2:2020) for enhanced tag semantics, accessibility, and color management.

Fixed

  • Fixed Typst HTML export container dropping issue (typst/typst#5512) by introducing centered helper and structural semantic fy-cover branches (.fy-cover-chip, .fy-cover-meta with <dl>/<dt>/<dd>).
  • Updated base.css with dark/light theme styling for .fy-cover classes and completed .fy-badge-done styling.
  • Fixed pager "Previous" link ignoring clicks on returning to cover due to missing anchor ID registration.

简体中文

新增

  • 支持点击顶部工具栏标题或侧栏项目名称一键返回封面。
  • 支持翻页导航(“上一页”按钮与键盘左右方向键)平滑退回封面(封面作为第 0 节参与有序翻页)。

变更

  • 全面升级 PDF 编译规格至最新的 PDF 2.0 标准(--pdf-standard 2.0 / ISO 32000-2:2020),显著增强标签语义、无障碍访问(Accessibility)及色彩渲染一致性。

修复

  • 修复 Typst HTML 导出丢弃 align/rect/line/grid 容器导致封面、目录标题与居中内容空白的问题(typst/typst#5512):引入 centered 辅助函数并重构封面为双分支语义结构(.fy-cover-chip.fy-cover-meta <dl>/<dt>/<dd>)。
  • 升级 base.css 样式表,适配 .fy-cover 类族的明暗主题,并补齐 .fy-badge-done 状态徽章样式。
  • 修复封面因未分配锚点 ID 导致点击“上一页”按钮返回封面无响应的问题。