File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,31 @@ $ pip install --user --upgrade --pre libtmux
14
14
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
17
+ ### New features
18
+
19
+ - ` Window.set_option() ` (#516 )
20
+
21
+ Learned params:
22
+
23
+ - ` format ` -> ` -F `
24
+ - ` unset ` -> ` -u `
25
+ - ` global ` -> ` -g `
26
+ - ` unset_panes ` -> ` -U ` : Also unset other panse in windows
27
+ - ` prevent_overwrite ` : ` -o `
28
+ - ` suppress_warnings ` : ` -q `
29
+ - ` append ` : ` -a `
30
+
31
+ - ` Window.show_option() ` (#516 )
32
+ - ` Window.show_options() ` (#516 )
33
+
34
+ ### Breaking changes
35
+
36
+ #### Deprecations
37
+
38
+ - Deprecated ` Window.set_window_option() ` in favor of ` Window.set_option() ` (#516 )
39
+ - Deprecated ` Window.show_window_option() ` in favor of ` Window.show_option() ` (#516 )
40
+ - Deprecated ` Window.show_window_options() ` in favor of ` Window.show_options() ` (#516 )
41
+
17
42
## libtmux 0.27.1 (2024-02-07)
18
43
19
44
### Packaging
You can’t perform that action at this time.
0 commit comments