Skip to content

16.0.0

Latest
Compare
Choose a tag to compare
@valentjn valentjn released this 19 Mar 16:38
· 1 commit to develop since this release
  • πŸ”§ Change: Update LanguageTool to 6.0 (see LT release notes of 5.6, 5.7, 5.8, 5.9, and 6.0)
  • ✨ New: Add support for Git commit messages (LSP language IDs git-commit and gitcommit) β€” #132
  • ✨ New: Add support for Quarto and R Markdown (LSP language IDs quarto and rmd) β€” #170, #172, #180, Alexandre Sonderegger (@sondalex)
  • ✨ New: Add workaround for Pandoc-style inline display math (Markdown) β€” #131
  • ✨ New: Add support for diacritical commands when enclosed in braces (LATEX) β€” #130
  • ✨ New: Add support for \newcaptionname etc. from KOMA-Script and \DefineBibliographyStrings from BibLATEX (LATEX) β€” vscode-ltex#490
  • πŸ› Bug fix: Fix false positives when using siunitx (LATEX) β€” #134
  • πŸ› Bug fix: Fix unquoted languages in YAML front matter not parsed correctly (Markdown) β€” #156
  • πŸ› Bug fix: Fix optional argument of Beamer's frame environment not ignored (LATEX) β€” #161
  • πŸ› Bug fix: Fix plural dummy in German languages β€” #178, Stanley F (@sfo)
  • πŸ› Bug fix: Add support for \import and \subimport (LATEX) β€” #207
  • πŸ› Bug fix: Fix Babel languages austrian, naustrian, swissgerman, and nswissgerman not recognized (LATEX) β€” #213, #214, @casenull