File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments