Skip to content

v0.33.0 - Split and new window improvements

Compare
Choose a tag to compare
@tony tony released this 17 Mar 13:57
· 385 commits to master since this release

Breaking changes

Improved new sessions (#532)

  • Session.new_window():

  • Added {meth}Window.new_window() shorthand to create window based on that
    window's position.

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

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