Skip to content

Releases: valentjn/ltex-ls

4.7.10

06 Dec 06:57
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix spelling errors for French dummies — vscode-ltex#27
  • 🐛 Bug fix: Fix \dots in math mode being interpreted as ...

4.7.9

06 Dec 06:57
Compare
Choose a tag to compare
  • 🔧 Change: Update Markdown parser Flexmark to 0.60.2; this increases the speed of parsing Markdown
  • New: Add possibility to ignore Markdown elements or replace them by dummy words via ltex.markdown.ignore and ltex.markdown.dummyvscode-ltex#26
  • 🔧 Change: Ignore Markdown code blocks by default
  • 🔧 Change: Replace auto-links and inline Markdown code with dummy words by default
  • 🐛 Bug fix: Fix match positions were sometimes off by one, especially in Markdown documents
  • 🔧 Change: Rewrite MarkdownAnnotatedTextBuilder

4.7.8

06 Dec 06:57
Compare
Choose a tag to compare

4.7.7

06 Dec 06:58
Compare
Choose a tag to compare
  • 🔧 Change: No changes, dummy release

4.7.6

06 Dec 06:58
Compare
Choose a tag to compare
  • New: Add ltex.performance settings to give users more control over Java's RAM usage
  • 🔧 Change: Change default initial Java heap size to 64 MB
  • 🔧 Change: Change default maximum Java heap size to 512 MB
  • 🔧 Change: Change default sentence cache size from 10000 to 2000 sentences

4.7.5

06 Dec 06:58
Compare
Choose a tag to compare
  • 🔧 Change: Enable ignoring environments such as lstlisting and verbatim
  • New: Add ltex.environments.ignore setting for defining own environments to ignore

4.7.4

06 Dec 06:58
Compare
Choose a tag to compare
  • New: Add disabledRules and enabledRules settings (requires update of language extensions)
  • New: Add disable rule quick fix
  • 🐛 Bug fix: Fix a bug where the codeAction request gets stuck in infinite loop
  • 🐛 Bug fix: Fix another NullPointerException for word2vec

4.7.3

06 Dec 06:58
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix null pointer error for word2vec quick fixes — vscode-ltex#12

4.7.2

06 Dec 06:59
Compare
Choose a tag to compare
  • New: Add missing error message if legacy false friends could not be loaded

4.7.1

06 Dec 06:59
Compare
Choose a tag to compare