Skip to content

11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 16:13
  • πŸ”§ Change: Update LanguageTool to 5.3 (see LT 5.3 release notes)
  • πŸ”§ Change: Update LSP4J to 0.12.0
  • ✨ New: Enhance support of accents in LATEX by using Unicode combining diacritical marks, normalized via Unicode Normalization Form C β€” vscode-ltex#269
  • ✨ New: Add support for many accents in LATEX: double acute (e.g., \H{O}, Ő), line below (e.g., \b{h}, αΊ–), dot below (e.g., \d{A}, αΊ ), ogonek (e.g., \k{A}, Δ„), breve (e.g., \u{A}, Δ‚), and caron (e.g., \v{C}, Č) β€” #56, #57, @ed359
  • ✨ New: Add support for special characters in LATEX: \L (Ł), \SS (ẞ), \i (Δ±), \j (Θ·), and \l (Ε‚) β€” #56, #57, @ed359
  • ✨ New: Add FR_SPELLING_RULE as a rule for unknown words β€” #47, Nicolas Sicard (@biozic)
  • πŸ”§ Change: Use LATEX parser for documents with code language ID tex β€” #53, #54, Lucas Alber (@LDAP)
  • ✨ New: Add support for Markdown Extra definition lists β€” vscode-ltex#268
  • πŸ”§ Change: Ignore non-object values for InitializeParams.initializationOptions β€” #65