Skip to content

12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 18:55
  • πŸ”§ Change: Prefix all command names with an underscore to mark them as internal (for hiding them from the user in some clients)
  • πŸ”§ Change: Rename ltex.addToDictionary β†’ _ltex.addToDictionary
  • πŸ”§ Change: Rename ltex.disableRules β†’ _ltex.disableRules
  • πŸ”§ Change: Rename ltex.hideFalsePositives β†’ _ltex.hideFalsePositives
  • πŸ”§ Change: Rename ltex.checkDocument β†’ _ltex.checkDocument
  • πŸ”§ Change: Rename ltex.getServerStatus β†’ _ltex.getServerStatus
  • ✨ New: Add support for Org; use the code language ID org β€” vscode-ltex#277
  • ✨ New: Add basic support for reStructuredText; use the code language ID restructuredtext β€” vscode-ltex#32
  • ✨ New: Add --server-type=tcpSocket option to communicate over a TCP socket
  • ✨ New: Add --host and --port options to control host and port of the TCP socket
  • ✨ New: Add --[no-]endless option to keep the server alive when the client terminates the connection
  • ✨ New: Add -h and --help options to show help message
  • ✨ New: Add -V option as alias for --version
  • πŸ—‘ Removal: Remove support of single CR characters as line endings
  • πŸ› Bug fix: Fix .Rnw not recognized for R Sweave documents when running _ltex.checkDocument
  • πŸ› Bug fix: Fix newlines accepted as whitespace in magic comments
  • πŸ”§ Change: Use picocli for parsing of command-line arguments