Skip to content

Releases: jpablobr/emacs-monkeytype

v0.1.5

10 Jan 05:19
Compare
Choose a tag to compare

Additions

  • =monkeytype-wpm-peek=
  • =monketype-toggle-mode-line=
  • =monkeytype-save-text-from-url=
  • Display results and typed text on pause
  • Allow to toggle colour and non-colour mode-line

Changes

  • Remove =monkeytype-dummy-text=

Internal

  • Improve logic for getting previous runs entries
  • Refactor =monkeytype--init= / rename function just =monkeytype=
  • Add Travis CI integration

Fixes

  • Word/Char count should include retypes

v0.1.4

08 Dec 19:23
Compare
Choose a tag to compare

Additions

  • monkeytype-load-text-from-file
  • Disable already paused typed section (previous runs) from being able to retype it
  • Add monkeytype-file-name-format custom var

Changes

  • Rename monkeytype-word-regexp monkeytype-excluded-chars-regexp
  • Remove face from faces (monkeytype-face- => monkeytype-)
  • Process results asynchronously

Internal

  • map and async lib requirements
  • Several face related improvements
  • Remove monkeytype--counter-entries

Fixes

  • Simplify time idler
  • Several code refactorings and reorganisation

v.0.1.3

01 Dec 14:48
Compare
Choose a tag to compare

Additions

  • Available on MELPA
  • monkeytype-most-mistyped-words
  • Toggable option monkeytype-words-auto-fill
  • Toggable option monkeytype-delete-trailing-whitespace

Changes

Internal

  • Init text processing rewrite

Fixes

  • Fix for misindexing of chars to words

v0.1.2

27 Nov 15:56
Compare
Choose a tag to compare

Additions

  • monkeytype-load-words-from-file
  • monkeytype-region-as-words
  • Toggable option monkeytype-downcase
  • Toggable option monkeytype-randomize
  • monkeytype-word-regexp

Changes

  • Rename option monkeytype-downcase-mistype to monkeytype-downcase
  • Removed async lib

Internal

  • Input processing logic rewrite
  • Several renames and code reorganisation

Fixes

  • Skipped text getting counters out of sync
  • evil-escape double registering characters

v0.1.1

22 Nov 20:50
Compare
Choose a tag to compare

Additions:

  • Allow to practice mistyped words.
  • Allow to practice hard to type transitions.
  • Allow to save mistyped words or transitions to ~/.monkeytype directory.
  • Option to auto-fill typing region.

Changes:

  • Change monkeytype--mode-line-update-seconds option to monkeytype--mode-line>interval-update to have it work with typed entries (keystrokes) defaulting to 1 (update on each keystroke).

Internal:

  • Removed ht library requirement.
  • Updated Emacs requirement to 25.1.
  • Misc layout improvements.

Fixes:

  • Have local-idle-timer stop on paused or finished status.

v0.1.0

19 Nov 12:52
Compare
Choose a tag to compare

Bug fixes. Mostly getting to a stable code base / typing experience.