- 🔧 Change: Update to LanguageTool 6.7 (see LT release notes)
- 🔧 Change: Update to lsp-cli-plus 2.2.1. See lsp-cli-plus release notes.
- 🔧 Change: Update bundled Java runtime from 21.0.5+11 to 21.0.8+9
- ✨ New: Add support comprehensive magic comments — #102, @Nils1729
- ✨ New: Add support for various LATEX commands — #100, Dominik Peters (@DominikPeters)
- 🐛 Bug fix: Fix spelling errors for Dutch dummies — vscode-ltex-plus#145
- 🐛 Bug fix: Remove incorrect babel language mapping for estonian — #103, Simmo Saan (@sim642)
- 🐛 Bug fix:
ltex.hiddenFalsePositives
rules should be JSON, not strings — #105, Jonathan Chan (@ionathanch) - 🐛 Bug fix: Fix spell checking in square brackets for Typst documents — vscode-ltex-plus#142
- 🐛 Bug fix: Fix Typst parsing. E.g. the statement
#set text(lang: "en")
caused the entire document not to be checked. — vscode-ltex-plus#157