v0.11.4 - [2024-04-14]
This version is published with mostly internal optimizations.
Editor
- (Change) Renamed trace feature to profile feature in #185
Compiler
- (Fix) Set entry state on changing entry in #180
- will cause incorrect label completion.
Completion
-
Autocompleting with power of type inference in #183, #186, and #189
- See full list at https://github.com/Myriad-Dreamin/tinymist/blob/878a4146468b2a0e7a4435d7d0636df4f2133907/crates/tinymist-query/src/analysis/ty/builtin.rs
- (Experimental) Autocompleting text size with commonly used values, then you can get
size: 12ptwith less keystrokingsz12. Please post your idea if you feel it could get improved.
And more values is shown in following screenshot:
- Autocompleting all positional arguments with more appropriate types.
- Autocompleting the
pathparameter oncbor/csv/image/read/read/json/yaml/xml/toml/raw.theme/raw.syntaxes/bibliographyfunctions
- Autocompleting the
fill/stroke/inset/outset/margin/radiusparameter on a bunch of builtin functions
2024-04-13.13-26-47.mp4
-
(Fix) slicing at an offset that is not char boundary in #188
Formatting
- Bumped typstyle to v0.11.13 by @Enter-tainer in #181
Syntax/Semantic Highlighting
- Provided better grammar on incomplete heading in #187
Misc
- (Fix) Improved release profile & fix typos by @QuarticCat in #177
Full Changelog: v0.11.3...v0.11.4
