mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-19 11:34:57 +00:00
build: bump version to 0.14.2-rc1 (#2253)
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
+tag v0.14.2-rc1
This commit is contained in:
parent
2a0a5ab3ae
commit
391d40ce42
11 changed files with 77 additions and 44 deletions
44
Cargo.lock
generated
44
Cargo.lock
generated
|
|
@ -813,7 +813,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crityp"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4149,7 +4149,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync-ls"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -4281,7 +4281,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tests"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"insta-cmd",
|
||||
|
|
@ -4405,7 +4405,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4450,7 +4450,7 @@ dependencies = [
|
|||
"strum",
|
||||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist-assets 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.14.2-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-debug",
|
||||
"tinymist-l10n",
|
||||
"tinymist-preview",
|
||||
|
|
@ -4483,7 +4483,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-analysis"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"dashmap",
|
||||
|
|
@ -4515,17 +4515,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da2b9650546805edf40bf1d19042d408e1d6f57dfe3b9dcf9d005ad19bc428f6"
|
||||
checksum = "71e129de45237a4194faaa8b03b0e3d6220571375236145c7e72156e84c21641"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-bench-font-load"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"divan",
|
||||
"tinymist",
|
||||
|
|
@ -4533,7 +4533,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-cli"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4576,7 +4576,7 @@ dependencies = [
|
|||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist",
|
||||
"tinymist-assets 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.14.2-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-debug",
|
||||
"tinymist-l10n",
|
||||
"tinymist-preview",
|
||||
|
|
@ -4607,7 +4607,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-dap"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4627,7 +4627,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-debug"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4668,7 +4668,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-lint"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4709,7 +4709,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-preview"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"clap",
|
||||
|
|
@ -4723,7 +4723,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.14.2-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
|
|
@ -4764,7 +4764,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-query"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4818,7 +4818,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-render"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"log",
|
||||
|
|
@ -4903,7 +4903,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-tests"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -5261,7 +5261,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|||
|
||||
[[package]]
|
||||
name = "typlite"
|
||||
version = "0.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
|
@ -6140,7 +6140,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]]
|
||||
|
|
|
|||
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.14.0"
|
||||
version = "0.14.2-rc1"
|
||||
edition = "2024"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -191,7 +191,7 @@ insta-cmd = "0.6.0"
|
|||
|
||||
|
||||
# Our Own Crates
|
||||
tinymist-assets = { version = "=0.14.0" }
|
||||
tinymist-assets = { version = "=0.14.2-rc1" }
|
||||
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0" }
|
||||
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0" }
|
||||
|
|
@ -205,16 +205,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.14.0" }
|
|||
|
||||
tinymist-tests = { path = "./crates/tinymist-tests/" }
|
||||
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.14.0" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.14.0", default-features = false }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.0" }
|
||||
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.0" }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.0" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.0" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.0" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.0" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.0" }
|
||||
typlite = { path = "./crates/typlite", version = "0.14.0", default-features = false }
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.14.2-rc1" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.14.2-rc1", default-features = false }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.2-rc1" }
|
||||
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.2-rc1" }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.2-rc1" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.2-rc1" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.2-rc1" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.2-rc1" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.2-rc1" }
|
||||
typlite = { path = "./crates/typlite", version = "0.14.2-rc1", default-features = false }
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-vscode-html",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.2-rc1",
|
||||
"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.14.0";
|
||||
version = "0.14.2-rc1";
|
||||
|
||||
src = pkgs.lib.cleanSource ../../..;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.2-rc1",
|
||||
"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.14.0 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0 -f lazyvim-dev/Dockerfile .)
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.2-rc1 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.2-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.14.0 \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.2-rc1 \
|
||||
$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.14.0 as tinymist
|
||||
FROM myriaddreamin/tinymist:0.14.2-rc1 as tinymist
|
||||
|
||||
FROM debian:12
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,39 @@ 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.14.2 - [2025-11-22]
|
||||
|
||||
### Server
|
||||
|
||||
* feat: hot reload compiler respecting typst font, package and library options in https://github.com/Myriad-Dreamin/tinymist/pull/2252
|
||||
* feat: add `no_pdf_tags`, `ppi`, and more `pdf_standard` to extra args in https://github.com/Myriad-Dreamin/tinymist/pull/2220
|
||||
* feat: minimal viable support for syntax-only mode in https://github.com/Myriad-Dreamin/tinymist/pull/2247, https://github.com/Myriad-Dreamin/tinymist/pull/2248, and https://github.com/Myriad-Dreamin/tinymist/pull/2249
|
||||
|
||||
### Editor
|
||||
|
||||
* feat: introspect and show complation statistics happening in the language server in https://github.com/Myriad-Dreamin/tinymist/pull/1958 and https://github.com/Myriad-Dreamin/tinymist/pull/2231
|
||||
* feat: export tool with page/text preview features by @QuadnucYard in https://github.com/Myriad-Dreamin/tinymist/pull/2182
|
||||
* feat: customize paste behaviors in vscode in https://github.com/Myriad-Dreamin/tinymist/pull/2238 and https://github.com/Myriad-Dreamin/tinymist/pull/2239
|
||||
|
||||
### Code Analysis
|
||||
|
||||
* feat: update symbol list and preserve definition order by @QuadnucYard in https://github.com/Myriad-Dreamin/tinymist/pull/2217
|
||||
* fix: specially identify text that is starts with `@` in https://github.com/Myriad-Dreamin/tinymist/pull/2233
|
||||
* feat: add `PathAt` code context query in https://github.com/Myriad-Dreamin/tinymist/pull/2232
|
||||
* fix: destructuring pattern handling in ExprWorker by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/2244
|
||||
|
||||
### Preview
|
||||
|
||||
* feat: replace `window` global with `windowElem` in preview web frontend by @ParaN3xus in https://github.com/Myriad-Dreamin/tinymist/pull/2145
|
||||
* feat: scroll preview with hjkl by @odilf in https://github.com/Myriad-Dreamin/tinymist/pull/2111
|
||||
|
||||
### Misc
|
||||
|
||||
* build: update to `macos-14` runner in https://github.com/Myriad-Dreamin/tinymist/pull/2234
|
||||
* fix: typo in helix docs by @CGMossa in https://github.com/Myriad-Dreamin/tinymist/pull/2251
|
||||
|
||||
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.14.0...v0.14.2
|
||||
|
||||
## v0.14.0 - [2025-11-02]
|
||||
|
||||
* Bumped typst to v0.14.0 in https://github.com/Myriad-Dreamin/tinymist/pull/2201
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.2-rc1",
|
||||
"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.14.0 .",
|
||||
"build:docker": "docker build -t myriaddreamin/tinymist:0.14.2-rc1 .",
|
||||
"build:web": "node scripts/build.mjs build:web",
|
||||
"test:vsc": "node scripts/build.mjs test:vsc",
|
||||
"watch:web": "cd crates/tinymist && yarn watch",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typst-textmate",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.2-rc1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue