Skip to content

Tags: antonmedv/countdown

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
antonmedv Anton Medvedev
Update README.md

v1.4.0

Toggle v1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README.md

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates pause functionality (#32)

* feat: [add-pause-functionality] Adds Spacebar Pausing

Adds pausing to the countdown timer by using the spacebar key.
Also added an input delay in order to avoid pausing happening
immediately when the space bar button is pressed.

* feat: [update-pause-functionality] Updates Pause

Updates the pause functionality with the following:
1. Adds pause font in the lower 3/4 of the screen
2. Changes the button press to require a spacebar instead of 'p' and 'c'
3. Adds an input buffer timeout so you don't accidentally pause and
   unpause with one button press.
4. When unpausing, adds another call of the draw function so that the
   'Paused' text is immediately removed instead of waiting for the next
   tick.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/kitchen time format (#22)

* Add .gitignore to ignore compiled binary

* Add kitchen time format support

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support to notify (#21)

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update usage example to match the gif (#2)