Skip to content

Touying 0.6.0

Choose a tag to compare

@OrangeX4 OrangeX4 released this 20 Feb 11:20
· 152 commits to main since this release

It's not a big update, but it's the first touying release since typst 0.13 was released.

Features

  • feat: add auto style for display-current-heading.
    • For users, you can use show heading: set text(blue) to change color for heading in some themes like dewdrop.
    • For theme creator, you can use syntax like utils.display-current-heading(level: 1, style: auto) to achieve the same result.
  • feat: apply config-info information to set document.
  • feat: set stretch: false by default for alternatives functions. This is a minor breaking change, but I think it would be more intuitive: no auto empty space.

Fixes

  • fix: fix error with uncover using semi-transparent-cover
  • fix: fix type string comparison #153
  • fix: fix horizontal-line bug in typst 0.13.0
  • refactor: fix display-current-short-heading