build: bump typstyle to 0.13.2 (#1600)

* build: bump typstyle to 0.13.2

* Update CHANGELOG.md

---------

Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com>
This commit is contained in:
QuadnucYard 2025-03-30 23:21:37 +08:00 committed by GitHub
parent e6c0a9b10d
commit daf0c5381b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 6 deletions

4
Cargo.lock generated
View file

@ -5027,9 +5027,9 @@ dependencies = [
[[package]]
name = "typstyle-core"
version = "0.13.0"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdff2f2401154ace9f096686e15bcae7a3c242e3e0af552932b1910004995384"
checksum = "f2d1344692fdf1659380d4c042c0815ab07d2ab430a0a31e7346c8ea64b6e0e5"
dependencies = [
"ecow",
"itertools 0.14.0",

View file

@ -144,7 +144,7 @@ typst-eval = "0.13.1"
typst-assets = "0.13.1"
typstfmt = { git = "https://github.com/Myriad-Dreamin/typstfmt", tag = "v0.13.1" }
typst-ansi-hl = "0.4.0"
typstyle-core = { version = "=0.13.0", default-features = false }
typstyle-core = { version = "=0.13.2", default-features = false }
typlite = { path = "./crates/typlite" }
# LSP
@ -251,7 +251,7 @@ extend-exclude = ["/.git", "fixtures"]
# This patch is used to bundle a locally built frontend (HTML) of `typst-preview`.
# The shortcoming is that you cannot install tinymist from git source then, i.e. `cargo install --git ..`, with this patch.
# However, it is not suggested to install it in that way. The suggested ways are:
# However, it is not suggested to install it in that way. The suggested ways are:
# - Installation: https://github.com/Myriad-Dreamin/tinymist?tab=readme-ov-file#installation
# - Installing pre-built artifacts from GitHub : https://github.com/Myriad-Dreamin/tinymist?tab=readme-ov-file#installing-regularnightly-prebuilds-from-github
# tinymist-assets = { path = "./crates/tinymist-assets/" }

View file

@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
The changelog lines unspecified with authors are all written by the @Myriad-Dreamin.
## Unreleased
* Bumped typstyle to v0.13.2 by @QuadnucYard in https://github.com/Myriad-Dreamin/tinymist/pull/1600
* This version achieves full document formatting support. It now comprehensively processes previously skipped elements, such as markup lines mixed with equations or codes, equations with comments, math expressions containing `#` symbols, and math arguments. There are also a few minor bug fixes and enhancements related to equations and import items. For more details, see https://enter-tainer.github.io/typstyle/changelog/#v0132---2025-03-28.
## v0.13.10 - [2025-03-23]
* Bumped typst to v0.13.1 in https://github.com/Myriad-Dreamin/tinymist/pull/1540
@ -153,7 +158,7 @@ See the [Issue: Preview feature for all editors](https://github.com/Myriad-Dream
### Preview
* (Fix) Using the background rect to calculate cursor
* (Fix) Using the background rect to calculate cursor
position in the page in https://github.com/Myriad-Dreamin/tinymist/pull/1427
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.2...v0.13.4
@ -313,7 +318,7 @@ For `tinymist.lock` feature, please check the [tinymist.projectResolution = "loc
* Added support to drag and drop `.xlsx` files by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/1100 and https://github.com/Myriad-Dreamin/tinymist/pull/1166
* Added support to drag and drop `.ods` files by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/1217
* Added more known image extensions to the drop provider in https://github.com/Myriad-Dreamin/tinymist/pull/1308
* Added `.avif`, `.jpe`, `.psd`, `.tga`, `.tif`, and `.tiff`, which are copied from the markdown extension.
* Added `.avif`, `.jpe`, `.psd`, `.tga`, `.tif`, and `.tiff`, which are copied from the markdown extension.
* Added support to paste media files (images, audios, and videos) into typst documents in https://github.com/Myriad-Dreamin/tinymist/pull/1306
* Canceling codelens if any picker is cancelled in https://github.com/Myriad-Dreamin/tinymist/pull/1314