Skip to content

13.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 18:19
· 154 commits to develop since this release
  • πŸ”§ Change: Migrate from Java to Kotlin
  • ✨ New: Add support for checking comments in many popular programming languages β€” vscode-ltex#350
  • ✨ New: Add non-server batch mode via --input-documents β€” #71
  • ✨ New: Add support for rule-dependent diagnostic severities in ltex.diagnosticSeverity β€” #95
  • ✨ New: Add support for vowel dummies in LATEX ("vowelDummy" in ltex.latex.commands) and Markdown ("vowelDummy" in ltex.markdown.nodes) β€” vscode-ltex#366
  • ✨ New: Add support for more LATEX commands (\mathop, \overline, \tilde, \alpha, etc.) for automatic vowel detection in formulas in LATEX β€” #92, Shuhao Cao (@scaomath)
  • ✨ New: Add support for \counterwithin, \counterwithout, and \numberwithin in LATEX β€” #87, Alexander Zeilmann (@AlexanderZeilmann)
  • πŸ› Bug fix: Don't ignore second argument of \setkomavar in LATEX β€” vscode-ltex#373
  • ✨ New: Add support for InitializeParams.locale when using LSP 3.16 or later, deprecate CustomInitializationOptions.locale
  • πŸ—‘ Removal: Remove support for magic comments in XHTML
  • πŸ”§ Change: Change format of changelog