Skip to content

5.0.0

Compare
Choose a tag to compare
@valentjn valentjn released this 01 Jun 07:50
  • 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