Skip to content

v0.1.77

Choose a tag to compare

@lassejlv lassejlv released this 19 Apr 23:04

This release improves native split pane behavior and cleanup around pane resizing, layout persistence, and pane chrome.

What's Changed

  • Fixed mouse resizing for native split panes, including edge-to-edge pane seams that previously failed to register as draggable dividers.
  • Reworked native pane layout handling around a structural layout tree instead of relying only on rectangle mutation.
  • Added persistence for native split layout trees, while keeping compatibility with older saved rectangle-based layouts.
  • Improved native pane close, resize, zoom, and runtime transition behavior so split layouts survive more operations consistently.
  • Simplified pane chrome after the refactor: removed the oversized floating resize grip, removed the top active-pane bar, and kept a cleaner visible seam plus active border.
  • Bumped the application and CLI version to 0.1.77.

Notes

  • Existing saved native layouts from previous versions should still load; they are upgraded through the compatibility path on restore.
  • Tag: v0.1.77