Releases: jpablobr/emacs-monkeytype
Releases · jpablobr/emacs-monkeytype
v0.1.5
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
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
andasync
lib requirements- Several face related improvements
- Remove
monkeytype--counter-entries
Fixes
- Simplify time idler
- Several code refactorings and reorganisation
v.0.1.3
v0.1.2
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
tomonkeytype-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
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.