You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweaked configuration fallback-order/precedence to use the more common ordering of:
Command line flags
Environment variables
A configuration file
Default values
Added a --debug-config flag to print config file loading status and the paths that are searched for config files
Bug fixes
Updated the install instructions in the README
Made some refactors to satisfy more strict linting
Fixed the automatic inflection correction fallback searching in the Oxford source to prevent searching for no word (an empty query, which causes an invalid request error)