Improve search mode UX and fix playback bugs
All checks were successful
Build and Release / build-and-release (push) Successful in 51s
All checks were successful
Build and Release / build-and-release (push) Successful in 51s
Search mode improvements: - Search results persist until explicitly cleared - Bold black highlighted chars on selection bar - Fix fuzzy match scoring to select first occurrence - Search info moved to bottom status bar Keybinding changes: - J/K for next/prev track (was n/p) - H/L for seeking (was arrow keys) - Simplified status bar shortcuts UI improvements: - Dynamic title bar color (green=playing, blue=paused, gray=stopped) - White bold text for current playlist item - Removed mouse capture for terminal text selection Bug fixes: - Fix auto-advance triggering multiple times when restarting from stopped state
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-player"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user