Skip to content

Commit

Permalink
Release 0.0.22
Browse files Browse the repository at this point in the history
This release includes many improvements.

For an overview of the what's included in this release, please see:
https://github.com/check-spelling/check-spelling/releases/tag/v0.0.22

Key features:
- Support for languages other than English, see:
  https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Configurable-word-characters

- Exclude suggestions can be paths, filenames, file extensions:
  https://github.com/check-spelling/check-spelling/wiki/Feature:-Heuristic-exclude-suggestions#advanced-exclusion-suggestions

- Dictionary suggestions favor coverage
  https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Improve-suggested-dictionaries-order#improve-suggested-dictionaries-order

- New Kubernetes dictionary
  https://github.com/check-spelling/check-spelling/wiki/Dictionary:-K8s

- New Lisp dictionary
  https://github.com/check-spelling/check-spelling/wiki/Dictionary:-Lisp

- Support for 429 and 503 from GitHub endpoints
  https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Handle-GitHub-Varnish-failures

- Warning about substring matches
  https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Warning-about-substring-matches

Bug fixes:
- When an item that was in expect.txt is no longer present, but the
  entry being more general covered another variation, check-spelling
  will now report where those no longer covered items can be found.
  https://github.com/check-spelling/check-spelling/wiki/Bug-fix%3A-Report-instances-of-items-that-used-to-be-covered-by-a-now-missing-expect-entry

Breaking changes:
- The default dictionaries no longer include cpp.txt and win32.txt
  they included way too many typos to be used as a dictionary.
  https://github.com/check-spelling/check-spelling/wiki/Removed-Dictionaries#v0022

- nektos/act v0.0.34 and older are no longer supported
  https://github.com/check-spelling/check-spelling/wiki/Breaking-Change%3A-Dropping-support-for-act-0.2.34

Deprecations:
- Schedule support will probably be discontinued in the next release.
  https://github.com/check-spelling/check-spelling/wiki/Breaking-change%3A-Dropping-support-for-on%3A-schedule
  • Loading branch information
jsoref committed Sep 29, 2023
1 parent ba06773 commit 00c989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
0.0.21
0.0.22

0 comments on commit 00c989c

Please sign in to comment.