Skip to content

v3.1.0

Compare
Choose a tag to compare
@dwpery dwpery released this 28 Aug 20:13
· 196 commits to main since this release

This release is the first of the final updates for Clock Web App. Implementing the final features that I think will round off the project perfectly. Read more about the end of updates here #38

This update makes all settings toggles savable so they will continue into new sessions using local storage. A new feature called "Focus Mode" allows you to have a clock... and nothing else. The menu bar is hidden and so are unnecessary CSS effects so you can focus on what matters, the time!

What's Changed

  • The following settings now save state and carry over to new sessions:
  1. Settings Open / Close animation toggle
  2. Timer to Stopwatch animation toggle
  3. 24 Hour Clock toggle
  4. Day & Month Format toggle
  5. Always Double Digits toggle
  6. Alarm Sound selected
  • The timer or stopwatch page will load by default depending on which you last used
  • Date and AM/PM distance from time changed on Mobile UIs
  • Time taken for main Clock to update decreased
  • Fixed bug with dark mode not applying to timer input segments
  • Fixed bug where alarms wouldnt activate if minute value was below 10
  • Code Cleanup

Full Changelog: v3.0.5...v3.1.0