Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
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
  • Loading branch information
tony committed Mar 9, 2026
commit 96ede9beeda820d297dbcc1ef83347f742301c2d
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
_Notes on the upcoming release will go here._
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->

### What's new

#### Animated progress spinner for `tmuxp load` (#1020)

The `load` command now shows an animated spinner with real-time build progress
as windows and panes are created. Five built-in presets control the display
format (`default`, `minimal`, `window`, `pane`, `verbose`), and custom format
strings are supported via `--progress-format` or `TMUXP_PROGRESS_FORMAT`.

- `--progress-lines N` / `TMUXP_PROGRESS_LINES`: Control how many lines of
`before_script` output appear in the spinner panel (default: 3). Use `0` to
hide the panel, `-1` for unlimited (capped to terminal height).
- `--no-progress` / `TMUXP_PROGRESS=0`: Disable the spinner entirely.
- During `before_script` execution, the progress bar shows a marching animation
and ⏸ icon.

## tmuxp 1.66.0 (2026-03-08)

### Bug fixes
Expand Down