mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-20 03:49:45 +00:00
build: bump version to 0.13.16-rc1 (#1899)
Some checks are pending
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 / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
Some checks are pending
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 / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
* build: bump version to 0.13.16-rc1 * docs: add changelog * fix: wrong assets * fix: assets
This commit is contained in:
parent
d409b30f03
commit
d571f1680f
11 changed files with 98 additions and 43 deletions
42
Cargo.lock
generated
42
Cargo.lock
generated
|
|
@ -759,7 +759,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crityp"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -3803,7 +3803,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync-ls"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -3932,7 +3932,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tests"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"lsp-types",
|
||||
|
|
@ -4055,7 +4055,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4097,7 +4097,7 @@ dependencies = [
|
|||
"strum",
|
||||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist-assets 0.13.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-core",
|
||||
"tinymist-debug",
|
||||
"tinymist-l10n",
|
||||
|
|
@ -4129,7 +4129,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-analysis"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"dashmap",
|
||||
|
|
@ -4162,17 +4162,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "053414ba8d0129f161bb4f4fd79beac72ddfa9f54d7d03a17b0c608edc473a67"
|
||||
checksum = "4736d0b2f7578e506fe90470dc602f9aa234ad039f09717deb4def505721e5c9"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-bench-font-load"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"divan",
|
||||
"tinymist",
|
||||
|
|
@ -4180,7 +4180,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-core"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_metadata",
|
||||
|
|
@ -4192,7 +4192,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-dap"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4211,7 +4211,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-debug"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4251,7 +4251,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-lint"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4292,7 +4292,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-preview"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"comemo",
|
||||
|
|
@ -4305,7 +4305,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.13.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
|
|
@ -4344,7 +4344,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-query"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4398,7 +4398,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-render"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"log",
|
||||
|
|
@ -4481,7 +4481,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-tests"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4840,7 +4840,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|||
|
||||
[[package]]
|
||||
name = "typlite"
|
||||
version = "0.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
|
@ -5626,7 +5626,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.13.14"
|
||||
version = "0.13.16-rc1"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -185,7 +185,7 @@ insta = { version = "1.39", features = ["glob"] }
|
|||
|
||||
|
||||
# Our Own Crates
|
||||
tinymist-assets = { version = "=0.13.14" }
|
||||
tinymist-assets = { version = "=0.13.16-rc1" }
|
||||
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.12" }
|
||||
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.12" }
|
||||
|
|
@ -199,16 +199,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.13.12" }
|
|||
|
||||
tinymist-tests = { path = "./crates/tinymist-tests/" }
|
||||
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.13.14" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.14" }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.14" }
|
||||
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.14", default-features = false }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.14" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.14" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.14" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.14" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.14" }
|
||||
typlite = { path = "./crates/typlite", version = "0.13.14", default-features = false }
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.13.16-rc1" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.16-rc1" }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.16-rc1" }
|
||||
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.16-rc1", default-features = false }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.16-rc1" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.16-rc1" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.16-rc1" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.16-rc1" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.16-rc1" }
|
||||
typlite = { path = "./crates/typlite", version = "0.13.16-rc1", default-features = false }
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-vscode-html",
|
||||
"version": "0.13.14",
|
||||
"version": "0.13.16-rc1",
|
||||
"description": "Extending Typst with HTML features",
|
||||
"keywords": [
|
||||
"html",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
pname = "tinymist";
|
||||
# Please update the corresponding vscode extension when updating
|
||||
# this derivation.
|
||||
version = "0.13.14";
|
||||
version = "0.13.16-rc1";
|
||||
|
||||
src = pkgs.lib.cleanSource ../../..;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.13.14",
|
||||
"version": "0.13.16-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.13.14 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.14 -f lazyvim-dev/Dockerfile .)
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.16-rc1 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.16-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.14 \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.16-rc1 \
|
||||
$DOCKER_ARGS
|
||||
|
|
|
|||
|
|
@ -12,7 +12,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.14 as tinymist
|
||||
FROM myriaddreamin/tinymist:0.13.16-rc1 as tinymist
|
||||
|
||||
FROM debian:12
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,61 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
|||
|
||||
The changelog lines unspecified with authors are all written by the @Myriad-Dreamin.
|
||||
|
||||
## v0.13.16 - [2025-07-13]
|
||||
|
||||
### Editor
|
||||
|
||||
* (Fix) Skipping exports on entry change and first filesystem sync in https://github.com/Myriad-Dreamin/tinymist/pull/1854
|
||||
* (Fix) Reading `formatterProseWrap` at server side by @andreaswilli in https://github.com/Myriad-Dreamin/tinymist/pull/1856
|
||||
* (Fix) Displaying SVG embedded in docs on hovering in VS Code Remote in https://github.com/Myriad-Dreamin/tinymist/pull/1878
|
||||
* (Test) Ensuring pdf export `onType` to work in https://github.com/Myriad-Dreamin/tinymist/pull/1865
|
||||
* Adding a neovim plugin as the canonical lsp client implementation in https://github.com/Myriad-Dreamin/tinymist/pull/1842 and https://github.com/Myriad-Dreamin/tinymist/pull/1851 and https://github.com/Myriad-Dreamin/tinymist/pull/1857
|
||||
* Added VS Code alpine-arm64 support in https://github.com/Myriad-Dreamin/tinymist/pull/1837
|
||||
|
||||
### Compiler
|
||||
|
||||
* Respecting `SOURCE_DATE_EPOCH` when compiling docs in https://github.com/Myriad-Dreamin/tinymist/pull/1631
|
||||
|
||||
### Export
|
||||
|
||||
* Skipping exporting style elements in HTML nodes by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/1849
|
||||
|
||||
### Completion
|
||||
|
||||
* (Fix) Completing `func.where` and `func.with` after dot in https://github.com/Myriad-Dreamin/tinymist/pull/1871
|
||||
|
||||
### Code Analysis
|
||||
|
||||
* (Fix) truncating value repr with 10MB limit in https://github.com/Myriad-Dreamin/tinymist/pull/1850
|
||||
|
||||
### Docstring
|
||||
|
||||
* (Perf) Added cache for docstrings in https://github.com/Myriad-Dreamin/tinymist/pull/1877
|
||||
* Pretty printing errors in docstrings in https://github.com/Myriad-Dreamin/tinymist/pull/1876
|
||||
|
||||
### Preview
|
||||
|
||||
* (Fix) Restoring bidirectional jump functionality in slide mode in https://github.com/Myriad-Dreamin/tinymist/pull/1873
|
||||
* Automatically hiding presentation toolbar when not hovered by @Copilot and @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/1887
|
||||
|
||||
### Syntax/Semantic Highlighting
|
||||
|
||||
* (Fix) Stopping atomic expressions before backslash in https://github.com/Myriad-Dreamin/tinymist/pull/1835
|
||||
|
||||
### Misc
|
||||
|
||||
* (Fix) Upgraded builder for windows binaries in https://github.com/Myriad-Dreamin/tinymist/pull/1794
|
||||
* (Fix) Added minor fixes in the IEEE template in https://github.com/Myriad-Dreamin/tinymist/pull/1875
|
||||
* (Fix) Eliminating default-features warning in cargo.toml by @Copilot and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/1895
|
||||
* Maintained docs in https://github.com/Myriad-Dreamin/tinymist/pull/1841, https://github.com/Myriad-Dreamin/tinymist/pull/1838, and https://github.com/Myriad-Dreamin/tinymist/pull/1864
|
||||
* Added copilot instructions in https://github.com/Myriad-Dreamin/tinymist/pull/1890 and https://github.com/Myriad-Dreamin/tinymist/pull/1896
|
||||
* Added docs for `crates/tinymist-vfs/src/path_mapper.rs` by @Copilot and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/1892
|
||||
* Added flake.nix in https://github.com/Myriad-Dreamin/tinymist/pull/1843
|
||||
* Removed debug symbol links in https://github.com/Myriad-Dreamin/tinymist/pull/1836
|
||||
* Generating typlite, config reference markdown files in https://github.com/Myriad-Dreamin/tinymist/pull/1868, https://github.com/Myriad-Dreamin/tinymist/pull/1881, https://github.com/Myriad-Dreamin/tinymist/pull/1885, and https://github.com/Myriad-Dreamin/tinymist/pull/1886
|
||||
|
||||
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.14...v0.13.16
|
||||
|
||||
## v0.13.14 - [2025-06-08]
|
||||
|
||||
With new approach to converting typst to other markup, we provide unofficial support to export [LaTeX](https://github.com/Myriad-Dreamin/tinymist/pull/1718), [DocX](https://github.com/Myriad-Dreamin/tinymist/pull/1727), and [Plain Text](https://github.com/Myriad-Dreamin/tinymist/pull/1731), with full power of typst scripting.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist",
|
||||
"version": "0.13.14",
|
||||
"version": "0.13.16-rc1",
|
||||
"description": "%description%",
|
||||
"keywords": [
|
||||
"typst",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"build:editor-tools": "cd tools/editor-tools/ && yarn run build",
|
||||
"build:preview": "cd tools/typst-preview-frontend && yarn run build && rimraf ../../crates/tinymist-assets/src/typst-preview.html && cpr ./dist/index.html ../../crates/tinymist-assets/src/typst-preview.html",
|
||||
"build:l10n": "yarn extract:l10n && node scripts/build-l10n.mjs",
|
||||
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.14 .",
|
||||
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.16-rc1 .",
|
||||
"extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs",
|
||||
"extract:l10n:ts": "cargo run --release --bin tinymist-l10n -- --kind ts --dir ./editors/vscode --output ./locales/tinymist-vscode-rt.toml",
|
||||
"extract:l10n:rs": "cargo run --release --bin tinymist-l10n -- --kind rs --dir ./crates --output ./locales/tinymist-rt.toml && rimraf ./crates/tinymist-assets/src/tinymist-rt.toml && cpr ./locales/tinymist-rt.toml ./crates/tinymist-assets/src/tinymist-rt.toml",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typst-textmate",
|
||||
"version": "0.13.14",
|
||||
"version": "0.13.16-rc1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"compile": "npx tsc && node ./dist/main.mjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue