Highlights

  • Add highlights here

Downloads

Changes

  • feat: allow nested jeff menu submenus with inline management, Ctrl-T navigation, and standalone mode outside tmux.

  • chore: add unreleased release-note snippets + prepare-release integration to auto-collect change bullets.

  • chore: split menu configuration into its own menu.json with dedicated load/save helpers so jeff menu persists independently of config.json.

  • fix: Ctrl-T tmux popup now runs jeff menu tui --pane <id> and sends commands back to the originating pane so interactive tools work again.
  • fix: status-line template rendering preserves whitespace (no more space stripping in custom commands).

Unreleased Release Notes

Drop short Markdown snippets here (one file per change) while working on a release. Use a descriptive filename like 012-menu-submenus.md and add bullet points, for example:

- feat: add nested `jeff menu` submenus with inline management

scripts/prepare-release.sh will concatenate all .md files in this directory into the new release notes under the “Changes” section and then delete the snippets so the directory is ready for the next cycle.