v1.1.0 : Add comments support
- [Feature] Comments tokenization :
#
starting lines are considered ascomment
. - [Bugfix] Fix way to display durations (
5m
,24h
,2d
...) - Removed redundant escapes of characters in regexp.
- Improved the README.
#
starting lines are considered as comment
.5m
, 24h
, 2d
...)