Skip to content

Releases: huacnlee/autocorrect

v2.16.2

24 Nov 05:52

Choose a tag to compare

What's Changed

Full Changelog: v2.16.1...v2.16.2

v2.16.1

08 Oct 13:17

Choose a tag to compare

What's Changed

  • lsp: Add to support watch config file changes to reload. by @huacnlee in #283
  • lsp: Removed AutoCorrect Fix All from CodeAction menu.
  • lsp: Fix open/close file to lint or cleanup details.
  • chore: Fix typos. by @huacnlee in #284

Full Changelog: v2.16.0...v2.16.1

v2.16.0

03 Oct 13:13

Choose a tag to compare

What's Changed

image

Only for Zed extension: https://github.com/huacnlee/zed-autocorrect

Full Changelog: v2.15.0...v2.16.0

v2.15.0

26 Sep 05:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.4...v2.15.0

v2.14.4

04 Sep 12:03
bf87cf6

Choose a tag to compare

What's Changed

  • lsp: Fix diagnostic position and disable format provider. by @huacnlee in #278

Full Changelog: v2.14.3...v2.14.4

v2.14.3

07 Aug 06:56

Choose a tag to compare

What's Changed

Full Changelog: v2.14.2...v2.14.3

v2.14.2

25 Jul 11:04

Choose a tag to compare

What's Changed

Full Changelog: v2.14.1...v2.14.2

v2.14.1

29 Jun 06:08

Choose a tag to compare

What's Changed

  • Update self_update to fix build error on Rust 1.88 by @huacnlee in #267
  • Do not write file when no changes. by @definfo in #264

New Contributors

Full Changelog: v2.13.3...v2.14.1

v2.14.0

26 Apr 11:59

Choose a tag to compare

What's Changed

  • feat: Add space-dollar option to add space near the $ by @taoky in #259
  • fix: support python double quote regexp by @st1020 in #258

New Contributors

Full Changelog: v2.13.3...v2.14.0

v2.13.3

24 Mar 02:38

Choose a tag to compare

What's Changed

🎉 Special thanks @quake for these performance changes, this version AutoCorrect get about 10% ~ 30% performance up.

  • perf: Optimize ReplaceRule struct by @quake in #246
  • perf: Optimize spellcheck rule by @quake in #247
  • perf: Optimize format_word function performance by using direct Unicode mapping by @quake in #245
  • perf: Use Cow to avoid creates string on format. by @quake in #248
  • doc: Add use case for greptimedb by @yihong0618 in #244
  • doc: Update benchmark result. by @huacnlee in #249

New Contributors

Full Changelog: v2.13.2...v2.13.3