File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,28 @@ _Detailed migration steps for the next version will be posted here._
25
25
26
26
<!-- To the maintainers and contributors: please add migration details for the upcoming release here -->
27
27
28
+ ## 0.31.0: Renaming and command cleanup (2024-02-17)
29
+
30
+ ### Cleanups (#527 )
31
+
32
+ - Commands: Param change
33
+
34
+ {meth}` Server.cmd() ` , {meth}` Session.cmd() ` , {meth}` Window.cmd() ` , {meth}` Pane.cmd() `
35
+
36
+ - Use ` cmd: str ` as first positional
37
+ - Removed unused keyword arguments ` **kwargs `
38
+
39
+ ### Renamings (#527 )
40
+
41
+ - ` Session.attached_window ` renamed to {meth}` Session.active_window `
42
+ - ` Session.attached_window ` deprecated
43
+ - ` Session.attached_pane ` renamed to {meth}` Session.active_pane `
44
+ - ` Session.attached_pane ` deprecated
45
+ - ` Window.attached_pane ` renamed to {meth}` Window.active_pane `
46
+ - ` Window.attached_pane ` deprecated
47
+
48
+
49
+
28
50
## 0.28.0: Resizing and detached by default (2024-02-15)
29
51
30
52
#### Detach by default
You can’t perform that action at this time.
0 commit comments