File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,30 @@ $ 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() `
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
+ - ` Window.show_option() `
31
+ - ` Window.show_options() `
32
+
33
+ ### Breaking changes
34
+
35
+ #### Deprecations
36
+
37
+ - Deprecated ` Window.set_window_option() ` in favor of ` Window.set_option() `
38
+ - Deprecated ` Window.show_window_option() ` in favor of ` Window.show_option() `
39
+ - Deprecated ` Window.show_window_options() ` in favor of ` Window.show_options() `
40
+
17
41
## libtmux 0.26.0 (2024-02-06)
18
42
19
43
### Breaking change
You can’t perform that action at this time.
0 commit comments