Skip to content

v0.33.0b0 - Splitting and new window improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@tony tony released this 17 Mar 08:38
· 396 commits to master since this release

Breaking changes

Improved new sessions (#532)

Improved window splitting (#532)

  • Window.split_window() to Window.split()

    • Deprecate Window.split_window()
  • Pane.split_window() to Pane.split()

    • Deprecate Pane.split_window()

    • Learned direction, via PaneDirection).

      • Deprecate vertical and horizontal in favor of direction.
    • Learned zoom

Tweak: Pane position (#532)

It's now possible to retrieve the position of a pane in a window via a bool helper::

Development

Full Changelog: v0.32.0...v0.33.0b0