Releases: valentjn/vscode-ltex
Releases · valentjn/vscode-ltex
4.9.1 — “The Sentence Cache Acceleration”
4.9.0 — “The Update Alternative”
- 🔧 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”
- 🐛 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”
- 🔧 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
andltex.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”
- ✨ New: Add support for R Sweave
.rnw
files — #22 - 🔧 Change: Enable fixing multiple diagnostics at once — #23
- ✨ New: Add
ltex.javaHome
setting to control theJAVA_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”
- 🗑 Removal: Remove preview status from extension
- 🔧 Change: Update LTEX LS to 4.7.7
4.7.6 — “The Java Thermalization”
- ✨ 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”
- 🔧 Change: Enable ignoring environments such as
lstlisting
andverbatim
- ✨ 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”
- ✨ New: Add
disabledRules
andenabledRules
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”
- 🐛 Bug fix: Fix null pointer error for word2vec quick fixes — #12
- 🔧 Change: Update LTEX LS to 4.7.3