Releases: suhasa010/simpletimer-telegram-bot
Releases · suhasa010/simpletimer-telegram-bot
Feature update
New Features:
-
Snooze button added(snoozes all running timers by 10mins).
-
Added a default label "no label".
Bug fixes:
-
Stopped timer from going beyond 00:00 after expiration.
-
Shows 01:60 instead of 02:00 while counting down.
-
Snooze duration being carried over to subsequent timers.
Intial stable release
Features:
- simple timer where you enter /<no. of minutes>
- UI of the timer was greatly improved from the original codebase.
- Added a stop button to stop all the timers.
- Original code handled the timer by updating every second causing the timer to fail because of this issue #4. hence changed the update interval to 5 seconds.
- Now accepts empty labels.