Skip to content

Releases: valentjn/ltex-ls

4.7.0: Sort command signatures

06 Dec 06:59
Compare
Choose a tag to compare
  • 🔧 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 of en). If you already have a dictionary under ltex.en.dictionary and use en-US as language (not en), you have to rename the settings name to ltex.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

06 Dec 07:00
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix LTEX LS not reinitialized after a language extension has been installed (which was missing during initialization)

4.6.12

06 Dec 07:00
Compare
Choose a tag to compare
  • 🐛 Bug fix: Patch LanguageTool's AnnotatedText with linear interpolation to hopefully fix the fromPos 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 and eqnarray

4.6.11

06 Dec 07:00
Compare
Choose a tag to compare
  • 🐛 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

4.6.10

06 Dec 07:00
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix NullPointerException if LanguageTool has not been initialized — #1

4.6.9

06 Dec 07:00
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix NullPointerException in main

4.6.8

06 Dec 07:01
Compare
Choose a tag to compare
  • Add: Initial release