We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c153d commit c01bcffCopy full SHA for c01bcff
1 file changed
docs/releases/v0.3.2.md
@@ -0,0 +1,16 @@
1
+# MediaFloat v0.3.2
2
+
3
+MediaFloat v0.3.2 introduces artist-title display and a new gesture for quick widget control.
4
5
+## Highlights
6
7
+- **Artist-Title Display**: The overlay now shows "Artist - Title" when artist information is available from the media session.
8
+- **Triple-Tap Toggle**: Added a setting to show/hide the widget by triple-tapping the drag handle.
9
+- **Settings UI**: Added `TripleTapToggleCard` to the Settings screen for easy access to the new gesture.
10
+- **Bug Fixes**: Fixed unit test compilation errors related to the new `artist` parameter.
11
12
+## Validation
13
14
+- `./gradlew :app:testDebugUnitTest` passed
15
+- `./gradlew :app:assembleDebug` passed
16
+- Verified on AVD (`Medium_Phone_API_36.0`)
0 commit comments