You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)。