0.60.8-20190921
Pre-release
Pre-release
kevina
released this
22 Sep 02:35
·
56 commits
to master
since this release
Changes from last snapshot (20190817):
- Add new 'wordlists' option, which is a list of UTF-8 files that contain additional words to accept.
- Provide support for checking camelCase words.
- The 'clean' option and command will no longer split a word.
Other major changes from Aspell 0.60.7:
- Add Markdown filter.
- When typo analysis is used, ensure that possible typos are listed before other suggestions. Also fix a bug so that suggestions that split a word using a space or hyphen are not always first.
- To prevent a potentially unbounded buffer over-read Aspell no longer supports null-terminated UCS-2 and UCS-4 encoded strings with the original C API.