v0.33.0 - Split and new window improvements
Breaking changes
Improved new sessions (#532)
-
Session.new_window()
:- Learned
direction
, viaWindowDirection
). - PEP 3102 keyword-only arguments after window name (#534).
- Learned
-
Added {meth}
Window.new_window()
shorthand to create window based on that
window's position.
Improved window splitting (#532)
-
Window.split_window()
toWindow.split()
- Deprecate
Window.split_window()
- Deprecate
-
Pane.split_window()
toPane.split()
-
Deprecate
Pane.split_window()
-
Learned
direction
, viaPaneDirection
).- Deprecate
vertical
andhorizontal
in favor ofdirection
.
- Deprecate
-
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
-
poetry: 1.7.1 -> 1.8.1
See also: https://github.com/python-poetry/poetry/blob/1.8.1/CHANGELOG.md
Full Changelog: v0.32.0...v0.33.0b0
Full Changelog: v0.32.0...v0.33.0