bump(tinymist): update to v0.12.14 #8346
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.12.12
->v0.12.14
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Myriad-Dreamin/tinymist (tinymist)
v0.12.14
: - Merry ChristmasCompare Source
We now use cargo-dist to build, attest, and release binaries. The package publishers should prefer to use these binaries and validate them along with checksum. If you have any problems with changes, please report them to GitHub Issues.
These following suffixes are used for VS Code (or VSCodium) extensions:
win32-x64
,win32-arm64
,linux-x64
,linux-arm64
,linux-armhf
,darwin-x64
,darwin-arm64
,alpine-x64
,alpine-arm64
, andweb
. The rest are used for other editors (e.g. Neovim).We also start to release VS Code extension targeting universal platform. The universal target only doesn't bundle the binary. This is suitable for other platforms like RISC-V (riscv64) or LoongArch (loong64). Users of that must install tinymist by themselves. Note it introduces risk to use unaligned version of the extension and the binary, but we can mitigate it in future.
Editor
Code Analysis
(Fix) Determining
name_started
in signature constructors in https://github.com/Myriad-Dreamin/tinymist/pull/1038Inferring types of show rule transformers in https://github.com/Myriad-Dreamin/tinymist/pull/1045
2024-12-25.19-41-19.mp4
Completion
(Fix) Corrected wrong offset on Neovim for some postfix snippets by @Eric-Song-Nop in https://github.com/Myriad-Dreamin/tinymist/pull/966
(Fix) Improved various cases about completing field accesses in https://github.com/Myriad-Dreamin/tinymist/pull/1019, https://github.com/Myriad-Dreamin/tinymist/pull/1020, https://github.com/Myriad-Dreamin/tinymist/pull/1039, and https://github.com/Myriad-Dreamin/tinymist/pull/1040
(Fix) Adjusting offset from start when completing labels in https://github.com/Myriad-Dreamin/tinymist/pull/1051
Made and using new field access classifier for completion in https://github.com/Myriad-Dreamin/tinymist/pull/1035
Completing fields by type checking in https://github.com/Myriad-Dreamin/tinymist/pull/1041 and https://github.com/Myriad-Dreamin/tinymist/pull/1050
Completing tidy-style doc comment by @Eric-Song-Nop in https://github.com/Myriad-Dreamin/tinymist/pull/1029
2024-12-25.19-33-20.mp4
Misc
Building binaries for riscv64-linux-musl, loongarch64-linux-{musl,gnu} in https://github.com/Myriad-Dreamin/tinymist/pull/1009, https://github.com/Myriad-Dreamin/tinymist/pull/1014, and https://github.com/Myriad-Dreamin/tinymist/pull/1012
Building vscode extension targeting other (universal) platforms in https://github.com/Myriad-Dreamin/tinymist/pull/10091059
linux-loongarch64
.Full Changelog: Myriad-Dreamin/tinymist@v0.12.12...v0.12.14
Download Binary
Install tinymist 0.12.14
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.12.14/tinymist-installer.ps1 | iex"
Download tinymist 0.12.14
Download VS Code Extension
Download tinymist VS Code Extension 0.12.14
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.