diff --git a/Cargo.lock b/Cargo.lock index 72038fb3..091bd4b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "crityp" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "anyhow", "base64", @@ -3727,7 +3727,7 @@ dependencies = [ [[package]] name = "sync-lsp" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "anyhow", "clap", @@ -3858,7 +3858,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "insta", "lsp-server", @@ -3981,7 +3981,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "anyhow", "async-trait", @@ -4025,7 +4025,7 @@ dependencies = [ "strum", "sync-lsp", "temp-env", - "tinymist-assets 0.13.6-rc1 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.6-rc2 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-core", "tinymist-project", "tinymist-query", @@ -4069,17 +4069,17 @@ dependencies = [ [[package]] name = "tinymist-assets" -version = "0.13.6-rc1" +version = "0.13.6-rc2" [[package]] name = "tinymist-assets" -version = "0.13.6-rc1" +version = "0.13.6-rc2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8005c4f0ffcbfe982a46ea7c769dd09687ff2cd47ae3bcec399ce4829a035508" +checksum = "d54e31f81723cf49688bdebc0fc72d394a5fbbe4833b876803465893fbd09cc4" [[package]] name = "tinymist-bench-font-load" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "divan", "tinymist", @@ -4087,7 +4087,7 @@ dependencies = [ [[package]] name = "tinymist-core" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "anyhow", "cargo_metadata", @@ -4136,7 +4136,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "anyhow", "base64", @@ -4190,7 +4190,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "base64", "log", @@ -4582,7 +4582,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typlite" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "base64", "clap", @@ -4801,7 +4801,7 @@ dependencies = [ [[package]] name = "typst-preview" -version = "0.13.6-rc1" +version = "0.13.6-rc2" dependencies = [ "clap", "comemo", @@ -4815,7 +4815,7 @@ dependencies = [ "reflexo-vec2svg", "serde", "serde_json", - "tinymist-assets 0.13.6-rc1 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.6-rc2 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-std", "tokio", "typst", diff --git a/Cargo.toml b/Cargo.toml index ac973aba..b381f957 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.6-rc1" +version = "0.13.6-rc2" edition = "2021" readme = "README.md" license = "Apache-2.0" @@ -174,7 +174,7 @@ insta = { version = "1.39", features = ["glob"] } # Our Own Crates -tinymist-assets = { version = "=0.13.6-rc1" } +tinymist-assets = { version = "=0.13.6-rc2" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2" } tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.2", default-features = false } @@ -185,11 +185,11 @@ tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.2" } tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.2" } typst-shim = { path = "./crates/typst-shim", version = "0.13.2" } -tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6-rc1", default-features = false } -tinymist = { path = "./crates/tinymist/", version = "0.13.6-rc1" } -tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc1" } -tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc1" } -typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc1" } +tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6-rc2", default-features = false } +tinymist = { path = "./crates/tinymist/", version = "0.13.6-rc2" } +tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc2" } +tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc2" } +typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc2" } [profile.dev.package.insta] opt-level = 3 diff --git a/contrib/html/editors/vscode/package.json b/contrib/html/editors/vscode/package.json index b9b493db..43c4d730 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.6-rc1", + "version": "0.13.6-rc2", "description": "Extending Typst with HTML features", "keywords": [ "html", diff --git a/crates/tinymist-core/package.json b/crates/tinymist-core/package.json index 411b25d5..beca2f91 100644 --- a/crates/tinymist-core/package.json +++ b/crates/tinymist-core/package.json @@ -1,6 +1,6 @@ { "name": "tinymist-web", - "version": "0.13.6-rc1", + "version": "0.13.6-rc2", "description": "WASM module for running tinymist analyzers in JavaScript environment.", "author": "Myriad-Dreamin", "license": "Apache-2.0", diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index ee64fbac..36e95cf7 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -25,6 +25,8 @@ See the [Issue: Preview feature for all editors](https://github.com/Myriad-Dream ### Code Analysis +* (Fix) Identifying chained dot access when matching atomic expression in markup mode in https://github.com/Myriad-Dreamin/tinymist/pull/1488 and https://github.com/Myriad-Dreamin/tinymist/pull/1489 + * When completing `#a.b.|`, the second `.` was viewed as a text dot and failed to trigger the field completion. It now reparses correctly. * Made file type recognition by file extension case-insensitive in https://github.com/Myriad-Dreamin/tinymist/pull/1472 * For example, `IMAGE.PNG` is recognized as an image file now. diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 609979b9..026a7cf1 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.13.6-rc1", + "version": "0.13.6-rc2", "description": "An integrated language service for Typst", "keywords": [ "typst", diff --git a/syntaxes/textmate/package.json b/syntaxes/textmate/package.json index 50199799..8497745c 100644 --- a/syntaxes/textmate/package.json +++ b/syntaxes/textmate/package.json @@ -1,6 +1,6 @@ { "name": "typst-textmate", - "version": "0.13.6-rc1", + "version": "0.13.6-rc2", "private": true, "scripts": { "compile": "npx tsc && node ./dist/main.mjs",