1.8 KiB
1.8 KiB
v0.2.2 (2026-05-01)
UI / Player
- Replace sticky footer with a dedicated About dialog opened from a new header button — frees up bottom space and removes the always-visible colophon strip (ec51781)
- Reclaim dead space on the player view: drop ~64 px of bottom container padding now that the footer is gone (ec51781)
- Loosen the vinyl stage aspect ratio (
1:1→1:0.85) and switch the tonearm fromheight: 36%toaspect-ratio: 1so the disc no longer leaves a tall empty band below the sleeve (ec51781) - Add
about.*anddialog.closei18n keys for EN and RU (ec51781)
Development / Internal
Chores
- Wire up the code-review-graph MCP server: add
.mcp.json(uvx, stdio), document the graph tools inCLAUDE.mdso structural exploration prefers graph queries over Grep/Read, and ignore the.code-review-graph/index directory (e7372b0)