Skip to content

Releases: Myriad-Dreamin/tinymist

v0.11.0

17 Mar 11:52
cfca8b1
Compare
Choose a tag to compare

v0.11.0 - [2024-03-17]

Commands/Tools

Commands/Tools (New)

  • Added favorite function in template gallery in #61
    • favorite or unfavorite by clicking a button.
    • filter list by favorite state.
    • get persist favorite state.
    • run initTemplate command with favorite state.
  • Initializing template in place is allowed in #62
    • place the content of the template entry at the current cursor position.

Full Changelog: v0.10.3...v0.11.0

v0.10.3

16 Mar 17:00
3c37ce1
Compare
Choose a tag to compare

Commands/Tools (New)

  • Supported rest code lens in #45
    • Preview (in doc mode and tab target)
    • Preview in doc or slide mode and tab or browser target
    • Export as PDF format
  • Added an initializing template command in #50
  • Added a template gallery as template picker in #52

References (New)

  • Find/Goto syntactic references in #34 and #42

Autocompletion

  • Upgraded compiler for autocompleting package in #30

Definition/Rename

  • Reimplemented definition analysis in #43

Inlay Hint

  • Implemented inlay hint configuration in #37
  • Disabled inlay hints on one line content blocks in #48
  • Changed position of inlay hint params in #51

Misc

Internal Optimization

  • Deferred root resolution in #32
  • Allowed fuzzy selection to deref targets in #46
  • Implemented def-use analysis in #17, #19, #25, and #26

Full Changelog: v0.10.2...v0.10.3

v0.10.2

11 Mar 19:49
f8194c7
Compare
Choose a tag to compare
  • use implicit autocomplete in #3
  • add the new context keyword in #6
  • correctly drop sender after the server shutting down in #7
  • feat: support more foldable AST nodes in #11

v0.10.1

11 Mar 06:07
a3345dd
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

First release of tinymist.

You can access it with the Tinymist Typst VS Code Extension.

Features

Language service (LSP) features:

Extra features:

  • Compiles to PDF on save (configurable to as-you-type, or other options)

The source code is located at here.