blob: d57d2d0d47d9e5ef18c98183aac1b04f9bf92a4a [file] [log] [blame]
.. _changelog:
1.0.1 (2016-07-29)
------------------
* All logs will be stored to file called userale.log (configurable).
* Users can specify which events to capture by passing in a list of event keys when instantiating UserAle.
* These are the events UserAle is tracking:
* ``mouseup``
* ``mousedown``
* ``mouseover``
* ``keypress`` (optional)
* ``keydown`` (optional)
* ``dragstart``
* ``dragleave``
* ``dragmove``
* ``dragdrop``
1.0.0 (2016-06-24)
------------------
Initial release.