We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3eb13 commit 8db8479Copy full SHA for 8db8479
1 file changed
CHANGES
@@ -35,6 +35,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
35
_Notes on the upcoming release will go here._
36
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
37
38
+### Bug fixes
39
+
40
+#### Fix `%` character appearing in panes on workspace load (#1018)
41
42
+Fixed long-standing issue ([#365]) where zsh panes displayed an inverse `%` marker after
43
+loading a workspace. WorkspaceBuilder now waits for each pane's shell to be ready before
44
+applying layout or sending commands.
45
46
+[#365]: https://github.com/tmux-python/tmuxp/issues/365
47
48
### Documentation
49
50
#### Linkable CLI arguments and options (#1010)
0 commit comments