diff --git a/Cargo.lock b/Cargo.lock index 0337c325b..a005a216e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3770,7 +3770,7 @@ dependencies = [ [[package]] name = "sync-lsp" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "anyhow", "clap", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "insta", "lsp-server", @@ -4015,7 +4015,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "anyhow", "async-trait", @@ -4056,7 +4056,7 @@ dependencies = [ "serde_yaml", "strum", "sync-lsp", - "tinymist-assets 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.4-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-query", "tinymist-render", "tinymist-world", @@ -4082,7 +4082,7 @@ dependencies = [ [[package]] name = "tinymist-analysis" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "base64", "comemo 0.4.0", @@ -4099,17 +4099,17 @@ dependencies = [ [[package]] name = "tinymist-assets" -version = "0.12.2" +version = "0.12.4-rc1" [[package]] name = "tinymist-assets" -version = "0.12.2" +version = "0.12.4-rc1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8430e4e5358fcbb04a1f5a6c6503403e0d7bacb6c701f063394de758ade68c75" +checksum = "38b5a6ef8667c6570b234ffd7c3527de3ae0f80f23d55c5c19313384bf4f0905" [[package]] name = "tinymist-derive" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "quote", "syn 2.0.87", @@ -4117,7 +4117,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "anyhow", "base64", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "base64", "log", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "tinymist-world" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "anyhow", "chrono", @@ -4195,7 +4195,7 @@ dependencies = [ "reflexo-typst-shim", "serde", "serde_json", - "tinymist-assets 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.4-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "typst", "typst-assets", "typst-kit", @@ -4480,7 +4480,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typlite" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "base64", "comemo 0.4.0", @@ -4653,7 +4653,7 @@ dependencies = [ [[package]] name = "typst-preview" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "clap", "comemo 0.4.0", @@ -4666,7 +4666,7 @@ dependencies = [ "reflexo-vec2svg", "serde", "serde_json", - "tinymist-assets 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.4-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio", "typst", "typst-assets", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "typst-shim" -version = "0.12.2" +version = "0.12.4-rc1" dependencies = [ "cfg-if", "typst", diff --git a/Cargo.toml b/Cargo.toml index 38cac7a9c..652e3e027 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.12.2" +version = "0.12.4-rc1" edition = "2021" readme = "README.md" license = "Apache-2.0" @@ -145,7 +145,7 @@ insta = { version = "1.39", features = ["glob"] } # Our Own Crates typst-preview = { path = "./crates/typst-preview" } -tinymist-assets = { version = "0.12.2" } +tinymist-assets = { version = "0.12.4-rc1" } tinymist = { path = "./crates/tinymist/" } tinymist-derive = { path = "./crates/tinymist-derive/" } tinymist-analysis = { path = "./crates/tinymist-analysis/" } diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index e58a5edb8..7c1c33f36 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -4,6 +4,67 @@ All notable changes to the "tinymist" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## v0.12.4 - [2024-11-22] + +* Updated roadmap (typst v0.13.0+) in https://github.com/Myriad-Dreamin/tinymist/pull/876 + +### Announcement: New Maintainers + +We have added maintainers to GitHub since 2024-11-22: +- @ParaN3xus has become a maintainer of the "Nightly Releases" feature in https://github.com/Myriad-Dreamin/tinymist/pull/783 +- @max397574 has become a maintainer of the "Editor integration" feature in https://github.com/Myriad-Dreamin/tinymist/pull/784 +- @Eric-Song-Nop has become a maintainer of the "Language Service" feature in https://github.com/Myriad-Dreamin/tinymist/pull/796 +- @alerque has become a maintainer of the "Neovim integration" feature in https://github.com/Myriad-Dreamin/tinymist/pull/810 + +### Compiler + +* Added package related arguments to `typstExtraArgs` in https://github.com/Myriad-Dreamin/tinymist/pull/832 and https://github.com/Myriad-Dreamin/tinymist/pull/833 +* Taking configuration items from `tinymist` section in https://github.com/Myriad-Dreamin/tinymist/pull/835 + +### Editor + +* Statically registering formatting and semantic tokens capabilities by @MrLego8-9 in https://github.com/Myriad-Dreamin/tinymist/pull/814 +* Opening exported files using rust's `open` crate in https://github.com/Myriad-Dreamin/tinymist/pull/838 and https://github.com/Myriad-Dreamin/tinymist/pull/855 + +### Completion + +* Added more completion tests in https://github.com/Myriad-Dreamin/tinymist/pull/845 +* Completing bracket if the function accepts an only content arg in https://github.com/Myriad-Dreamin/tinymist/pull/848, https://github.com/Myriad-Dreamin/tinymist/pull/860, https://github.com/Myriad-Dreamin/tinymist/pull/867, and https://github.com/Myriad-Dreamin/tinymist/pull/870 +* Providing UFCS-style completion on content types in https://github.com/Myriad-Dreamin/tinymist/pull/849 +* Providing postfix completion on values in https://github.com/Myriad-Dreamin/tinymist/pull/850 and https://github.com/Myriad-Dreamin/tinymist/pull/880 +* Improved and filtered completion in show/set syntax in https://github.com/Myriad-Dreamin/tinymist/pull/858 and https://github.com/Myriad-Dreamin/tinymist/pull/859 +* (Fix) Using correct base directory for path completion by @Eric-Song-Nop in https://github.com/Myriad-Dreamin/tinymist/pull/854 +* Preferring to guide coding by signature help than completion list in https://github.com/Myriad-Dreamin/tinymist/pull/874 +* (Fix) Skipping code completion when editing length in https://github.com/Myriad-Dreamin/tinymist/pull/882 + +### Docstring + +* Checking union type annotation in https://github.com/Myriad-Dreamin/tinymist/pull/842 + +### Syntax/Semantic Highlighting + +* (Fix) match brackets in content block recursively in https://github.com/Myriad-Dreamin/tinymist/pull/856 + +### Rename + +* Added search index to quickly filter unrelated files in https://github.com/Myriad-Dreamin/tinymist/pull/864 +* Added support to rename resource paths in files in https://github.com/Myriad-Dreamin/tinymist/pull/869 + +### References + +* Added search index to quickly filter unrelated files in https://github.com/Myriad-Dreamin/tinymist/pull/864 + +### Code Action + +* Added code action to wrap content blocks in https://github.com/Myriad-Dreamin/tinymist/pull/881 + +### Misc + +* Caching link expressions in https://github.com/Myriad-Dreamin/tinymist/pull/866 +* Improved caches of calls and module exports type checking in https://github.com/Myriad-Dreamin/tinymist/pull/847 + +**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.12.2...v0.12.4 + ## v0.12.2 - [2024-11-15] * Bumped typstyle to v0.12.1 by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/764 diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 156338385..2efc031c0 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.12.2", + "version": "0.12.4-rc1", "description": "An integrated language service for Typst", "keywords": [ "typst", diff --git a/syntaxes/textmate/package.json b/syntaxes/textmate/package.json index b5a36edbd..1d562a652 100644 --- a/syntaxes/textmate/package.json +++ b/syntaxes/textmate/package.json @@ -1,6 +1,6 @@ { "name": "typst-textmate", - "version": "0.12.2", + "version": "0.12.4-rc1", "private": true, "scripts": { "compile": "npx tsc && node ./dist/main.mjs",