Releases: ldeso/blitz
v1.7.2
Blitz v1.7.2
This release fixes a long-standing bug where the time could be updated in the wrong direction due to rounding.
Bug Fix
- Fix bug where time could update in the wrong direction due to rounding 366fc48
Notes
v1.7.1
Blitz v1.7.1
This release improves the experience for versions of Android below Android 14 by adding a default value for the starting side of back gestures, which depends on whether the layout is set from left to right or from right to left.
Improvement
- Provide correct default value for swipe side of back gestures for API < 34 209040f
Notes
v1.7.0
Blitz v1.7.0
This release adds a feature that animates the time of the current player when the clock is paused.
New Feature
- Add animation to the time of the current player when the clock is paused 387fac5
Notes
v1.6.5
v1.6.4
Blitz v1.6.4
This release fixes a long-stanging bug where the clock would sometimes display negative time, as well as a bug introduced in version [1.6.0] where the position of the time would not reset when canceling a predictive back gesture.
Bug Fixes
v1.6.3
v1.6.2
v1.6.1
Blitz v1.6.1
This release fixes two bugs introduced in version 1.6.0 that were triggered by predictive back gestures and the clock reaching zero.
Bug Fixes
v1.6.0
Blitz v1.6.0
This release introduces predictive back gestures within the app and drastically reduces the number of recompositions by hoisting state the closest to where it is consumed.
New Feature
- Enable predictive back gestures c3f00ab
Improvement
- Drastically reduce recompositions ea47bfb
Note
- Add parameter names 90a315a
v1.5.8
Blitz v1.5.8
This release allows the app to conserve app resources using the collectAsStateWithLifecycle API to collect the uiState in a lifecycle-aware manner.
Improvement
- Reduce app resources using collectAsStateWithLifecycle 9f9ea3e