Softer background color, remove panel divider

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Smith
2026-02-14 23:03:55 +01:00
parent 25824d4728
commit a5e3a0c522
3 changed files with 7 additions and 6 deletions

View File

@@ -43,6 +43,11 @@ This document specifies the functional requirements for an SDL2 based media play
## 6. Changelog
### 2026-02-14 — Softer background, remove panel divider
- **Background color**: Changed from white (`#FFFFFF`) to a soft gray (`#E8E8E8`) for a gentler appearance.
- **Remove divider**: Removed the vertical separator line between the controls panel and the album art.
### 2026-02-14 — Fix residual audio on cassette switch
- **Clear device queue on switch**: `switch_file()` now calls `SDL_ClearQueuedAudio()` after pausing the audio device, preventing a brief snippet of the previous cassette from playing when the new one starts.