Skip to content

Releases: rhabibul/ttypist

ttypist v0.8.0

20 Jul 09:03
Compare
Choose a tag to compare

ttypist v0.8.0

  • dependencies between different config options almost complete

ttypist v0.7.5

10 Jul 13:16
Compare
Choose a tag to compare

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

02 Jul 09:09
Compare
Choose a tag to compare

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

20 Jun 17:28
Compare
Choose a tag to compare

ttypist (v0.6.0)

  • gathered all features to be implemented (excluding guided lessons)
  • splitted all config options among two columns (temporary)

v0.5.0

01 Apr 17:39
Compare
Choose a tag to compare
added screenshot

v0.4.0

13 Mar 21:29
Compare
Choose a tag to compare

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

22 Feb 14:11
Compare
Choose a tag to compare

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

05 Dec 21:16
Compare
Choose a tag to compare
  • implemented sentence + test object
  • implemented restart button (tab navigation like monkeytype)
  • a lot of code modularisation & refactoring

touchtypist v0.1.0

22 Nov 09:41
Compare
Choose a tag to compare

Implemented 4 different carets

  • users now can choose caret type (none, line, underline, box, block)

touchtypist v0.0.0

08 Nov 17:32
d21a6c8
Compare
Choose a tag to compare

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 or ctrl + 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.