Releases: Mithil467/mitype
v0.2.6
The release can be installed from PyPI
python3 -m pip install --upgrade mitype
What's Changed
- Fix accuracy calculation by @samgiz in #165
- Fix apostrophes not typing on Windows by @Mithil467 in #166
- Update actions to latest versions by @Mithil467 in #168
New Contributors
Full Changelog: v0.2.5...v0.2.6
Mitype 0.2.5
The release can be installed from PyPI
python3 -m pip install --upgrade mitype
Bug Fixes:
- fix word length limit [#125] (@Dark-Knight11)
- Count mistyped spaces while calculating accuracy [#128] (@Mithil467)
- Make replay timings accurate [#147] (@nkitsaini)
- Correctly handle difficulty level of 0 [#152] (@asd153866714)
- Use sphinx-build command to update docs [#160] (@Mithil467)
- Word wrap text when switching between texts [#158] (@ammaralmorsi)
- Fix apostrophes not typing on Windows [#155] (@Mithil467 - @DeflateAwning for reporting the issue)
Contributors to this release
(GitHub contributors page for this release)
@Dark-Knight11 | @Mithil467 | @nkitsaini | @asd153866714 | @ammaralmorsi
Full Changelog: v0.2.4...v0.2.5
Mitype 0.2.4
The release can be installed from PyPI
python3 -m pip install --upgrade mitype
Enhancements:
- Tests on typing accuracy #122 (@rpesche)
- feat: launch tests with pytest in tox #117 (@rpesche)
- Store project metadata in setup.cfg #115 (@Dark-Knight11)
- Refactor code to make it better #98 (@Mithil467)
Bug Fixes:
- Save all test records in history #120 (@BhandarkarPawan)
- fix CODE OF CONDUCT Link #113 (@Dark-Knight11)
- fix: showing history with 0 records launch mitype #111 (@rpesche)
- History fix when when file is empty. #109 (@rpesche)
- fix outOfIndex error for mistyped keys #107 (@Prathamesh010)
Contributors to this release
(GitHub contributors page for this release)
@BhandarkarPawan | @Dark-Knight11 | @Mithil467 | @Prathamesh010 | @rpesche
Mitype 0.2.3
The release can be installed from PyPI
python3 -m pip install --upgrade mitype
Enhancements:
- Drop Python 2 support
- Use versioneer to track mitype versions
- Use with statements to open files #95 (@VivekThazhathattil)
- Remove any version checks and code supporting Python 2 #91 (@adityakk29)
- Update setup.py #88 (@orbeavers14)
- Add highlighting of mistyped characters to test result #83 (@Ajchler)
- Add key combination to erase typed word (#63) #79 (@jai-dewani)
Bug Fixes:
- Add the header ACCURACY to the output of mitype -H #96 (@VivekThazhathattil)
- Space key overriding maximum length of mistyped characters #94 (@VivekThazhathattil)
- Change keycheck.py and timer.py for correct format #85 (@31Sanskrati)
Contributors to this release
(GitHub contributors page for this release)
@31Sanskrati | @abstanton | @adityakk29 | @Ajchler | @jai-dewani | @Mithil467 | @mprovenc | @orbeavers14 | @VivekThazhathattil
Mitype 0.2.2
This is a major release from 0.2.1 and includes some new features.
Enhancements:
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.
Mitype 0.2.1
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.
Mitype 0.2.0
A new milestone has been set for mitype!
We've reached a 100 stars! 🌟
Yay! 🥳
Feels good to get all the support 😌
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.
Mitype 0.1.9
This is a minor release from 0.1.8 and includes some bug fixes.
Highlights includes:
- Fix high CPU usage
- Exit gracefully with ctrl-c
- Exiting from replay mode is only possible with ctrl-c now as opposed to ESC key.
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.
Mitype 0.1.8
This is a major release from 0.1.7 and includes some new features and bug fixes.
Highlights includes:
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.
Mitype 0.1.7
This is a major release from 0.1.6 and includes some new features and bug fixes.
Highlights includes:
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.
Known issues: Delayed exit in replay mode