Releases: valentjn/ltex-ls
Releases · valentjn/ltex-ls
4.7.0: Sort command signatures
- 🔧 Change: Update LanguageTool to 4.7 (see LT 4.7 release notes)
- ✨ New: Support multi-root workspaces, all configuration settings except
ltex.enabled
are now resource-specific — vscode-ltex#7 - 🔧 Change: Save dictionary settings under full language short code (e.g.,
en-US
instead ofen
). If you already have a dictionary underltex.en.dictionary
and useen-US
as language (noten
), you have to rename the settings name toltex.en-US.dictionary
(similarly for other languages). - 🗑 Removal: Remove diagnostics when a file is closed
- 🐛 Bug fix: Prevent insertion of text in TikZ mode
- ✨ New: Add support for more commands such as
\newenvironment
,\newgeometry
, and\pagenumbering
4.6.13
4.6.12
- 🐛 Bug fix: Patch LanguageTool's
AnnotatedText
with linear interpolation to hopefully fix thefromPos must be less than toPos
LT errors for good - 🐛 Bug fix: Fix
\footnote
in math mode messed up text mode and math mode - 🔧 Change: Increase robustness in case locale or settings are not provided
- 🔧 Change: Ignore all brace and bracket arguments after
\begin{environment}
(tabular
,array
, etc.) - ✨ New: Add support for some more commands and environments such as
\pagestyle
andeqnarray
4.6.11
- 🐛 Bug fix: Detect and prevent infinite loops in
LatexAnnotatedTextBuilder
- 🐛 Bug fix: Fix infinite loop with other line endings than
\n
- 🐛 Bug fix: Fix some more
fromPos must be less than toPos
LT errors - 🔧 Change: Check for interrupts to avoid 100% CPU usage on timeout (this doesn't fix any bugs though)
- ✨ New: Add support for
\email
,\href
, and\verb|...|
- ✨ New: Add support for more citation commands (
\citep
,\citet
, etc.) - ✨ New: Add support for float/theorem definition commands and starred sectioning commands