ZIP
WinGet
Tinymist
Myriad-Dreamin · 0.13.22 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
tinymist-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Myriad-Dreamin.Tinymist
Version
0.13.22
Description
An integrated language service for Typst.
License
Apache-2.0
↗
Installer URL
https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.22/tinymist-x86_64-pc-windows-msvc.zip
Release Notes
- Bumped MSRV to 1.88 in https://github.com/Myriad-Dreamin/tinymist/pull/1993
Server
- (Fix) Always sending compiled interrupt to main thread in https://github.com/Myriad-Dreamin/tinymist/pull/2001
- If such interrupt is not sent, the main thread will be stalled forever.
- (Fix) Preventing pending_reasons (compilation) from cleaning up ocassionally in https://github.com/Myriad-Dreamin/tinymist/pull/2005
- Some onSaved signals are lost when the pending_reasons is cleaned up, which causes the…