You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify and fix countdown display skipping seconds (#94)
- Simplify the tick timer code by using round() instead of floor() to handle the variance in exact fire times
- Bump version to 1.5.5
Co-authored-by: Ali Karbassi <ali@karbassi.com>
Use a fixed-width font for less jank (#86)
- Change to monospacedDigitSystemFont
- Remove old version checks
- Update build target to 10.11, as set by the project
- Bump version to 1.5.4
Fixes#85