v1.5.7
New
- Track filter on Library and Context pages — press
/to filter tracks by title, artist, or album in real-time. Enter keeps filtered view, Escape clears it. Queue integration preserved (fixes #43, thanks
@dmnmsc; fixes #46, thanks 
@valkyrieglasc) - Optimistic sidebar updates — creating or deleting a playlist updates the sidebar instantly without an API round-trip or delay (thanks

@Villoh, PR #41)
Fixes
- Fixed app crash when opening album from artist page —
DuplicateIdscaused by uncancelled background workers on page navigation. Workers now cancelled on page removal (fixes #44, thanks
@dmnmsc) - Fixed like/unlike toggle always showing "Like" —
likeStatuswas stripped during track normalization and not updated after rating. Now preserved and updated in real-time (fixes #45, thanks
@dmnmsc) - Fixed
album_art = falseandprogress_style = "line"config options being ignored (fixes #42, thanks
@valkyrieglasc) - Fixed
theme.tomlbase color overrides (background, primary, etc.) not applying after Textual theme integration — user customizations now override the active theme (fixes #42)