@@ -14,21 +14,21 @@ $ pip install --user --upgrade --pre libtmux
14
14
15
15
### Compatibility
16
16
17
- - Internal: Use new separator to split ` tmux(1) ` formatting information (# 289 ,
18
- # 343 )
17
+ - Internal: Use new separator to split ` tmux(1) ` formatting information ({issue} ` 289 ` ,
18
+ {issue} ` 343 ` )
19
19
20
20
The separator is configurable via ` LIBTMUX_TMUX_FORMAT_SEPARATOR ` . If you ever
21
21
have compatiblity issues in the future let us know which default works best
22
22
across versions.
23
23
24
24
Credit: @JonathanRaiman and @jagguli
25
25
26
- - Basic type annotations (# 359 , # 361 ) via @otherJL0
26
+ - Basic type annotations ({issue} ` 359 ` , {issue} ` 361 ` ) via @otherJL0
27
27
28
28
### Development
29
29
30
- - Code cleanup (# 362 ) from @otherJL0
31
- - Format with black w/ string normalization. This is a one-time diff (# 354 )
30
+ - Code cleanup ({issue} ` 362 ` ) from @otherJL0
31
+ - Format with black w/ string normalization. This is a one-time diff ({issue} ` 354 ` )
32
32
33
33
### Documentation
34
34
@@ -39,40 +39,40 @@ $ pip install --user --upgrade --pre libtmux
39
39
40
40
### Packaging
41
41
42
- First experimental release using ` poetry build ` (# 347 ). If you are packaging and run
43
- across any difficulty please see [ # 346 ] ( https://github.com/tmux-python/libtmux/issues/346 )
42
+ First experimental release using ` poetry build ` ({issue} ` 347 ` ). If you are packaging and run
43
+ across any difficulty please see {issue} ` 346 ` .
44
44
45
45
### Compatibility
46
46
47
- - Drop python 3.6 (# 344 )
48
- - Add python 3.10, though still ` packaging.version ` issues remain (# 344 )
47
+ - Drop python 3.6 ({issue} ` 344 ` )
48
+ - Add python 3.10, though still ` packaging.version ` issues remain ({issue} ` 344 ` )
49
49
50
50
A compat module and version constraints will need to be added for this
51
51
52
52
### Development
53
53
54
- - poetry: 1.1.7 -> 1.1.12 (# 344 )
55
- - Add ` .pre-commit-config.yaml ` (# 344 )
54
+ - poetry: 1.1.7 -> 1.1.12 ({issue} ` 344 ` )
55
+ - Add ` .pre-commit-config.yaml ` ({issue} ` 344 ` )
56
56
57
57
## libtmux 0.10.2 (2021-10-30)
58
58
59
- - # 324 : Update poetry to 1.1
59
+ - {issue} ` 324 ` : Update poetry to 1.1
60
60
- CI: Use poetry 1.1.7 and ` install-poetry.py ` installer
61
61
- Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
62
- - # 339 (CI): Lock python at 3.9 to avoid poetry issue with ` dataclasses `
63
- - ci: Fix publishing docs (similar to # 339 )
64
- - # 341 # 342 : ` Server.attached_sessions() ` now supports multiple attached sessions.
62
+ - {issue} ` 339 ` (CI): Lock python at 3.9 to avoid poetry issue with ` dataclasses `
63
+ - ci: Fix publishing docs (similar to {issue} ` 339 ` )
64
+ - {issue} ` 341 ` {issue} ` 342 ` : ` Server.attached_sessions() ` now supports multiple attached sessions.
65
65
66
66
Remove attached sessions limitation to not detect multiple attached clients,
67
67
thank you @timoses
68
68
69
69
## libtmux 0.10.1 (2021-06-16)
70
70
71
- - Update ` Window.select_window() ` for # 271
71
+ - Update ` Window.select_window() ` for {issue} ` 271 `
72
72
73
73
## libtmux 0.10.0 (2021-06-16)
74
74
75
- - # 321 : Convert to markdown
75
+ - {issue} ` 321 ` : Convert to markdown
76
76
- {issue}` 271 ` : Fix {}` select_window() ` by providing the session ID as
77
77
argument to {}` -t ` . Thanks @Flowdalic
78
78
- Drop python 3.5 support
0 commit comments