Skip to main content

max / alloy_tui

7.1.0: the makeover-tui 0.26 cascade No source changed since 7.0.0. The public API is byte-identical, and the three types re-exported from makeover-tui (Fidelity, Mode, ThemeError) are unchanged across 0.18 to 0.26, so this is a minor rather than a major. What moves is what the renderer draws: sortable headings say so, and an unchosen option stops reading as a disabled one. Published 7.0.0 declares makeover-tui ^0.18.0, which is a ceiling on a 0.x crate, so alloy has been resolving makeover-tui 0.18.0 from the registry while the tree ran 0.26.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 22:50 UTC
Signed with PGP, not checked
Commit: c82de3a5c3099b86d959cf0540257803e0ac60c4
Parent: 206b69e
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "7.0.0"
3 + version = "7.1.0"
4 4 description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings."
5 5 edition = "2024"
6 6 # 1.88 is ratatui 0.30.2's floor, and 0.30.2 is where `Block::shadow` lands.