Skip to content

v0.40.1

Choose a tag to compare

@jakemor jakemor released this 08 May 19:35
· 16 commits to main since this release

Improvements

Pixel-Based Right Sidebar Width — The right sidebar now persists its width in pixels instead of a percentage of the window. Resizing your browser no longer subtly stretches or shrinks the sidebar — it stays exactly where you put it. ChatPage converts between pixel widths and panel percentages internally so min/max constraints still hold, and migrated persisted sizes from older versions are reset to the new sensible default. jake

Cleaner Layout When Terminal Is Hidden — When the terminal pane is hidden, the chat workspace now collapses to a clean [100, 0] split instead of using the persisted layout sizes (which would leave a sliver of empty terminal space). Showing the terminal again restores your previous layout exactly. jake