mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-20 03:49:45 +00:00
build: bump version to 0.13.28 (#2140)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
+tag v0.13.28
This commit is contained in:
parent
326c54ec75
commit
a4d256d75b
11 changed files with 49 additions and 45 deletions
44
Cargo.lock
generated
44
Cargo.lock
generated
|
|
@ -766,7 +766,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crityp"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -3866,7 +3866,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync-ls"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -3999,7 +3999,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tests"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"insta-cmd",
|
||||
|
|
@ -4123,7 +4123,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4167,7 +4167,7 @@ dependencies = [
|
|||
"strum",
|
||||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist-assets 0.13.28-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.28 (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-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"dashmap",
|
||||
|
|
@ -4231,17 +4231,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6551b94f341875fd19d95442df9c86c73f222da99b394db0018e48e5e6376e2d"
|
||||
checksum = "c593be5d2963d62cc41d83ed1cafbba4532d82db2a29aad772a8fbf475a1fe81"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-bench-font-load"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"divan",
|
||||
"tinymist",
|
||||
|
|
@ -4249,7 +4249,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-cli"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4292,7 +4292,7 @@ dependencies = [
|
|||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist",
|
||||
"tinymist-assets 0.13.28-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.28 (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-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4342,7 +4342,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-debug"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4382,7 +4382,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-lint"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4423,7 +4423,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-preview"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"comemo",
|
||||
|
|
@ -4436,7 +4436,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.13.28-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
|
|
@ -4475,7 +4475,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-query"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4528,7 +4528,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-render"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"log",
|
||||
|
|
@ -4611,7 +4611,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-tests"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4972,7 +4972,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|||
|
||||
[[package]]
|
||||
name = "typlite"
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
|
@ -5758,7 +5758,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
24
Cargo.toml
24
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
|||
[workspace.package]
|
||||
description = "An integrated language service for Typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
|
||||
version = "0.13.28-rc2"
|
||||
version = "0.13.28"
|
||||
edition = "2024"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -186,7 +186,7 @@ insta-cmd = "0.6.0"
|
|||
|
||||
|
||||
# Our Own Crates
|
||||
tinymist-assets = { version = "=0.13.28-rc2" }
|
||||
tinymist-assets = { version = "=0.13.28" }
|
||||
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.24" }
|
||||
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.24" }
|
||||
|
|
@ -200,16 +200,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-rc2" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.28-rc2", default-features = false }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.28-rc2" }
|
||||
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.28-rc2" }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.28-rc2" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.28-rc2" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.28-rc2" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.28-rc2" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.28-rc2" }
|
||||
typlite = { path = "./crates/typlite", version = "0.13.28-rc2", default-features = false }
|
||||
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 }
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-vscode-html",
|
||||
"version": "0.13.28-rc2",
|
||||
"version": "0.13.28",
|
||||
"description": "Extending Typst with HTML features",
|
||||
"keywords": [
|
||||
"html",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
pname = "tinymist";
|
||||
# Please update the corresponding vscode extension when updating
|
||||
# this derivation.
|
||||
version = "0.13.28-rc2";
|
||||
version = "0.13.28";
|
||||
|
||||
src = pkgs.lib.cleanSource ../../..;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.13.28-rc2",
|
||||
"version": "0.13.28",
|
||||
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
|
||||
"author": "Myriad-Dreamin",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.28-rc2 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.28-rc2 -f lazyvim-dev/Dockerfile .)
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.28 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.28 -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-rc2 \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.28 \
|
||||
$DOCKER_ARGS
|
||||
|
|
|
|||
|
|
@ -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-rc2 as tinymist
|
||||
FROM myriaddreamin/tinymist:0.13.28 as tinymist
|
||||
|
||||
FROM debian:12
|
||||
|
||||
|
|
|
|||
|
|
@ -9,20 +9,24 @@ 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.28 - [2025-09-26]
|
||||
## v0.13.28 - [2025-09-29]
|
||||
|
||||
### Code Analysis
|
||||
|
||||
* (Fix) Corrected the lexical hierarchy of comment group by @BlueQuantumx in https://github.com/Myriad-Dreamin/tinymist/pull/2116
|
||||
* Fixed issue that "Symbols list was incomplete" (Issue https://github.com/Myriad-Dreamin/tinymist/pull/2021).
|
||||
* Generating lint warning for unknown math variables by @jo3-l in https://github.com/Myriad-Dreamin/tinymist/pull/2065
|
||||
* To enable quick-fixes all "add spaces separating letters in unknown math var" once (Issue https://github.com/Myriad-Dreamin/tinymist/pull/2062).
|
||||
|
||||
### Folding Range
|
||||
|
||||
* (Fix) Corrected `parent_last_loc` for heading children in folding ranges by @ParaN3xus in https://github.com/Myriad-Dreamin/tinymist/pull/2123
|
||||
* Fixed issue that "Headings before lower-level headings are not foldable" (Issue https://github.com/Myriad-Dreamin/tinymist/issues/1796)
|
||||
|
||||
### Preview
|
||||
|
||||
* (Fix) Extending origin check for vscode servers by @AllanChain in https://github.com/Myriad-Dreamin/tinymist/pull/2106
|
||||
* Fixed issue that "Cannot connect to websocket for preview on code-servers" (Issue https://github.com/Myriad-Dreamin/tinymist/issues/625)
|
||||
|
||||
### Misc
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist",
|
||||
"version": "0.13.28-rc2",
|
||||
"version": "0.13.28",
|
||||
"description": "%description%",
|
||||
"keywords": [
|
||||
"typst",
|
||||
|
|
|
|||
|
|
@ -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-rc2 .",
|
||||
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.28 .",
|
||||
"build:web": "node scripts/build.mjs build:web",
|
||||
"watch:web": "cd crates/tinymist && yarn watch",
|
||||
"maintainers": "typst query MAINTAINERS.typ \"<maintainer-meta>\" --pretty --one --field value --input=action=help",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typst-textmate",
|
||||
"version": "0.13.28-rc2",
|
||||
"version": "0.13.28",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue