Skip to content

Commit

Permalink
Readme: Add Changelog section
Browse files Browse the repository at this point in the history
  • Loading branch information
jpablobr committed Nov 22, 2020
1 parent 921fdd9 commit 777744a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- [[#customisation][Customisation]]
- [[#log][Log]]
- [[#install][Install]]
- [[#changelog][Changelog]]
- [[#011][0.1.1]]
- [[#010][0.1.0]]

* Usage

Expand Down Expand Up @@ -134,3 +137,31 @@ Drop =monkeytype.el= somewhere in your =load-path=.
(add-to-list 'load-path "~/emacs.d/vendor")
(require 'monkeytype)
#+END_SRC

* Changelog
:PROPERTIES:
:TOC: :depth 0
:END:

** 0.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.

** 0.1.0

Initial release.

0 comments on commit 777744a

Please sign in to comment.