All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.1 - 2018-03-28
- Add restructuredtext-lint in Pipfile.
- Clean README.rst and CHANGELOG.rst.
v0.1.0 - 2018-03-28
Renamed
--interval-time
and--session-time
tointerval-duration
and --session-duration`.Input to
--interval-duration
and--session-duration
must come with time units, like this:meditate --session-duration=1h20m --interval-duration=30m
A regular expression of
(\d+h)?(\d+m)?(\d+s)?
will be legal input, other than an empty string.
v0.0.17 - 2018-03-18
- Returned to Trio.