Releases: huacnlee/autocorrect
Releases · huacnlee/autocorrect
v1.9.4
v1.9.2
v1.9.1
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
v1.8.0
- Add LaTex support.
- Add AsciiDoc support.
v1.7.4
- Disable Spellcheck by default and remove default Spellcheck words.
v1.7.3
- 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
- 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
version 1.6.1