- Timer now appropriately continues into negative time when computer
goes to sleep while target time is reached with
-c
flag.
- Add
--continue
flag, to continue timer after it finishes.
- Timer now uses
SystemTime
to update time, to avoid pausing timer when
computer goes to sleep. UseInstant
as fallback ifSystemTime
jumps back in time.
TimerState
implementsPartialEq
andEq
.