Skip to content

Commit f7fb9f0

Browse files
committed
docs(CHANGES): add animated progress spinner entry
why: PR 2 needs changelog entry for the progress spinner feature. what: - Add "Animated progress spinner" section under What's new
1 parent 1c2403c commit f7fb9f0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3535
_Notes on the upcoming release will go here._
3636
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3737

38+
### What's new
39+
40+
#### Animated progress spinner for `tmuxp load` (#1020)
41+
42+
The `load` command now shows an animated spinner with real-time build progress
43+
as windows and panes are created. Five built-in presets control the display
44+
format (`default`, `minimal`, `window`, `pane`, `verbose`), and custom format
45+
strings are supported via `--progress-format` or `TMUXP_PROGRESS_FORMAT`.
46+
47+
- `--progress-lines N` / `TMUXP_PROGRESS_LINES`: Control how many lines of
48+
`before_script` output appear in the spinner panel (default: 3). Use `0` to
49+
hide the panel, `-1` for unlimited (capped to terminal height).
50+
- `--no-progress` / `TMUXP_PROGRESS=0`: Disable the spinner entirely.
51+
- During `before_script` execution, the progress bar shows a marching animation
52+
and ⏸ icon.
53+
3854
## tmuxp 1.66.0 (2026-03-08)
3955

4056
### Bug fixes

0 commit comments

Comments
 (0)