Skip to content

Add coarse minute support and multiple bug fixes

Compare
Choose a tag to compare
@catc catc released this 16 Feb 19:40
· 108 commits to master since this release
  • Fixed critical event handler leak (new event handlers were added instead of removed) #18
  • Fixed where first tap/click sticks to round 5 minute intervals as requested by in issue #1
  • Added passing time to onDoneClick #16
  • Added config entry useCoarseMinutes which snaps to 5 minute intervals
  • Fixed a bug in the docs, where example 3 was not updating (pointing at wrong state object)
  • Updated docs to show new coarse features

Thanks to @RickeyWard for pushing these features + fixes through.