@@ -8,12 +8,19 @@ To install the unreleased libtmux version, see [developmental releases](https://
8
8
$ pip install --user --upgrade --pre libtmux
9
9
```
10
10
11
- ## libtmux 0.26 .x (unreleased)
11
+ ## libtmux 0.27 .x (unreleased)
12
12
13
13
- _ Notes on upcoming releases will be added here_
14
14
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
17
+ ## libtmux 0.26.0 (2024-02-06)
18
+
19
+ ### Breaking change
20
+
21
+ - ` get_by_id() ` (already deprecated) keyword argument renamed from ` id ` to
22
+ ` Server.get_by_id(session_id) ` , ` Session.get_by_id(window_id) ` , and ` Window.get_by_id(pane_id) ` (#514 )
23
+
17
24
### Documentation
18
25
19
26
- Various docstring fixes and tweaks (#514 )
@@ -24,18 +31,18 @@ $ pip install --user --upgrade --pre libtmux
24
31
25
32
- Add flake8-commas (COM)
26
33
27
- - https://docs.astral.sh/ruff/rules/#flake8-commas-com
28
- - https://pypi.org/project/flake8-commas/
34
+ - https://docs.astral.sh/ruff/rules/#flake8-commas-com
35
+ - https://pypi.org/project/flake8-commas/
29
36
30
37
- Add flake8-builtins (A)
31
38
32
- - https://docs.astral.sh/ruff/rules/#flake8-builtins-a
33
- - https://pypi.org/project/flake8-builtins/
39
+ - https://docs.astral.sh/ruff/rules/#flake8-builtins-a
40
+ - https://pypi.org/project/flake8-builtins/
34
41
35
42
- Add flake8-errmsg (EM)
36
43
37
- - https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
38
- - https://pypi.org/project/flake8-errmsg/
44
+ - https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
45
+ - https://pypi.org/project/flake8-errmsg/
39
46
40
47
### CI
41
48
0 commit comments