Changelog¶
0.1.5 (2016-09-19)¶
- clientTime field is represented in ISO 8601 format.
- Sampling
mouseenter,mouseleave, anddragmoveevents byresolutionparameter. - Batch dumping all logs to file by interval parameter.
- Added Apache license headers.
- Updated all documentation.
- Updated versioning numbers.
- Added docker support.
0.1.4 (2016-08-04)¶
New events Apache UserAle is tracking:
moveresizescroll
Remove timer from
dragdroplog due to incorrect time being recorded.Session id is autogenerated if not passed into configuration.
0.1.3 (2016-08-02)¶
New events Apache UserAle is tracking:
mouseentermouseleave
0.1.2 (2016-08-01)¶
- The elapsed time for a drag event is being recorded in the
dragdroplog.
0.1.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 Apache UserAle.
These are the events Apache UserAle is tracking:
mouseupmousedownmousemovekeypress(optional)keydown(optional)dragenterdragleavedragmovedragdrop
0.1.0 (2016-06-24)¶
Initial release.