Skip to content

Choose a tag to compare

@HackingGate HackingGate released this 13 Jan 15:41
· 1 commit to main since this release
8dea69a

What's Changed

Action Improvements

  • Migrate from building Typst from source to using cargo install for faster and more reliable installation (#931)
  • Simplify caching strategy - now caches the Typst binary directly instead of the build directory
  • Switch to dtolnay/rust-toolchain for better Rust toolchain management
  • Add manual workflow trigger with OS selection support (#948)

Bug Fixes

  • Replace deprecated font-noto-sans-cjk with font-noto-cjk on macOS (#948)

Internal CI Improvements

  • Add smart NEW version detection for intelligent test matrix scaling (#933)
  • Add weekly Renovate schedule to reduce update frequency (#935)
  • Limit OS matrix testing to ubuntu-latest (#929)
  • Increase artifact retention days for Typst Out Action
  • Fix manual dispatch multiline JSON output format for GITHUB_OUTPUT
  • Skip paths-filter for workflow_dispatch to avoid missing 'before' field warning

Full Changelog: v3.0.0...v3.1.0