v0.13.2-rc1
Pre-release
Pre-release
Editor
- (Fix) Deactivating features correctly when restarting server in #1397
- Making
tinymist.configureDefaultWordSeparatoropt in, as discussed, in #1389
Compiler
- (Fix) Letting
tinymist::Configpull environment variables on start of server in #1390 - Tested that
TYPST_PACKAGE_CACHE_PATHshould be applied on server start in #1391
CLI
- (Fix) Ensured
tinymist-cli's argument names unique in #1388 - Added test about completion script generation in #1387
Code Analysis
- (Fix) term math text as content instead of string in #1386
- (Fix) Printing type representation of anonymous modules in #1385
- This was causing crashes, introduced in typst v0.13.0
Preview
- (Fix) Uses new wasm renderer in #1398
- (Fix) Corrected
vscode.Uriusages when restoring preview in #1402 - Using
jump_from_clickfrom typst-ide in #1399
Typlite
- (Fix) Exposed and defaulted to no-content-hint in typlite by @selfisekai in #1381
Syntax Highlighting
- Parsing Shebang syntax in #1400
- Recognizing typst source files by shebang containing
typstkeyword in #1400- Specifically, it matches by regex
^#!/.*\\b(typst)[0-9.-]*\\b
- Specifically, it matches by regex
Misc
Full Changelog: v0.13.0...v0.13.2-rc1
Download Binary
Install tinymist 0.13.2-rc1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.2-rc1/tinymist-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.2-rc1/tinymist-installer.ps1 | iex"Download tinymist 0.13.2-rc1
| File | Platform | Checksum |
|---|---|---|
| tinymist-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| tinymist-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| tinymist-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| tinymist-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| tinymist-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| tinymist-loongarch64-unknown-linux-gnu.tar.gz | LOONGARCH64 Linux | checksum |
| tinymist-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
| tinymist-armv7-unknown-linux-gnueabihf.tar.gz | ARMv7 Linux | checksum |
| tinymist-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| tinymist-loongarch64-unknown-linux-musl.tar.gz | LOONGARCH64 MUSL Linux | checksum |
| tinymist-riscv64gc-unknown-linux-musl.tar.gz | RISCV MUSL Linux | checksum |
| tinymist-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
| tinymist-arm-unknown-linux-musleabihf.tar.gz | ARMv6 MUSL Linux (Hardfloat) | checksum |
| tinymist-armv7-unknown-linux-musleabihf.tar.gz | ARMv7 MUSL Linux | checksum |
Download VS Code Extension
Download tinymist VS Code Extension 0.13.2-rc1
| File | Platform | Assets |
|---|---|---|
| tinymist-win32-x64.vsix | x64 Windows | Binary, Debug Symbols |
| tinymist-win32-arm64.vsix | ARM64 Windows | Binary, Debug Symbols |
| tinymist-linux-x64.vsix | x64 Linux | Binary, Debug Symbols |
| tinymist-linux-arm64.vsix | ARM64 Linux | Binary, Debug Symbols |
| tinymist-linux-armhf.vsix | ARMv7 Linux | Binary, Debug Symbols |
| tinymist-darwin-x64.vsix | Intel macOS | Binary, Debug Symbols |
| tinymist-darwin-arm64.vsix | Apple Silicon macOS | Binary, Debug Symbols |
| tinymist-alpine-x64.vsix | x64 Alpine Linux | Binary, Debug Symbols |
| tinymist-alpine-arm64.vsix | ARM64 Alpine Linux | Binary, Debug Symbols |
| tinymist-web.vsix | Browser (Web) | |
| tinymist-universal.vsix | Other Platforms (Universal) |