File tree 1 file changed +28
-0
lines changed
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
24
24
- Add [ flake8-bugbear] ( https://github.com/PyCQA/flake8-bugbear ) (#807 )
25
25
- Add [ flake8-comprehensions] ( https://github.com/adamchainz/flake8-comprehensions ) (#808 )
26
26
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
+
27
55
## tmuxp 1.13.1 (2022-08-21)
28
56
29
57
### Bug fixes
You can’t perform that action at this time.
0 commit comments