Skip to content

Releases: huacnlee/autocorrect

v1.9.4

31 May 09:37
Compare
Choose a tag to compare
  • Fix for avoid remove space in Markdown Table.
  • Change upgrade command by update as default: autocorrect update.
  • Fix space with -100, +100 case #46
  • Fix #50 for avoid change URL or Path.
  • Fix #49 remove spaces near the punctuations.

v1.9.2

26 May 15:52
Compare
Choose a tag to compare
  • Fix #44 avoid remove space prefix within Markdown list, quote case.

v1.9.1

19 May 12:54
Compare
Choose a tag to compare

Self Update

Now, autocorrect upgrade command allows you upgrade AutoCorrect itself.

$ autocorrect upgrade
Checking target-arch... darwin-arm64
Checking current version... v1.9.0
Checking latest released version... v1.9.1

Init config from remote template

  • autocorrect init command, now default will fetch the newest config template from GitHub.
  • You can use autocorrect init --local without remote fetch to init config.

v1.8.1

18 May 12:34
Compare
Choose a tag to compare
  • Improve Spellcheck for only change words near the CJK or Fullwidth punctuations. #42

v1.8.0

13 May 12:07
Compare
Choose a tag to compare
  • Add LaTex support.
  • Add AsciiDoc support.

v1.7.4

06 May 15:24
Compare
Choose a tag to compare
  • Disable Spellcheck by default and remove default Spellcheck words.

v1.7.3

06 May 09:51
Compare
Choose a tag to compare
  • Refactor global config variable as RwLock for improve performance on multiple threads.
  • Fix Markdown CodeBlock format by use code formatter as same as language.
  • Fix format_for for return raw value when file_type not supports.
  • Ignore init config file if already exist.
  • Add JSON5 file_type support.
  • Avoid parse config error, when config is empty.
  • Fix markdown for avoid convert any with underline surrounded for avoid change URL.

v1.7.0

05 May 19:01
Compare
Choose a tag to compare
  • Add Spellcheck support, now you can write words correct by this feature.
  • Add support use .autocorrectrc for config (YAML, JSON supports).
  • Add autocorrect init command to generate the config template.

For example .autocorrectrc

spellcheck:
  # 0 - Disabled, 1 - Format and Lint, 2 - LintOnly
  mode: 1
  words:
    - GitHub
    - Git
    - VIM
    - DNS
    - HTTP
    - SSL

v1.6.1

05 May 03:49
Compare
Choose a tag to compare
version 1.6.1

v1.6.0

29 Apr 11:50
Compare
Choose a tag to compare
  • Add Gettext (.po, .pot) support.
  • Add to support multiple config files (.conf, .properties, .toml, .ini) #30.

Config files just support comments syntax.