This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Releases: nvarner/typst-lsp
Releases · nvarner/typst-lsp
v0.13.0
What's Changed
- Add instructions for Sublime Text to README.md by @Jollywatt in #409
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 3 updates by @dependabot in #407
- Fixed typo + improved language consistency in VS Code command titles by @behackl in #441
- Update to Typst v0.11.0 by @nvarner in #454
New Contributors
- @Jollywatt made their first contribution in #409
- @behackl made their first contribution in #441
Full Changelog: v0.12.1...v0.13.0
v0.12.1
Notably, this release includes a fix from @Myriad-Dreamin for an autocomplete bug which caused many unhelpful suggestions to always be visible.
What's Changed
- Always use implicit autocomplete by @Myriad-Dreamin in #387
- Autocompletion for package import by @Myriad-Dreamin in #388
- build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10 by @dependabot in #394
- build(deps): bump the language-server-deps group with 4 updates by @dependabot in #395
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 4 updates by @dependabot in #396
- Add capability to pin a main file by @Myriad-Dreamin in #389
New Contributors
- @Myriad-Dreamin made their first contribution in #387
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Major Features
- Support for Typst v0.10.0
- New basic Lapce plugin
- Improved completions (@Enter-tainer)
- Improved font config (@PgBiel)
What's Changed
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 1 update by @dependabot in #353
- Add auto complete for citations by @Enter-tainer in #354
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 6 updates by @dependabot in #364
- build(deps): bump the rust-deps group with 5 updates by @dependabot in #362
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 4 updates by @dependabot in #368
- build(deps): bump openssl from 0.10.57 to 0.10.60 by @dependabot in #371
- Add minimal fontconfig support by @PgBiel in #359
- Add Typst LSP to Lapce plugins by @nvarner in #372
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #373
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #377
- Update to Typst v0.10.0 by @nvarner in #378
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Now supports Typst v0.9.0
What's Changed
- build(deps): bump the rust-deps group with 1 update by @dependabot in #310
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 1 update by @dependabot in #309
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #321
- build(deps): bump the rust-deps group with 2 updates by @dependabot in #322
- Read typstfmt config from files, if possible by @KillTheMule in #288
- Add related information to typst diagnostics by @NickAcPT in #317
- Document building against another Typst version by @nvarner in #345
- bump to typst v0.9.0 by @Enter-tainer in #344
- bumb typstfmt by @astrale-sharp in #329
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 6 updates by @dependabot in #347
- build(deps): bump the rust-deps group with 2 updates by @dependabot in #346
- Typst 0.9 Improvements, Prepare for v0.11.0 Release by @nvarner in #348
- Don't build for VS Code target
win32-ia32
by @nvarner in #349
New Contributors
- @NickAcPT made their first contribution in #317
- @Enter-tainer made their first contribution in #344
Full Changelog: v0.10.1...v0.11.0
v0.10.1
v0.10.0
Suppose for Typst v0.8, bugfixes
What's Changed
- bump typstfmt by @astrale-sharp in #276
- build(deps): bump the rust-deps group with 1 update by @dependabot in #278
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 1 update by @dependabot in #279
- More robust configuration reading by @nvarner in #281
- bump typstfmt by @astrale-sharp in #286
- build(deps): bump the rust-deps group with 1 update by @dependabot in #290
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 5 updates by @dependabot in #289
- bump typstfmt by @astrale-sharp in #293
- Build on Ubuntu 20.04 for older glibc by @nvarner in #295
- Update to Typst 0.8 by @nvarner in #280
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #299
- Include git commit in version info by @KillTheMule in #292
- build(deps): bump the rust-deps group with 1 update by @dependabot in #302
New Contributors
- @KillTheMule made their first contribution in #292
Full Changelog: v0.9.5...v0.10.0
v0.9.5
What's Changed
- adds formatter capabilities using typstfmt by @astrale-sharp in #243
- build(deps): bump rustls-webpki from 0.101.3 to 0.101.4 by @dependabot in #262
- build(deps): bump the rust-deps group with 1 update by @dependabot in #259
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #258
- Fix lints and cargo-deny by @nvarner in #266
- [fix] fix the nix build by @MangoIV in #238
- Be safer when checking for language server binary by @nvarner in #268
- bump typstfmt by @astrale-sharp in #273
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #270
- build(deps): bump the rust-deps group with 1 update by @dependabot in #271
- Don't panic on unknown span by @nvarner in #274
New Contributors
Full Changelog: v0.9.4...v0.9.5
v0.9.4
Should fix #232 by implementing single file support
What's Changed
- fix(regression): Basic single file support by @YDX-2147483647 in #254
New Contributors
- @YDX-2147483647 made their first contribution in #254
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.2
What's Changed
- Read local packages from the right directory by @nvarner in #246
- Don't return time information from
datetime.today
by @nvarner in #247 - Correctly identify which workspace folder a file belongs to by @nvarner in #248
- build(deps-dev): bump the vscode-deps group in /editors/vscode with 2 updates by @dependabot in #244
- build(deps): bump the rust-deps group with 1 update by @dependabot in #245
Full Changelog: v0.9.1...v0.9.2