File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29290.26: Fix hitting snooze on an alarm after when the snooze would've fired
30300.27: Tapping clkinfo enables/disables the selected alarm
31310.28: Added an icon for disabled events
32- 0.29: Improve clkinfo startup time by 10ms
32+ 0.29: Improve clkinfo startup time by 10ms
33+ 0.30: Fix possible bug in toggling an alarm to on, from clkinfo
Original file line number Diff line number Diff line change 127127 run : function ( ) {
128128 if ( a . date ) return ; // ignore events
129129 a . on = ! a . on ;
130+ a . last = 0 ;
130131 if ( a . on && a . timer ) require ( 'sched' ) . resetTimer ( a ) ;
131132 this . emit ( "redraw" ) ;
132133 require ( 'sched' ) . setAlarms ( all ) ;
Original file line number Diff line number Diff line change 11{
22 "id" : " sched" ,
33 "name" : " Scheduler" ,
4- "version" : " 0.29 " ,
4+ "version" : " 0.30 " ,
55 "description" : " Scheduling library for alarms and timers" ,
66 "icon" : " app.png" ,
77 "type" : " scheduler" ,
You can’t perform that action at this time.
0 commit comments