1
1
# Changelog
2
2
3
- To install the unreleased libtmux version, see [ developmental releases] ( https://libtmux.git-pull.com/quickstart.html#developmental-releases ) .
3
+ For instructions on installing the development version of libtmux, refer to
4
+ [ development releases] ( https://libtmux.git-pull.com/quickstart.html#developmental-releases ) .
4
5
5
- [ pip] ( https://pip.pypa.io/en/stable/ ) :
6
+ To install via [ pip] ( https://pip.pypa.io/en/stable/ ) , use :
6
7
7
8
``` console
8
9
$ pip install --user --upgrade --pre libtmux
9
10
```
10
11
11
- ## libtmux 0.31.x (unreleased )
12
+ ## libtmux 0.31.x (Yet to be released )
12
13
13
- - _ Notes on upcoming releases will be added here_
14
+ - _ Future release notes will be placed here_
14
15
15
- <!-- Maintainers and contributors: Insert change notes for the next release above -->
16
+ <!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
16
17
17
18
## libtmux 0.30.2 (2024-02-16)
18
19
19
20
### Development
20
21
21
- - ` TMUX_MAX_VERSION ` : 3.3 -> 3.4
22
+ - Updated ` TMUX_MAX_VERSION ` from 3.3 to 3.4
22
23
23
24
## libtmux 0.30.1 (2024-02-16)
24
25
25
- ### Bug fixes
26
+ ### Fixes
26
27
27
- - pytest plugin, test module: Move to renamed methods from v0.30.0.
28
+ - Adjusted pytest plugin and test module: Updated to use renamed methods from
29
+ version 0.30.0.
28
30
29
31
## libtmux 0.30.0 (2024-02-16)
30
32
31
- ### New commands
33
+ ### Additions
32
34
33
- - {meth}` Pane.kill() `
35
+ - Introduced {meth}` Pane.kill() ` method
34
36
35
- ### Renamed commands
37
+ ### Modifications
36
38
37
39
- ` Window.select_window() ` renamed to {meth}` Window.select() `
38
40
- Deprecated ` Window.select_window() `
@@ -47,7 +49,7 @@ $ pip install --user --upgrade --pre libtmux
47
49
- ` Window.kill_window() ` renamed to {meth}` Window.kill() `
48
50
- Deprecated ` Window.kill_window() `
49
51
50
- ### Improved commands
52
+ ### Enhancements
51
53
52
54
- {meth}` Server.new_session() ` : Support environment variables
53
55
- {meth}` Window.split_window() ` : Support ` size ` via ` -l `
@@ -56,7 +58,7 @@ $ pip install --user --upgrade --pre libtmux
56
58
57
59
## libtmux 0.29.0 (2024-02-16)
58
60
59
- #### Bug fixes
61
+ #### Fixes
60
62
61
63
- Use {exc}` DeprecationWarning ` for APIs set to be deprecated (#526 )
62
64
@@ -117,7 +119,7 @@ To keep the old behavior in 0.28.0 and beyond, pass `attach=True` explicitly.
117
119
Tip: If {meth}` Pane.resize() ` was not taking affect <= 0.27.1, try to resize with
118
120
{meth}` Window.resize() ` first.
119
121
120
- ### Bug fixes
122
+ ### Fixes
121
123
122
124
- {meth}` Window.refresh() ` and {meth}` Pane.refresh() ` : Refresh more underlying state (#523 )
123
125
- {meth}` Obj._refresh ` : Allow passing args (#523 )
@@ -589,7 +591,7 @@ _Maintenance only, no bug fixes or new features_
589
591
590
592
## libtmux 0.15.4 (2022-09-21)
591
593
592
- ### Bug fixes
594
+ ### Fixes
593
595
594
596
- Use stable ` pytest ` API imports where possible to fix issues in downstream
595
597
packaging on Arch (#441 , via #442 )
@@ -830,7 +832,7 @@ _Maintenance only, no bug fixes or new features_
830
832
831
833
~~ Final python 3.7 and 3.8 release~~
832
834
833
- ~~ Bug fixes and security updates will go to
835
+ ~~ Fixes and security updates will go to
834
836
[`v0.11.x` ](https:// github.com/ tmux- python/ libtmux/ tree/ v0.11.x)~~
835
837
836
838
- Internal: Use new separator to split `tmux(1 )` formatting information (# 289,
0 commit comments