diff --git a/Cargo.lock b/Cargo.lock index a534b54a..bb0d9fd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "crityp" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "anyhow", "base64", @@ -3864,7 +3864,7 @@ dependencies = [ [[package]] name = "sync-ls" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "anyhow", "clap", @@ -3997,7 +3997,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "insta", "insta-cmd", @@ -4121,7 +4121,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "anyhow", "async-trait", @@ -4166,7 +4166,7 @@ dependencies = [ "strum", "sync-ls", "temp-env", - "tinymist-assets 0.13.28 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.30-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-debug", "tinymist-l10n", "tinymist-preview", @@ -4199,7 +4199,7 @@ dependencies = [ [[package]] name = "tinymist-analysis" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "comemo", "dashmap", @@ -4231,17 +4231,17 @@ dependencies = [ [[package]] name = "tinymist-assets" -version = "0.13.28" +version = "0.13.30-rc1" [[package]] name = "tinymist-assets" -version = "0.13.28" +version = "0.13.30-rc1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c593be5d2963d62cc41d83ed1cafbba4532d82db2a29aad772a8fbf475a1fe81" +checksum = "871a0eac22bbc5a8733d8faf405810e13c64c97780e86aaad18f37d6b49d05db" [[package]] name = "tinymist-bench-font-load" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "divan", "tinymist", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "tinymist-cli" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "anyhow", "async-trait", @@ -4292,7 +4292,7 @@ dependencies = [ "sync-ls", "temp-env", "tinymist", - "tinymist-assets 0.13.28 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.30-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-debug", "tinymist-l10n", "tinymist-preview", @@ -4323,7 +4323,7 @@ dependencies = [ [[package]] name = "tinymist-dap" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "base64", "comemo", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "tinymist-debug" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "base64", "comemo", @@ -4382,7 +4382,7 @@ dependencies = [ [[package]] name = "tinymist-lint" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "comemo", "insta", @@ -4423,7 +4423,7 @@ dependencies = [ [[package]] name = "tinymist-preview" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "clap", "comemo", @@ -4436,7 +4436,7 @@ dependencies = [ "reflexo-vec2svg", "serde", "serde_json", - "tinymist-assets 0.13.28 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.30-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-std", "tokio", "typst", @@ -4477,7 +4477,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "anyhow", "base64", @@ -4530,7 +4530,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "base64", "log", @@ -4613,7 +4613,7 @@ dependencies = [ [[package]] name = "tinymist-tests" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "comemo", "insta", @@ -4974,7 +4974,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typlite" -version = "0.13.28" +version = "0.13.30-rc1" dependencies = [ "base64", "clap", @@ -5762,7 +5762,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 546a9228..ef07d886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] description = "An integrated language service for Typst." authors = ["Myriad-Dreamin ", "Nathan Varner"] -version = "0.13.28" +version = "0.13.30-rc1" edition = "2024" readme = "README.md" license = "Apache-2.0" @@ -188,7 +188,7 @@ insta-cmd = "0.6.0" # Our Own Crates -tinymist-assets = { version = "=0.13.28" } +tinymist-assets = { version = "=0.13.30-rc1" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.24" } tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.24" } @@ -202,16 +202,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.13.24" } tinymist-tests = { path = "./crates/tinymist-tests/" } -sync-ls = { path = "./crates/sync-lsp", version = "0.13.28" } -tinymist = { path = "./crates/tinymist/", version = "0.13.28", default-features = false } -tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.28" } -tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.28" } -tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.28" } -tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.28" } -tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.28" } -tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.28" } -tinymist-preview = { path = "./crates/typst-preview", version = "0.13.28" } -typlite = { path = "./crates/typlite", version = "0.13.28", default-features = false } +sync-ls = { path = "./crates/sync-lsp", version = "0.13.30-rc1" } +tinymist = { path = "./crates/tinymist/", version = "0.13.30-rc1", default-features = false } +tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.30-rc1" } +tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.30-rc1" } +tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.30-rc1" } +tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.30-rc1" } +tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.30-rc1" } +tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.30-rc1" } +tinymist-preview = { path = "./crates/typst-preview", version = "0.13.30-rc1" } +typlite = { path = "./crates/typlite", version = "0.13.30-rc1", default-features = false } [profile.dev.package.insta] opt-level = 3 diff --git a/contrib/html/editors/vscode/package.json b/contrib/html/editors/vscode/package.json index 6184dd3e..d9bf0172 100644 --- a/contrib/html/editors/vscode/package.json +++ b/contrib/html/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist-vscode-html", - "version": "0.13.28", + "version": "0.13.30-rc1", "description": "Extending Typst with HTML features", "keywords": [ "html", diff --git a/contrib/nix/dev/flake.nix b/contrib/nix/dev/flake.nix index fe9282d7..5e38103a 100644 --- a/contrib/nix/dev/flake.nix +++ b/contrib/nix/dev/flake.nix @@ -26,7 +26,7 @@ pname = "tinymist"; # Please update the corresponding vscode extension when updating # this derivation. - version = "0.13.28"; + version = "0.13.30-rc1"; src = pkgs.lib.cleanSource ../../..; diff --git a/crates/tinymist/package.json b/crates/tinymist/package.json index 7f0b2d73..c308ef01 100644 --- a/crates/tinymist/package.json +++ b/crates/tinymist/package.json @@ -1,6 +1,6 @@ { "name": "tinymist-web", - "version": "0.13.28", + "version": "0.13.30-rc1", "description": "WASM module for running tinymist analyzers in JavaScript environment.", "author": "Myriad-Dreamin", "license": "Apache-2.0", diff --git a/editors/neovim/bootstrap.sh b/editors/neovim/bootstrap.sh index 3105e61e..1cdd8153 100755 --- a/editors/neovim/bootstrap.sh +++ b/editors/neovim/bootstrap.sh @@ -14,12 +14,12 @@ else exit 1 fi -(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.28 .) -(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.28 -f lazyvim-dev/Dockerfile .) +(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.30-rc1 .) +(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.30-rc1 -f lazyvim-dev/Dockerfile .) docker run --rm -it \ -v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \ -v $PWD:/home/runner/dev \ -v $PWD/target/.local:/home/runner/.local \ -v $PWD/target/.cache:/home/runner/.cache \ - -w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.28 \ + -w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.30-rc1 \ $DOCKER_ARGS diff --git a/editors/neovim/samples/lazyvim-dev/Dockerfile b/editors/neovim/samples/lazyvim-dev/Dockerfile index 98a61f14..7be522a9 100644 --- a/editors/neovim/samples/lazyvim-dev/Dockerfile +++ b/editors/neovim/samples/lazyvim-dev/Dockerfile @@ -15,7 +15,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi USER root RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb -FROM myriaddreamin/tinymist:0.13.28 as tinymist +FROM myriaddreamin/tinymist:0.13.30-rc1 as tinymist FROM debian:12 diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index f6e31f31..7e427799 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -9,6 +9,45 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea - [CHANGELOG-2025.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/vscode/CHANGELOG.md) - [CHANGELOG-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md) +## v0.13.30 - [2025-10-26] + +### Server + +* (Fix) Ignoring non-typst files to focus implicitly in https://github.com/Myriad-Dreamin/tinymist/pull/2152 +* (Fix) Setting position_encoding on handshake and fixing to utf-16 in https://github.com/Myriad-Dreamin/tinymist/pull/2153 +* Added js package registry support for tinymist-wasm by @ParaN3xus in https://github.com/Myriad-Dreamin/tinymist/pull/2102 +* Tested and lowered glibc version requirement in https://github.com/Myriad-Dreamin/tinymist/pull/2143 + +### Editor + +* Adding multi-page export and no-write support by @QuadnucYard in https://github.com/Myriad-Dreamin/tinymist/pull/2098 + +### LSIF (New) + +* Supported offline definition queries (LSIF) in https://github.com/Myriad-Dreamin/tinymist/pull/2032 + * This is used for custom typst package docs generation. + +### Code Analysis + +* (Fix) Correcting scope merging order by @BlueQuantumx in https://github.com/Myriad-Dreamin/tinymist/pull/2154 and https://github.com/Myriad-Dreamin/tinymist/pull/2166 + * If not, some symbols were not completing correctly. +* (Fix) Holding success compilation that was lost due to bad refactor in "fix: invalidate cached snapshot after compile" in https://github.com/Myriad-Dreamin/tinymist/pull/2165 + * If not, label completion and reference completion were not working correctly. +* (Fix) Importing type inference result from other modules in https://github.com/Myriad-Dreamin/tinymist/pull/2168 +* (Fix) Enabling local registry feature in https://github.com/Myriad-Dreamin/tinymist/pull/2186 + +### Typlite + +* (Fix) Enabling HTML rendering for VerbatimNode and adding regression test by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/2172 and https://github.com/Myriad-Dreamin/tinymist/pull/2178 + * Fix #1844. +* (Fix) Rendering figure images during docx export by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/2175 + * Fix #2104. +* (Fix) Fallback for tables with block-level cells by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/2173 + * Fix #1845. +* (Fix) Not ignoring user inputs in typlite by @Jollywatt in https://github.com/Myriad-Dreamin/tinymist/pull/2164 + +**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.28...v0.13.30 + ## v0.13.28 - [2025-09-29] ### Code Analysis diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 48033c29..37f72631 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.13.28", + "version": "0.13.30-rc1", "description": "%description%", "keywords": [ "typst", diff --git a/package.json b/package.json index 89df9f21..abc77288 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build:preview": "node scripts/build.mjs build:preview", "build:syntax": "node scripts/build.mjs build:syntax", "build:l10n": "node scripts/build.mjs build:l10n", - "build:docker": "docker build -t myriaddreamin/tinymist:0.13.28 .", + "build:docker": "docker build -t myriaddreamin/tinymist:0.13.30-rc1 .", "build:web": "node scripts/build.mjs build:web", "watch:web": "cd crates/tinymist && yarn watch", "maintainers": "typst query MAINTAINERS.typ \"\" --pretty --one --field value --input=action=help", diff --git a/syntaxes/textmate/package.json b/syntaxes/textmate/package.json index 78e89f94..36971eba 100644 --- a/syntaxes/textmate/package.json +++ b/syntaxes/textmate/package.json @@ -1,6 +1,6 @@ { "name": "typst-textmate", - "version": "0.13.28", + "version": "0.13.30-rc1", "private": true, "type": "module", "scripts": {