-
v0.2.0 Stable
released this
2026-01-28 00:15:01 +00:00 | 6 commits to master since this releaseWhat's Changed
Major codebase refactoring and cleanup — no behavioral changes.
- Refactor app/mod.rs (2495 lines) into 10 focused submodules (~300 lines each)
- Split mouse.rs into page-specific handler files (mouse_artists.rs, mouse_playlists.rs)
- Extract built-in theme TOML data into theme_builtins.rs
- Remove 620+ lines of dead code (audio/queue.rs, unused methods/structs)
- Remove blanket #![allow(dead_code)] from 3 modules
- Fix all 16 clippy warnings
- Add missing tempfile dev-dependency for config tests
Downloads