Skip to content

0.7.0

Compare
Choose a tag to compare
@suragch suragch released this 02 Aug 11:18
· 51 commits to master since this release
  • Reverted back to centering the thumb at the ends because otherwise it wouldn't move for the first and last few seconds. (#15)
  • The thumb radius is not included in the widget width calculations when the labels are above or below. That means it will get drawn outside of the widget dimensions (which was already true for the glow radius). Users can wrap the widget with Padding if more padding is needed on the ends.

I forgot to make a release for version 0.6.2, which included:

  • Initialize the thumb position based on progress and total time. This allows compatibility with the Visibility even when not maintaining state. (#12)