Skip to main content

max / makeover-tui

0.2.0: Fidelity, and a description that matches the measurements Breaking: Palette gained a fidelity field, so a struct literal needs updating. No consumer exists yet, so nothing to migrate. The crate description said depth degrades from colour to structure, which is the framing the measurements corrected. It now names the constraint that actually persists.
Author: Max Johnson <me@maxj.phd> · 2026-07-28 22:49 UTC
Signed with PGP, not checked
Commit: ec1a3d7a8711f146acecb61d08e0d511e54d2f72
Parent: 140d03c
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,8 +1,8 @@
1 1 [package]
2 2 name = "makeover-tui"
3 - version = "0.1.0"
3 + version = "0.2.0"
4 4 edition = "2024"
5 - description = "The terminal renderer for makeover-layout, on ratatui. The surface where a fill can vanish: two intents that differ in 24 bits can land on one entry in 16 colours, so depth degrades from colour to structure."
5 + description = "The terminal renderer for makeover-layout, on ratatui. Colour stops being the constraint above 256 entries; geometry never does, because an edge occupies a whole cell on every side."
6 6 license = "MIT"
7 7 repository = "https://makenot.work/git/max/makeover-tui"
8 8