Skip to content

Releases: valentjn/ltex-ls

6.1.1

26 Jul 19:31
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix another problem with spaces in paths on Windows — vscode-ltex#80

6.1.0

26 Jul 15:02
Compare
Choose a tag to compare

6.0.2

11 Jul 17:00
Compare
Choose a tag to compare
  • 🔧 Change: Make Windows startup script (ltex-ls.bat) honor JAVA_HOMEvscode-ltex#75

6.0.1

02 Jul 19:37
Compare
Choose a tag to compare

6.0.0

28 Jun 12:51
Compare
Choose a tag to compare
  • 🔧 Change: Update LanguageTool to 5.0 (see LT 5.0 release notes)
  • 🔧 Change: Delay diagnostics at the current caret position (e.g., incomplete word or sentence) until the user has finished typing — vscode-ltex#46
  • New: Add enabled to magic comments — vscode-ltex#67
  • 🐛 Bug fix: Fix \todo couldn't be ignored — vscode-ltex#63
  • 🐛 Bug fix: Fix wrong language-dependent settings used for magic comments
  • 🐛 Bug fix: Fix add to dictionary and disable rule quick fixes using wrong language when used with magic comments
  • 🐛 Bug fix: Improve code quality by fixing hundreds of Checkstyle, SpotBugs, and Checker Framework warnings
  • 🔧 Change: Migrate from Gradle to Maven
  • 🔧 Change: Update Maven dependencies

5.0.0

01 Jun 07:50
Compare
Choose a tag to compare
  • New: Include all languages in LTEX LS; this removes the need for language support extensions — vscode-ltex#6
  • 🔧 Change: Adhere to semantic versioning. This means that the version of LTEX LS is not tied to the version of LanguageTool anymore, as the version of LanguageTool is not a semantic version. LTEX LS 5.0.0 uses LanguageTool 4.9.
  • 🔧 Change: Rename ltex.<LANGUAGE>.dictionaryltex.dictionary (object with <LANGUAGE> keys)
  • 🔧 Change: Rename ltex.<LANGUAGE>.disabledRulesltex.disabledRules (object with <LANGUAGE> keys)
  • 🔧 Change: Rename ltex.<LANGUAGE>.enabledRulesltex.enabledRules (object with <LANGUAGE> keys)
  • 🔧 Change: Rename ltex.javaHomeltex.java.path
  • 🔧 Change: Rename ltex.performance.initialJavaHeapSizeltex.java.initialHeapSize
  • 🔧 Change: Rename ltex.performance.maximumJavaHeapSizeltex.java.maximumHeapSize
  • 🔧 Change: Rename ltex.performance.sentenceCacheSizeltex.sentenceCacheSize
  • New: Add support for external LanguageTool HTTP servers — vscode-ltex#36
  • New: Add support for magic comments, enables changing the language in the middle of documents — vscode-ltex#21
  • 🐛 Bug fix: Check \footnote and \todo contents separately, preventing “double period” warnings — vscode-ltex#42
  • New: Add support for more BibLATEX citation commands, add support for plural dummies, add support for \eg, \egc, \ie, \iecvscode-ltex#43
  • New: Add visual feedback in status bar during startup and checks that take a long time
  • 🗑 Removal: Remove null types and default values from settings, use empty string/array/object instead — vscode-ltex#41
  • 🔧 Change: Use proper server/client model for language server/client
  • 🔧 Change: Make documentation of vscode-ltex more extensive, put it on own website

4.9.3

06 Dec 06:56
Compare
Choose a tag to compare
  • 🔧 Change: Revert to Java 8
  • 🗑 Removal: Remove support for external LanguageTool HTTP servers

4.9.2

06 Dec 06:56
Compare
Choose a tag to compare
  • 🔧 Change: Update required version of Java (now 11 or newer)
  • New: Add support for external LanguageTool HTTP servers — vscode-ltex#36
  • New: Add support for \autoref, \pageref, \autopagerefvscode-ltex#37

4.9.1

06 Dec 06:57
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix sentence cache was invalidated when a single ignore sentence rule was present — vscode-ltex#29
  • 🔧 Change: Use thin non-breaking space for \,vscode-ltex#35

4.9.0

06 Dec 06:57
Compare
Choose a tag to compare
  • 🔧 Change: Update LanguageTool to 4.9 (see LT 4.9 release notes)
  • 🔧 Change: Update other Java dependencies
  • 🔧 Change: Reduce file size (omitting unneeded dependencies)