Skip to content

Latest commit

 

History

History
106 lines (82 loc) · 3.02 KB

ChangeLog.org

File metadata and controls

106 lines (82 loc) · 3.02 KB

Change Log

All notable changes to this project will appear in this file.

The format follows Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.3.0]

Added

  • Support for LanguageTool suggestion level. (Fix #18)

Fixed

  • Face choosing algorithm.
  • Error when checking the matches between server requests. (Fix #14)

[1.2.0]

Added

  • Support for ispell LocalWords ignored words.

Removed

  • Package request 0.3.* dependency.

[1.1.0]

Added

  • Support for API premium features.

[1.0.0]

Added

  • languagetool-set-language has its own history and autocompletion.
  • Customizable alist with all the available language codes and names.
  • Customizable alist with the issue faces and names.
  • New and better documentation in ReadMe file.
  • languagetool-correction-language is buffer local and safe variable.

Changed

  • languagetool-default-language is now languagetool-correction-language.
  • languagetool-language-tool-jar is now languagetool-console-command.
  • languagetool-language-tool-arguments is now languagetool-console-arguments.
  • langaugetool-server-language-tool-jar is now languagetool-server-command.
  • languagetool-check recheck the buffer in LanguageTool Server Mode.
  • languagetool-clear-buffer is now languagetool-clear-suggestions.

Removed

  • LanguageTool Server Mode only checks when idle after 3 secconds by default.
  • languagetool-language-tool-class is no longer necessary for class detection.
  • languagetool-server-delayed-commands is no longer available.
  • languagetool-clear-buffer no recheck the buffer when LanguageTool Server Mode is active.

Fixed

  • If using LanguageTool classes, fails invoking LanguageTool.
  • Customizable support, now customize recognize and build correctly the interface for package variables.

[0.4.3]

Fixed

  • Error when putting ~~~ on LanguageTool jar path. (Fix #7)

[0.4.2]

Fixed

  • Error when checking with classes on. (Fix #3)

[0.4.1]

Fixed

  • Support for using class files directly. (Fix #3)

[0.4.0]

Added

  • LanguageTool Server Mode has a delay of two secconds before checking the buffer when idle. (Close #2)
  • LanguageTool Server Mode better support for external servers.

Changed

  • languagetool-clear-buffer now recheck the buffer when LanguageTool Server Mode is active.
  • LanguageTool Server Mode check every time it attemps to first connect to a server.

[0.3.0]

Added

  • Support to LanguageTool HTTP server mode, and correction in real time.

[0.2.0]

Added

  • Support for different error colourful faces: misspelling, grammar and style.

Fixed

  • Jagged minibuffer message

[0.1.2]

Fixed

  • Correction fails when language sets.

[0.1.1]

Fixed

  • Redundant code for obtaining the java arguments.

[0.1.0]

Added

  • Communication with LanguageTool.
  • Functions for the user to use.
  • Visual overlay to mark corrections.
  • Correction through minibuffer.