We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380efd8 commit e88ba11Copy full SHA for e88ba11
CHANGES
@@ -12,13 +12,22 @@ $ pip install --user --upgrade --pre libtmux
12
13
- _Insert changes/features/fixes for next release here_
14
15
+## libtmux 0.14.2 (2022-08-17)
16
+
17
+### Fixes
18
19
+- {meth}`Server.new_session` _really_ works without `session_name`, {issue}`401` fixes
20
+ {issue}`399`. Improved tests and doctests added.
21
22
## libtmux 0.14.1 (2022-08-17)
23
24
### Fixes
25
26
- {meth}`Server.new_session` works without `session_name`, {issue}`400` fixes
27
{issue}`399`
28
29
+ _This still passed `None` to the session name, this was fixed in v0.14.2._
30
31
## libtmux 0.14.0 (2022-08-05)
32
33
### Breaking changes
0 commit comments