Skip to content

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 11:45
· 3 commits to main since this release

v1.5.3

This release updates the header and shortcut row at the top of the TUI.

Header

The header now uses a compact text layout instead of the previous colored blocks. It shows the same environment, workspace, request, and test information while using less horizontal space.

The layout adapts to narrow terminals by shortening or hiding lower-priority items before removing the main request context. Related sections are grouped with spacing and separators.

The latest HTTP status code or gRPC status is now shown next to the existing RTT display. The active request also uses its request-method color.

Shortcut row

The row below the header now contains only shortcuts for the current pane or editor mode. Global shortcut hints (not the shortcut itself) have been removed from this row. Help is now shown in the header.

Themes

Themes can now style these parts of the header separately:

  • header_icon
  • header_label
  • header_help
  • header_warn

The header also continues to use the existing brand, value, separator, success, error, and request method colors.

Existing [[header_segments]] sections are still accepted so older theme files continue to load, but they no longer control the header. The built-in Aurora and Daybreak themes have been updated for the new layout.

Other changes

Workflow result views now use continuous horizontal and vertical separators.