Release v0.36.0
This release includes some nice quality-of-life features, as well as some bug fixes.
Highlights
- It's now possible to hide the session name in the UI (check out: https://zellij.dev/documentation/options.html#hide_session_name)
- A new bindable key action was added to clear the scrollbuffer of the focused pane (check out
ClearScreen
here: https://zellij.dev/documentation/keybindings-possible-actions.html) - Plugins are now loaded asynchronously
All changes
- add my tweaked theme by @alekspickle in #2257
- fix(screen): focus pane on screen edge when moving pane focus offtab by @imsnif in #2293
- Correct summary by @Silejonu in #2235
- Updated layout examples to .kdl from .yaml by @caleflat in #2250
- fix(panes): adding panes to lone stack by @imsnif in #2298
- fix(panes): closing a stacked pane should relayout by @imsnif in #2312
- Fixed issue #1948 by @gbrigandi in #2322
- feat(plugins): async plugin loading by @imsnif in #2327
- docs(readme): update roadmap image by @imsnif in #2333
- Add action to clear all buffers for a specific pane by @alekspickle in #2239
- Added launch in xonsh by @anki-code in #2323
- Add option to hide session name in tab-bar (deriving from #2172) by @marcel-baur in #2301
- fix(layouts): don't default to default swap layouts on new-tab action by @imsnif in #2336
- fix(layouts): nested attribute truncating by @imsnif in #2337
- fix(scrollback-editor): properly invoke editor when command includes spaces by @imsnif in #2339
- fix(layouts): focus tab race by @imsnif in #2340
- feat(panes): allow defining an expanded stacked pane by @imsnif in #2343
- fix(layout): pane focus in stack by @imsnif in #2344
- fix(plugins): prevent Strider from opening double-panes when editing files by @imsnif in #2346
- fix: set sticky bit on socket by @tlinford in #2141
- chore(assets): adjust logo by @imsnif in #2358
- fix: do not hold on to router thread handle until server exit by @tlinford in #2328
New Contributors
- @alekspickle made their first contribution in #2257
- @Silejonu made their first contribution in #2235
- @caleflat made their first contribution in #2250
- @gbrigandi made their first contribution in #2322
- @anki-code made their first contribution in #2323
- @marcel-baur made their first contribution in #2301
Full Changelog: v0.35.2...v0.36.0