Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

66 lines (44 loc) · 2.68 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project pretends to adhere to Semantic Versioning.

Added

  • Added every mode to enable recurring beep. (anemones -- #11)

Added

  • Added a --no-timer option to silence the timer (mikaylathompson -- #9)
  • Added a --command option to optionally replace the sys.stdout.write('\a'). This way, one may use a custom command to be called when the timer finishes (#8, #6, #5)

Changed

  • Updated README.md documentation.

Removed

  • Removed Python2.6 support because very few people still use it, and it requires more boilercode code to keep it compatible.
  • Temporarily remove support for the development Python version cause Travis fails with seg fault although it works locally. I'll add it back in the future versions.

1.3.0 - 2016-10-04

Changed

  • Eliminated effect on scrollback buffer: all the printed countdown steps were preserved in the terminal creating a long scrollback especially for big waiting times (andars -- #4)
  • Changed the regex in the help message for the 3rd time. The previous regex was wrong as it was indicating that 1h3m is valid input while the tool expects them to be separated by space.

1.2.0 - 2016-10-03

Added

  • Added Windows support

Changed

  • Updated regex from the help section to make it smaller and easier to understand hopefully.

1.1.0 - 2016-10-02

Added

  • Added a countdown for the script

Changed

  • Updated regex from the help section.

1.0.0 - 2016-10-02

Added

  • Added more tests including integration tests, tox, travis for py26, py27, py32, py33, py34, py35, and python nightly
  • Added usage gif to the README.md file
  • Added this change log

0.0.1 - 2016-10-02

Initial stable release