-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
12 lines (12 loc) · 811 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
# v2.1.0
- Rewrite error handling
- Update `change_query` function to get ActionKeyword from `plugin.json`
- Add autocomplete/spellcheck for words that aren't found to check for possible misspellings (can be turned off in settings due to it being kind of slow).
- Make `word_list.txt` not automatically download incase of the use of a custom word list, or not using the feature at all to use less storage.
- Support for custom word lists.
- Add search modifier selector
- Invalid search modifier error now points to this
- Add parts of speech selector
- Remove canonical option due to it not doing anything
- Fix bug with some queries returning errors due to the plugin attempting to log unicode characters with the wrong encoding.
- Add `scrable` search modifier to get the scrable score of a word.