11.0.0 — “The Kotlin Conundrum”
github-actions
released this
11 Aug 18:35
·
166 commits
to develop
since this release
- 🔧 Change: Migrate LTEX LS from Java to Kotlin
- ✨ New: Add support for checking comments in many popular programming languages — #350
- ✨ New: Add support for rule-dependent diagnostic severities in
ltex.diagnosticSeverity
— ltex-ls#95 - ✨ New: Add support for vowel dummies in LATEX (
"vowelDummy"
inltex.latex.commands
) and Markdown ("vowelDummy"
inltex.markdown.nodes
) — #366 - ✨ New: Add support for more LATEX commands (
\mathop
,\overline
,\tilde
,\alpha
, etc.) for automatic vowel detection in formulas in LATEX — ltex-ls#92, Shuhao Cao (@scaomath) - ✨ New: Add support for
\counterwithin
,\counterwithout
, and\numberwithin
in LATEX — ltex-ls#87, Alexander Zeilmann (@AlexanderZeilmann) - ✨ New: Add missing support for Argentine Spanish (
es-AR
) - 🐛 Bug fix: Don't ignore second argument of
\setkomavar
in LATEX — #373 - 🗑 Removal: Remove support for magic comments in XHTML
- 🐛 Bug fix: Validate keys of
ltex.dictionary
,ltex.disabledRules
,ltex.enabledRules
, andltex.hiddenFalsePositives
— #381 - ✨ New: Improve interaction with VS Code's UI-based settings editor
- 🔧 Change: Change format of changelog
- 🔧 Change: Update LTEX LS to 13.0.0