Skip to content

Mitype 0.2.1

Compare
Choose a tag to compare
@Mithil467 Mithil467 released this 09 Nov 14:49
· 79 commits to master since this release
1ef8170

This is a major release from 0.2.0 and includes some new features and bug fixes.
Thanks to everyone who reported issues and contributed to the project.

Enhancements

  • Show text ID at top left of window (#15)
  • Show more stats at end of each test (#16)
  • Press ESC key to reset test (#20)
  • Display stats during replay (#27)
  • Hide cursor when showing result (#28)
  • Show WPM in real-time (#32)
  • Add ability to restart mitype without closing and re-calling it (#33)
  • Save and view stats of previous tests (#39)
  • Taking care of Dependencies that are OS dependent (#45)
  • Use docstrings more consistently (#51)
  • Fix Sphinx documentation (#53)
  • Revamp looks and colors (#68)

Bug Fixes

  • Crash upon typing more characters than text length (#13)
  • Running tox -e 2.7 on mitype gives error (#14)
  • App crashes when certain keys are pressed (#17)
  • Vertical shrinking of screen beyond a limit causes app to crash (#23)
  • Cursor position must be at beginning of text (#26)
  • Cannot exit mitype with CTRL+C on windows (#43)
  • Stenography with Plover will not work with mitype (#48)
  • Visual glitch when using backspace to clear text on multiple rows (#59)
  • History feature broken in python 2 (#69)

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.