Skip to content

Releases: huacnlee/autocorrect

v2.10.0

22 May 14:28
Compare
Choose a tag to compare

What's Changed

  • Add autocorrect server command to start LSP server. by @huacnlee in #199

LSP server is made for Zed extension: zed-autocorrect

image

It also can easy integration to other Editor that supported LSP.

Full Changelog: v2.9.4...v2.10.0

v2.9.4

22 May 07:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.3...v2.9.4

v2.9.3

20 May 03:07
Compare
Choose a tag to compare
v2.9.3 Pre-release
Pre-release

What's Changed

  • Hide "AutoCorrect spend time" info when --quiet is set. by @huacnlee in #194

Full Changelog: v2.9.1...v2.9.3

v2.9.1

07 May 11:14
Compare
Choose a tag to compare

What's Changed

  • Remove unused dependencies, and improve to avoid str clone (#185)

  • Add --quiet argument for cli. (#188)

    • Improved the cli print details, add color to total duration.
    • Improved progress dot print, avoid immediate print for improved performance.
  • Add shell (.sh) script support. (#189)

  • Fix space-dash rule can't disable bug. (#190)

    In the before versions, - is always will added spaces by other rules.
    This version changed the space-dash rule default to enable, this will keep the compatibility with before behavior.
    Now, we can use space-dash: 0 to disable the space-dash rule.

v2.9.0

05 Dec 04:11
Compare
Choose a tag to compare

What's Changed

  • Add space-dash rule to add space between -, default: off.

    - 你好-世界
    + 你好 - 世界
  • Add space-backticks rule, default: on

    - 演示`code`代码
    + 演示 `code` 代码
  • Add Aho-Corasick algorithm for spellcheck backend to match keywords. (#171)

  • Improve format and lint method for performance up ~20%.

v2.8.5

07 Sep 11:20
Compare
Choose a tag to compare
  • Add to support Zig language.
  • Fix #174 autocorrect disable in LaTeX.
  • Fix 中文A/B中文 case not fix issue.
  • Fix 300+单词,A+评分,C++中文 case not fix issue.
  • Improve is_match_path for ignore match at latest 2 chars.

v2.8.4

02 Aug 01:54
Compare
Choose a tag to compare

What's News

  • Fix rdjson for one issue with one diagnostic, and fix column with bytes length.
  • Fix rdjson output with correct line, column on diagnostic node.

v2.8.2

01 Aug 12:30
Compare
Choose a tag to compare
  • node: Fix arguments get on linux musl system in autocorrect-node.

v2.8.1

01 Aug 11:26
Compare
Choose a tag to compare
  • node: Release linux-x64-musl for autocorrect-node.

v2.8.0

01 Aug 09:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0