v0.1.2-alpha
Pre-release
Pre-release
·
78 commits
to main
since this release
What's Changed in v0.1.2
This patch fixes several UI/UX regressions, improves accessibility, and tightens playback/queue behavior reported during initial testing.
Features & Enhancements
- Status in Library UI: Scan progress and counts now come from the live library snapshot instead of hard-coded/stale values.
- Player placeholders: The bottom
PlayerBarshows a placeholder/preview waveform when no track is playing. - Unified volume UI: Full player and mini player now share a compact vertical volume popup for a consistent experience.
Bug Fixes
- Lyrics hit area: Lyrics containers no longer intercept pointer events, only lyric lines are interactive; header/back/queue/play controls remain clickable when lyrics are open.
- No native confirm(): Replaced blocking
window.confirm()flows with a styled in-app confirm modal to avoid native dialogs. - Album / Queue ordering: Playing an album/artist now enqueues the correct songs (fixed ordering and context passed into play flows).
- Empty-state alignment: Empty-library message centered and visually matched to the artists page.
- Cover selection on hover: Album artwork no longer becomes selected/dragged when hovering nearby controls.