0.40.0: act_note, the muted line a control hint draws as
makeover-layout 0.40.0 gives Act a hint, and this is where a terminal puts
one: a row under the control, the same muted row field gives a field note,
so the two read alike wherever they land.
quasi-tui built this line itself for three releases because layout::Act
carried no hint. Same line, same style; what changes is that a makeover
host that is not quasi gets it too.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
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"
@@ -19,7 +19,7 @@
19
19
# compile against an API added in a later one -- which is what `Depth::Overlay`
20
20
# would do here. The rest of the suite has pinned this way since
21
21
# makeover-webview found it the hard way.
22
-
makeover-layout = "0.39.0"
22
+
makeover-layout = "0.40.0"
23
23
# The cadence the activity mark blinks at, and the motion-off seam beside it.
24
24
# Taken rather than chosen here: `activity_lit` is this crate's only use of it,
25
25
# and the whole point is that the number is not this crate's to pick.