Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.41 KB

CHANGELOG.rst

File metadata and controls

61 lines (39 loc) · 1.41 KB

Changelog

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

Added

Changed

  • Clean README.rst and CHANGELOG.rst.

v0.1.0 - 2018-03-28

Changed

  • Renamed --interval-time and --session-time to interval-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

Changed