Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/releases/v0.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MediaFloat v0.3.2

MediaFloat v0.3.2 introduces artist-title display and a new gesture for quick widget control.

## Highlights

- **Artist-Title Display**: The overlay now shows "Artist - Title" when artist information is available from the media session.
- **Triple-Tap Toggle**: Added a setting to show/hide the widget by triple-tapping the drag handle.
- **Settings UI**: Added `TripleTapToggleCard` to the Settings screen for easy access to the new gesture.
- **Bug Fixes**: Fixed unit test compilation errors related to the new `artist` parameter.

## Validation

- `./gradlew :app:testDebugUnitTest` passed
- `./gradlew :app:assembleDebug` passed
- Verified on AVD (`Medium_Phone_API_36.0`)
Loading