Skip to content

Releases: valentjn/vscode-ltex

6.1.1 — “The Space Saturation”

26 Jul 19:51
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix another problem with spaces in paths when using LTEX LS on Windows — #80
  • 🔧 Change: Update LTEX LS to 6.1.1

6.1.0 — “The babel Momentum”

26 Jul 15:34
Compare
Choose a tag to compare
  • New: Download Java 11 if only Java 8 is installed; LTEX support for Java 8 will end on November 1, 2020 (see documentation) — #39
  • New: Add support for babel commands (see documentation) — #81
  • 🐛 Bug fix: Fix problems with spaces in paths when using LTEX LS on Windows — #80
  • 🔧 Change: Update bundled AdoptOpenJDK JRE to 11.0.8+10 (see list of OpenJDK fixes)
  • 🔧 Change: Update some NPM dependencies
  • 🔧 Change: Update LTEX LS to 6.1.0

6.0.2 — “The Startup Congruence”

11 Jul 17:37
Compare
Choose a tag to compare
  • 🔧 Change: Make Windows startup script of LTEX LS (ltex-ls.bat) honor JAVA_HOME#75
  • 🔧 Change: Relicense vscode-ltex under the Mozilla Public License Version 2.0
  • 🔧 Change: Update some NPM dependencies
  • 🔧 Change: Update LTEX LS to 6.0.2

6.0.1 — “The Freeze Paradox”

02 Jul 20:02
Compare
Choose a tag to compare

6.0.0 — “The Internationalization Proposition”

28 Jun 15:51
Compare
Choose a tag to compare
  • 🔧 Change: Update LanguageTool to 5.0 (see LT 5.0 release notes)
  • New: Add support for internationalized user interface of LTEX
  • New: Add German translations for user interface of LTEX
  • 🔧 Change: Delay diagnostics at the current caret position (e.g., incomplete word or sentence) until the user has finished typing — #46
  • New: Add enabled to magic comments — #67
  • New: Add command LTeX: Report Bug in LT<sub>E</sub>X for reporting LTEX bugs from within VS Code
  • 🐛 Bug fix: Fix \todo couldn't be ignored — #63
  • 🐛 Bug fix: Fix wrong language-dependent settings used for magic comments
  • 🐛 Bug fix: Fix add to dictionary and disable rule quick fixes using wrong language when used with magic comments
  • 🐛 Bug fix: Fix deprecation message for ltex.performance.maximumJavaHeapSize not shown
  • 🐛 Bug fix: Improve code quality of LTEX LS by fixing hundreds of Checkstyle, SpotBugs, and Checker Framework warnings
  • 🔧 Change: Migrate LTEX LS from Gradle to Maven
  • 🔧 Change: Update NPM dependencies
  • 🔧 Change: Update Maven dependencies
  • 🔧 Change: Update LTEX LS to 6.0.0

5.0.2 — “The Disabling Submergence”

18 Jun 18:53
Compare
Choose a tag to compare
  • 🐛 Bug fix: Fix Disable rule quick fix using wrong setting structure — #61

5.0.1 — “The Acceptance Incursion”

07 Jun 15:25
Compare
Choose a tag to compare

5.0.0 — “The Rewrite Materialization”

01 Jun 08:17
Compare
Choose a tag to compare
  • New: Download LTEX LS on demand with all languages already included; this removes the need for language support extensions — #6
  • 🔧 Change: Download Java distribution on demand if no suitable Java installation has been found — #5
  • 🔧 Change: Adhere to Semantic Versioning 2.0.0. This means that the version of LTEX is not tied to the version of LanguageTool anymore, as the version of LanguageTool is not a semantic version. LTEX 5.0.0 uses LanguageTool 4.9.
  • 🔧 Change: Rename ltex.<LANGUAGE>.dictionaryltex.dictionary (object with <LANGUAGE> keys)
  • 🔧 Change: Rename ltex.<LANGUAGE>.disabledRulesltex.disabledRules (object with <LANGUAGE> keys)
  • 🔧 Change: Rename ltex.<LANGUAGE>.enabledRulesltex.enabledRules (object with <LANGUAGE> keys)
  • 🔧 Change: Rename ltex.javaHomeltex.java.path
  • 🔧 Change: Rename ltex.performance.initialJavaHeapSizeltex.java.initialHeapSize
  • 🔧 Change: Rename ltex.performance.maximumJavaHeapSizeltex.java.maximumHeapSize
  • 🔧 Change: Rename ltex.performance.sentenceCacheSizeltex.sentenceCacheSize
  • New: Add support for external LanguageTool HTTP servers — #36
  • New: Add support for magic comments, enables changing the language in the middle of documents — #21
  • 🐛 Bug fix: Check \footnote and \todo contents separately, preventing “double period” warnings — #42
  • New: Add support for more BibLATEX citation commands, add support for plural dummies, add support for \eg, \egc, \ie, \iec#43
  • New: Add visual feedback in status bar during startup and checks that take a long time
  • 🗑 Removal: Remove null types and default values from settings, use empty string/array/object instead — #41
  • 🔧 Change: Use proper server/client model for language server/client
  • 🔧 Change: Make documentation more extensive, put it on own website
  • 🔧 Change: Update LTEX LS to 5.0.0

4.9.3 — “The Java Collapse”

07 May 17:54
Compare
Choose a tag to compare
  • 🔧 Change: Revert to Java 8
  • 🗑 Removal: Remove support for external LanguageTool HTTP servers
  • 🔧 Change: Update LTEX LS to 4.9.3

4.9.2 — “The Server Renormalization”

06 May 17:18
Compare
Choose a tag to compare
  • 🔧 Change: Update required version of Java (now 11 or newer)
  • New: Add support for external LanguageTool HTTP servers — #36
  • New: Add support for \autoref, \pageref, \autopageref#37
  • 🔧 Change: Update LTEX LS to 4.9.2