Releases: rhabibul/ttypist
Releases · rhabibul/ttypist
ttypist v0.8.0
ttypist v0.7.5
ttypist v0.7.5
- rearranged config field in the order of their relevance as of now
- all clicks on all buttons, sliders, details tag works (some are even implemented fully)
dependencies among editor command buttons is left
ttypist v0.7.0
ttypist v0.7.0
- renamed underline caret to underscore caret
- used class name "underline" for text underline instead of just two underscore characters :)
- finalised all initial features which ttypist will support
- still work on settings section (updating config via ui & making necessary changes when needed)
v0.6.0
v0.5.0
v0.4.0
touchtypist v0.4.0
- features are still the same (with some ui changes)
- refactored the codebase
- organised the files, gathered all requirements for future feature addition in config object
- this is the last version where word & letter indexes are managed together, i.e, using sentence object
- future version will handle indexes word by word
touchtypist v0.3.0
In a nutshell
- some ui changes
- whitespace selection (space, dot)
- caret selection (none, line, underline, block, box)
- generate new words button i.e, reset test with new words
- stats: speed
- deletion keys: backspace, ctrl/opt + bs, meta + bs
touchtypist v0.2.0
- implemented sentence + test object
- implemented restart button (tab navigation like monkeytype)
- a lot of code modularisation & refactoring
touchtypist v0.1.0
Implemented 4 different carets
- users now can choose caret type (none, line, underline, box, block)
touchtypist v0.0.0
v0.0.0
Basic features of version "v0.0.0" of touchtypist.
- by default this version will forgive your errors i.e, after typing incorrect
letter(s) if you type the correct letter then caret will move forward. - If you type a wrong character then whole word will be highlighted with red color.
- You can hit
backspace
to go back one letter at a time. - You can hit
alt + backspace
orctrl + backspace
to
go back one word at time. - You can hit
cmd + backspace
to reset all typed words (timer won't be reset). - At the end of the test it will display your typing speed (in words per minute).
It is assumed that a words contains 5 letters while calculating speed.