Skip to content

Releases: valentjn/vscode-ltex

4.9.1 — “The Sentence Cache Acceleration”

01 May 13:13
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix sentence cache was invalidated when a single ignore sentence rule was present — #29
  • 🔧 Change: Use thin non-breaking space for \,#35
  • 🔧 Change: Update LTEX LS to 4.9.1

4.9.0 — “The Update Alternative”

28 Mar 11:32
Compare
Choose a tag to compare
  • 🔧 Change: Update LanguageTool to 4.9 (see LT 4.9 release notes)
  • 🔧 Change: Update other Java dependencies
  • 🔧 Change: Update NPM dependencies
  • 🔧 Change: Update required version of VS Code (now 1.39.0 or newer)
  • 🔧 Change: Reduce file size of extension (omitting unneeded dependencies)
  • New: Add usage instructions to readme
  • 🔧 Change: Update LTEX LS to 4.9.0

4.7.10 — “The French Capacitance”

12 Mar 20:28
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix spelling errors for French dummies — #27
  • 🐛 Bug fix: Fix \dots in math mode being interpreted as ...
  • 🔧 Change: Minor changes in readme, changelog, and package.json
  • 🔧 Change: Update LTEX LS to 4.7.10

4.7.9 — “The Markdown Resonance”

29 Feb 10:36
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.dummy#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
  • 🔧 Change: Update LTEX LS to 4.7.9

4.7.8 — “The Multi-Diagnostic Equivalency”

16 Feb 12:01
Compare
Choose a tag to compare
  • New: Add support for R Sweave .rnw files — #22
  • 🔧 Change: Enable fixing multiple diagnostics at once — #23
  • New: Add ltex.javaHome setting to control the JAVA_HOME environment variable — #24, @mpolitze
  • New: Add support for \euro#25
  • 🔧 Change: Minor changes in readme
  • 🔧 Change: Update LTEX LS to 4.7.8

4.7.7 — “The Preview Perturbation”

23 Nov 12:27
Compare
Choose a tag to compare
  • 🗑 Removal: Remove preview status from extension
  • 🔧 Change: Update LTEX LS to 4.7.7

4.7.6 — “The Java Thermalization”

10 Nov 18:34
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
  • 🔧 Change: Rename logs, enable logging of client messages even if no folder is open
  • New: Add more examples to readme
  • 🔧 Change: Update LTEX LS to 4.7.6

4.7.5 — “The Listing Collapse”

22 Oct 15:42
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
  • 🔧 Change: Update LTEX LS to 4.7.5

4.7.4 — “The Disabling Allocation”

16 Oct 06:32
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
  • 🔧 Change: Update LTEX LS to 4.7.4

4.7.3 — “The word2vec Erosion”

07 Oct 09:17
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix null pointer error for word2vec quick fixes — #12
  • 🔧 Change: Update LTEX LS to 4.7.3