Releases: helix-editor/spellbook
Releases · helix-editor/spellbook
v0.3.4
Fixed
- Fixed a panic similar to the one fixed in v0.3.3 but within the checker instead of the suggester.
- This panic could happen in dictionaries which used
REPpatterns with end anchors (i.e. the first word afterREPends in$) which also setsCHECKCOMPOUNDREPand other related compounding rules.
- This panic could happen in dictionaries which used
v0.3.3
- Fixed a panic possible in the suggester when suggesting corrections for a word with non-ASCII characters near the end in dictionaries with replacement patterns with end anchors.
- For example
caféxin a french dictionary which has aREP è$ erule.
- For example
v0.3.2
Fixed
- Aligned parsing of flags with Hunspell. This fixes cases where a dictionary would use non-ASCII characters for flags without setting
FLAG UTF-8.
v0.3.1
Fixed
- Fixed handling of Unicode flags which are represented by more than one code unit in UTF-16 representation, for example emoji such as '🔭'.
v0.3.0
v0.2.0
v0.1.0
- Adds initial support for
Dictionary::new,Dictionary::checkandDictionary::add