Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Releases: nvarner/typst-lsp

v0.5.1

20 May 21:54
75ba918
Compare
Choose a tag to compare
fix @types/vscode version

v0.5.0

20 May 21:13
Compare
Choose a tag to compare

Now with support for Typst v0.4.0!

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

17 Apr 06:19
41528b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Apr 07:35
Compare
Choose a tag to compare

v0.4.0

Highlights

  • Supports Typst v0.2.0
  • Major internal refactoring

What's Changed

  • Restructuring to allow incremental sync, caching, standardize conversions by @nvarner in #78
  • Prefix the build command for discoverability by @lvignoli in #73
  • Bump typst version to 0.2.0 with new fonts by @TeddyHuang-00 in #79
  • [Feature] "Show PDF" button by @dvdvgt in #72
  • CI dependency linting and updates by @nvarner in #80
  • build(deps): bump xml2js and @vscode/vsce in /addons/vscode by @dependabot in #83
  • build(deps-dev): bump eslint-plugin-n from 15.6.1 to 15.7.0 in /addons/vscode by @dependabot in #81
  • build(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.58.0 in /addons/vscode by @dependabot in #82
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.58.0 in /addons/vscode by @dependabot in #84
  • build(deps-dev): bump typescript from 5.0.2 to 5.0.4 in /addons/vscode by @dependabot in #85
  • feat: add configuration serverPath by @George-Miao in #87

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

05 Apr 20:10
387e3f3
Compare
Choose a tag to compare

The extreme memory usage has been fixed!

What's Changed

  • Improve CI with better release management and (more) enforced Clippy checks by @nvarner in #63
  • Fix memory leak by @laurmaedje in #71

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

30 Mar 06:42
91ec785
Compare
Choose a tag to compare

Errors should now show up on the correct files.

What's Changed

  • ci: more fixes for release workflow by @beeb in #54
  • Fix diagnostics messages (correct filename and output is cleared when compilation is successful) by @Bramas in #56

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Mar 06:06
a08b442
Compare
Choose a tag to compare

Now with GitHub release notes!

What's Changed

  • adds hover support from the engine by @astrale-sharp in #3
  • Pin versions for typst and typst-library by @beeb in #50
  • Fix alpine linux release build by @beeb in #48
  • Add Rust Analyzer in the install instructions by @CGMossa in #27
  • Add instructions to install dev version by @CGMossa in #28
  • Add manual PDF creation command by @beeb in #52
  • Wrap words by default in Typst source code by @nvarner in #53
  • Fix panic error when unwrapping root_uri without workspace by @Bramas in #43
  • Add templates for GitHub issues by @beeb in #46

New Contributors

Full Changelog: v0.2.0...v0.3.0