Skip to content

14.0.0

Compare
Choose a tag to compare
@valentjn valentjn released this 14 Oct 09:33
· 103 commits to develop since this release
  • πŸ”§ Change: Update LanguageTool to 5.5 (see LT 5.5 release notes)
  • πŸ”§ Change: Refactor CLI into ltex-cli; --input-documents and --setings-file are deprecated and will be removed in a future release
  • ✨ New: Add support for automatic language detection via language short code auto; language variants like en-US are not detected, only generic languages like en; this will result in spelling errors not being reported β€” #103
  • ✨ New: Provide ID of LanguageTool rule via diagnostics code, not as part of diagnostics message
  • ✨ New: Link diagnostics to LanguageTool website with more information
  • ✨ New: Add support for the main option of the babel package (LATEX) β€” vscode-ltex#391
  • ✨ New: Add setting ltex.ltex-ls.languageToolOrgUsername to set username on languagetool.org for Premium API access β€” vscode-ltex#398
  • ✨ New: Add setting ltex.ltex-ls.languageToolOrgApiKey to set API key on languagetool.org for Premium API access β€” vscode-ltex#398
  • ✨ New: Add support for ltex.dictionary when using a LanguageTool HTTP server
  • πŸ”§ Change: Handle disabled rules ourselves to prevent reinitialization of LanguageTool when running the Disable rule quick fix β€” vscode-ltex#390
  • πŸ› Bug fix: Fix LanguageTool reinitialized when running the Add '...' to dictionary quick fix β€” vscode-ltex#390
  • πŸ› Bug fix: Fix wrong parsing of inline math formulas in Markdown when using dollar signs as delimiters and containing only one character (e.g., $a$)
  • πŸ› Bug fix: Fix used i18n keys removed
  • πŸ› Bug fix: Fix fallback from German to English i18n
  • πŸ”§ Change: For binary archives, migrate from AdoptOpenJDK JREs to own Java runtime generated from Eclipse Adoptium JDKs
  • πŸ”§ Change: Update bundled Java runtime to 11.0.12+7 (see list of OpenJDK fixes)