blob: cb28ff91a1505bf29b11fa345a4646a15fd185e0 [file] [log] [blame]
.. _changelog:
Changelog
=========
1.0.3 (2016-08-02)
------------------
* New events UserAle is tracking:
* ``mouseenter``
* ``mouseleave``
1.0.2 (2016-08-01)
------------------
* The elapsed time for a drag event is being recorded in the ``dragdrop`` log.
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)
* ``dragenter``
* ``dragleave``
* ``dragmove``
* ``dragdrop``
1.0.0 (2016-06-24)
------------------
Initial release.