We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d02aec + acb259d commit eba12c8Copy full SHA for eba12c8
CHANGES
@@ -6,6 +6,11 @@ Here you can find the recent changes to libtmux
6
7
- _Insert changes/features/fixes for next release here_
8
9
+#### Packaging
10
+
11
+First experimental release using `poetry build` (#347). If you are packaging and run
12
+across any difficulty please see [#346](https://github.com/tmux-python/libtmux/issues/346)
13
14
#### Compatibility
15
16
- Drop python 3.6 (#344)
@@ -31,9 +36,11 @@ Here you can find the recent changes to libtmux
31
36
thank you @timoses
32
37
33
38
## libtmux 0.10.1 (2021-06-16)
39
34
40
- Update `Window.select_window()` for #271
35
41
42
## libtmux 0.10.0 (2021-06-16)
43
44
- #321: Convert to markdown
45
- {issue}`271`: Fix {}`select_window()` by providing the session ID as
46
argument to {}`-t`. Thanks @Flowdalic
0 commit comments