dees-progressbar can now pair a classic progress bar with a fixed-height status area. Use simple status text for clear user-facing updates or switch to terminal-like lines when you want recent steps to stay visible without causing layout jumps.
+ Use a label, a percentage, and one short status line when the work is measurable.
+When there is no trustworthy percentage yet, keep the bar moving and let the text explain what is happening.
+The panel stays the same height while the latest step stays visible. This is useful for update flows, downloads, and staged background work.
+A single component can express both how far the job is and which phase is currently active.
+value and progress inputsExisting usages can keep passing percentages directly or normalized progress values from 0 to 1.
+