This is a major release from 0.1.2 and includes some new features and bug fixes.
Highlights includes:
- Python 2 support
- [Window key crash fix](https://github.com/Mithil467/mitype/issues/1)
- [Backspace not working fix](https://github.com/Mithil467/mitype/issues/2)
- Word wrap
- Loading custom text files for typing test by passing -f <filename>
python -m mitype -f text_file
- Choosing difficulty between 1-5 by passing -d <value>
python -m mitype -d 1
And much more!
The release can be installed from PyPI
python3 -m pip install --upgrade mitype
Please report any issues with the release on the mitype github [issue tracker](https://github.com/Mithil467/mitype/issues).