@@ -34,15 +34,7 @@ $ uvx --from 'libtmux' --prerelease allow python
3434
3535_ Upcoming changes will be written here._
3636
37- ## libtmux 0.50.1 (2025-12-06)
38-
39- ### Documentation (#612 )
40-
41- - Normalize docs headings and Sphinx module directives to fix anchor and index generation issues.
42- - Tweak Sphinx type-hints configuration to avoid RST indentation conflicts and suppress forward-reference warnings.
43- - Refresh docstrings and cross-references (pane/window APIs, environment helpers, pytest plugin) for clearer return types and stable anchors.
44- - Fix incorrect return type annotations for ` capture_pane() ` and ` display_message() ` methods
45- (changed from ` str | list[str] ` to ` list[str] ` - the methods always return a list).
37+ ### Breaking changes
4638
4739#### APIs deprecated (#611 )
4840
@@ -67,6 +59,16 @@ The following deprecations from 0.50.0 continue to emit {class}`DeprecationWarni
6759| ` set_window_option() ` , ` show_window_option() ` , ` show_window_options() ` | {meth}` ~libtmux.window.Window.set_option ` , {meth}` ~libtmux.window.Window.show_option ` , {meth}` ~libtmux.window.Window.show_options ` | 0.50.0 | Window |
6860| ` g ` parameter on options/hooks methods | ` global_ ` on {meth}` ~libtmux.options.OptionsMixin.set_option ` , {meth}` ~libtmux.options.OptionsMixin.show_option ` , {meth}` ~libtmux.options.OptionsMixin.show_options ` | 0.50.0 | Options & hooks |
6961
62+ ## libtmux 0.50.1 (2025-12-06)
63+
64+ ### Documentation (#612 )
65+
66+ - Normalize docs headings and Sphinx module directives to fix anchor and index generation issues.
67+ - Tweak Sphinx type-hints configuration to avoid RST indentation conflicts and suppress forward-reference warnings.
68+ - Refresh docstrings and cross-references (pane/window APIs, environment helpers, pytest plugin) for clearer return types and stable anchors.
69+ - Fix incorrect return type annotations for ` capture_pane() ` and ` display_message() ` methods
70+ (changed from ` str | list[str] ` to ` list[str] ` - the methods always return a list).
71+
7072## libtmux 0.50.0 (2025-11-30)
7173
7274### Overview
0 commit comments