Skip to content

0.11.22-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 20 Sep 07:43
· 328 commits to main since this release
1149551

(New) Tinymist Nightly

This is a new release channel for Tinymist, which uses main branch of typst. Currently it is only available at nightly branch,, but we will set up nightly release in soon future.

  • Added compatibility layer for Typst stable and nightly APIs by @ParaN3xus in #573
  • Added compatibility for typst_syntax::LinkedNode.leaf_at by @ParaN3xus in #582

Compiler

  • (Fix) Deadlock when iterating dependencies in #568
    • This could happen when you are triggering workspace-level requests, like symbol or reference requests.
  • (Fix) Ignoring system fonts correctly in #597
  • Supported CA certificate customization by @ricOC3 in #592

Editor

  • Providing label view in #570
  • Providing package view and local documentation in #596

Preview

  • Listening data plane socket and serve frontend html on same address in #577
  • Added gitpod layer for previewing from remote host by @tani in #575

Syntax/Semantic Highlighting

  • (Fix) Ignoring invalid tokens in typst's syntax tree in #605
  • Improved theme settings for raw blocks in #606

Completion

  • (Fix) Refined label types to remove hacking citation filter in #603
  • (Fix) Deduplicating value completion correctly in #604

Folding Range

  • (Fix) Processing overlapping cases in line folding only mode (3ab4fa6) in #588
  • (Fix) Creating function scopes for nest symbols in #589

Document Symbol

  • (Fix) Showing symbols when pattern is not provided in #569

Commands/Tools

  • Showing first occurrence locations for used fonts by @hooyuser in #598

Misc

  • Added shell completions for Fig and Nushell by @T1mVo in #578

Full Changelog: v0.11.20...v0.11.22-rc1