Skip to main content

max / makeover-tui

Follow makeover-layout to 0.44: Syntax and Change The vocabulary grew two members (quasicoherent 19d7602d). Nothing here reads them yet; the bump is the pin moving, and it moves because makeover-layout carries `links`, so two copies of the vocabulary in one graph is a resolver error rather than a warning.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-02 15:28 UTC
Signed with PGP, not checked
Commit: 838b5fbd345cec895cdc3c1486561143bd14a68d
Parent: 42858a4
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-tui"
3 - version = "0.43.0"
3 + version = "0.44.0"
4 4 edition = "2024"
5 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"
@@ -20,7 +20,7 @@
20 20 # compile against an API added in a later one -- which is what `Depth::Overlay`
21 21 # would do here. The rest of the suite has pinned this way since
22 22 # makeover-webview found it the hard way.
23 - makeover-layout = "0.43"
23 + makeover-layout = "0.44"
24 24 # The cadence the activity mark blinks at, and the motion-off seam beside it.
25 25 # Taken rather than chosen here: `activity_lit` is this crate's only use of it,
26 26 # and the whole point is that the number is not this crate's to pick.