Skip to content

Commit afeb47e

Browse files
committed
docs(CHANGES): Note changes but this is a bit strange
1 parent d703b65 commit afeb47e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGES

+28
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,34 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2424
- Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#807)
2525
- Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#808)
2626

27+
## tmuxp 1.13.x (2022-09-10)
28+
29+
### Bug fixes
30+
31+
- Layout size has been bumped for those experiencing layout spacing issues
32+
(#809, fixes #800)
33+
34+
If you encounter issues with pane spacing, consider passing an `option` like
35+
so:
36+
37+
```yaml
38+
session_name: main-pane-height
39+
start_directory: "~"
40+
options:
41+
default-size: 999x999
42+
windows:
43+
- window_name: my window name
44+
layout: main-horizontal
45+
options:
46+
main-pane-height: 30
47+
panes:
48+
- shell_command: top
49+
- shell_command: top
50+
- shell_command: top
51+
- shell_command: echo "hey"
52+
- shell_command: echo "moo"
53+
```
54+
2755
## tmuxp 1.13.1 (2022-08-21)
2856
2957
### Bug fixes

0 commit comments

Comments
 (0)