- Add option `-s` (or `--spelling`) to check spelling and option `--pwl` to use a personal list of words (with module `python-enchant`)
1.4
Changed
- **Breaking**: rename arguments: `-n` to `-l`, `-s` to `-w` - Use argparse module to parse command line arguments, allow long name for arguments - Display "(fuzzy)" after line number and colon in error messages
Fixed
- Fix detection of fuzzy strings in gettext files
1.3
Changed
- **Breaking**: use absolute path for filenames displayed
1.2
Fixed
- Remove some fancy chars in output so that output can be used as compilation output in editors like Emacs