@@ -40,25 +40,28 @@ _Maintenance only, no bug fixes or new features_
40
40
41
41
### Breaking change
42
42
43
- #### {meth}` Session.new_window() ` + {meth}` Window.split_window() ` no longer attaches by default (#523 )
43
+ #### Detached / unselected by default (#523 )
44
+
45
+ To ensure consistency and principle of least surprise, keep these set to
46
+ not use ` -a ` unless explicitly specified.
47
+
48
+ Breaking: {meth}` Session.new_window() ` + {meth}` Window.split_window() ` no longer attaches by default.
44
49
45
50
- 0.28.0 and greater: Defaults to ` attach=False ` .
46
51
- 0.27.1 and below: Defaults to ` attach=True ` .
47
52
48
- For the old behavior in 0.28.0 and beyond, pass ` attach=True ` explicitly.
53
+ To keep the old behavior in 0.28.0 and beyond, pass ` attach=True ` explicitly.
49
54
50
- #### ` Pane.resize_pane() ` renamed to {meth} ` Pane.resize() ` (#523 )
55
+ ### Improved resizing (#523 )
51
56
52
- This convention will be more consistent with {meth}` Window .resize()` .
57
+ - Breaking: ` Pane.resize_pane() ` renamed to {meth}` Pane .resize()` ( # 523 )
53
58
54
- #### {meth}` Pane.resize_pane ()` 's params changed ( # 523 )
59
+ This convention will be more consistent with {meth}` Window.resize ()` .
55
60
56
- - No longer accepts ` -U ` , ` -D ` , ` -L ` , ` -R ` directly, instead accepts
57
- {class}` ~libtmux.constants.ResizeAdjustmentDirection ` (see below).
58
-
59
- ### New features
61
+ - Breaking: {meth}` Pane.resize() ` 's params changed (#523 )
60
62
61
- #### Improvements to resizing (#523 )
63
+ - No longer accepts ` -U ` , ` -D ` , ` -L ` , ` -R ` directly, instead accepts
64
+ {class}` ~libtmux.constants.ResizeAdjustmentDirection ` ).
62
65
63
66
- {meth}` Pane.resize() ` :
64
67
0 commit comments