Editor
- Integrated Neovim support in #91
- docs: mention how to work with multiple-file projects in #108
- feat: add minimal Helix support in #107
Compiler
- (Fix) Always uses latest compiled document for LSP functions in #68
- (Fix) Converts EOF position correctly in #92
- Allowed running server on rootless files and loading font once in #94
- Uses positive system font config in #93 and #97
Syntax/Semantic Highlighting
- Provided correct semantic highlighting in #71
- Provided correct syntax highlighting in #77, #80, #85, and #109
- Colorizes contextual bracket according to Textmate scopes in #81
Commands/Tools
- Fixed two bugs during initializing template in #65
- Added SVG and PNG export in code lens context in #101
- Added tracing frontend in #98
- The frontend is implemented but there is trouble with the backend.
To use SVG/PNG export:
- click the code lens "Export as .." at the start of document:
- select one of export kind to export first page or all pages merged into one image:
Hover (Tooltip)
Misc
Full Changelog: v0.11.0...v0.11.1

