@@ -64,13 +64,11 @@ _Detailed migration steps for the next version will be posted here._
64
64
### Renamings (#527 )
65
65
66
66
- ` Session.attached_window ` renamed to {meth}` Session.active_window `
67
- - ` Session.attached_window ` deprecated
67
+ - ` Session.attached_window ` deprecated
68
68
- ` Session.attached_pane ` renamed to {meth}` Session.active_pane `
69
- - ` Session.attached_pane ` deprecated
69
+ - ` Session.attached_pane ` deprecated
70
70
- ` Window.attached_pane ` renamed to {meth}` Window.active_pane `
71
- - ` Window.attached_pane ` deprecated
72
-
73
-
71
+ - ` Window.attached_pane ` deprecated
74
72
75
73
## 0.28.0: Resizing and detached by default (2024-02-15)
76
74
@@ -88,6 +86,7 @@ _Detailed migration steps for the next version will be posted here._
88
86
- ` Pane.resize_pane() ` renamed to {meth}` Pane.resize() ` (via #523 )
89
87
90
88
This convention will be more consistent with {meth}` Window.resize() ` .
89
+
91
90
- {meth}` Pane.resize_pane() ` 's params changed (#523 )
92
91
93
92
- No longer accepts ` -U ` , ` -D ` , ` -L ` , ` -R ` directly, instead accepts
@@ -129,9 +128,11 @@ _Detailed migration steps for the next version will be posted here._
129
128
- 0.16 and below: `window[' id' ]`
130
129
131
130
0.17 and after: `window.id`
131
+
132
132
- 0.16 and below: `window.get(' id' )`
133
133
134
134
0.17 and after: `window.id`
135
+
135
136
- 0.16 and below: `window.get(' id' , None )`
136
137
137
138
0.17 and after: `getattr (window, ' id' , None )`
0 commit comments