Skip to content

0.60.8

Compare
Choose a tag to compare
@kevina kevina released this 13 Oct 01:05
· 36 commits to master since this release

Please note that this version has the potential to break some applications that use null-terminated UCS-2 and UCS-4 encoded strings in order to fix a potentially unbounded buffer over-read. Very few applications do this however. For additional information please see "Upgrading from Aspell 0.60.7" in the manual.

Major changes from 0.60.7 to 0.68.8:

  • Prevent a potentially unbounded buffer over-read by no longer supporting null-terminated UCS-2 and UCS-4 encoded strings with the original C API.
  • Ensure that possible typos are listed before other suggestions when typo analysis is used. Also fix a bug so that suggestions that split a word using a space or hyphen are not always first.
  • Add Markdown filter.
  • Add new 'wordlists' option, which is a list of UTF-8 files that contain additional words to accept.
  • Add new 'camel-case' option, which enables support for checking camelCase words.
  • Sort personal and replacement dictionaries.
  • Change 'ultra' suggestion mode to only find words that are within one-edit distance or have the same soundslike.

Full Changelog