⚠️ Important Note
Resterm is moving toward more stable, less frequent releases. Bug fixing is the priority from here on as I work toward v1.
What's Added
- Status bar messages now have severity levels -
info,warning,errorandsuccessmessages each display in their own color. Themes can customize the info style via the newstatus_bar_infotheme key. - Headers tab now renders as a table - response and request headers are displayed in a two-column table with aligned names and values, instead of a flat list.
What's Changed
- Removed redundant section titles (
Response headers/Request headers) since the active view is already shown by the tab switch. The view toggle now uses a ● dot marker for the active side. - The active pane extra leading space was removed so tabs align more consistently.
- The rendering logic was restructured for better layout (truncation, segment fitting) though the visible output stays the same.
- When you copy from the Headers tab (
g ykeybinding), you get the raw header key-value pairs rather than the decorated/styled display text.