All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- feat(plugins): skip plugin cache flag when loading plugins (zellij-org#2971)
- fix(grid): recover from various errors (zellij-org#2972)
- fix(grid): flaky scroll with scroll region (zellij-org#2935)
- fix(plugins): display errors properly (zellij-org#2975)
- feat(terminal): implement synchronized renders (zellij-org#2977)
- perf(plugins): improve plugin download & load feature (zellij-org#3001)
- chore: bump Rust toolchain to 1.75.0 (zellij-org#3039)
- feat(plugins): introduce pipes to control data flow to plugins from the command line (zellij-org#3066)
- feat(xtask): allow publishing without pushing changes (zellij-org#3040)
- fix(terminal): improve reflow performance as well as resource utilization and some misc ancient bugs (zellij-org#3045, zellij-org#3032 and zellij-org#3043)
- fix(cli): typo in cli help (zellij-org#2906)
- fix(sessions): slow session updates in the session-manager (zellij-org#2951)
- fix: compiler warnings (zellij-org#2873)
- fix: styled underlines in editors (zellij-org#2918)
- fix(plugins): add
LaunchPlugin
and some cwd fixes (zellij-org#2916) - fix(performance): significantly reduce CPU utilization when serializing sessions (zellij-org#2920)
- fix(panes): reuse CWD when dropping to shell in command panes (zellij-org#2915)
- fix(resurrection): reduce default serialization interval to 1m and make it configurable (zellij-org#2923)
- fix(plugins): allow reloading plugins if they crashed (zellij-org#2929)
- feat(panes): start panes/editors/commands/plugins in-place (zellij-org#2795)
- fix(theme): fg color for gruvbox light theme (zellij-org#2791)
- fix: display parsing error for kdl files located under the 'themes' directory (zellij-org#2762)
- refactor(plugins): wasmer v3.1.1 (zellij-org#2706)
- refactor(config): dependency updates (zellij-org#2820 and zellij-org#2821)
- fix(plugins): address cranelift-codegen vulnerability (zellij-org#2830)
- fix(plugins): use versioned path for plugin artifact cache (zellij-org#2836)
- feat(sessions): session resurrection (zellij-org#2801, zellij-org#2851 and zellij-org#2902)
- feat(rendering): terminal synchronized output (zellij-org#2798)
- feat(plugins): plugin command API for executing commands in the background (zellij-org#2862)
- feat(ui): cyberpunk themes (zellij-org#2868)
- feat(ux): add ESC option to drop to shell in command panes (zellij-org#2872)
- feat(plugins): allow plugins to make web requests behind a permission (zellij-org#2879)
- feat(plugins): UI components for plugins (zellij-org#2898)
- feat(plugins): load plugins from the web (zellij-org#2863)
- feat(terminal): support styled underlines (zellij-org#2730)
- feat(ux): allow renaming sessions (zellij-org#2903)
- fix(plugins): open new plugins in the current cwd (zellij-org#2905)
- fix(terminal): wrap lines in alternate screen mode when adding characters (zellij-org#2789)
- fix(utils): validate session name (zellij-org#2607)
- refactor(server): remove unnecessary mut (zellij-org#2735)
- fix(status-bar): add break tab hints (zellij-org#2748)
- fix(reconnect): glitches on windows terminal (zellij-org#2750)
- fix(grid): memory leak with unfocused tabs (zellij-org#2745)
- fix(input): enforce ordering of actions after opening a new pane (zellij-org#2757)
- fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (zellij-org#2587)
- fix(rendering): occasional glitches while resizing (zellij-org#2621)
- fix(rendering): colored paneframes in mirrored sessions (zellij-org#2625)
- fix(sessions): use custom lists of adjectives and nouns for generating session names (zellij-org#2122)
- feat(plugins): make plugins configurable (zellij-org#2646 and zellij-org#2727)
- fix(terminal): occasional glitches while changing focus (zellij-org#2654)
- feat(plugins): add utility functions to get focused tab/pane (zellij-org#2652)
- feat(ui): break pane to new tab and move panes between tabs (zellij-org#2664)
- fix(performance): plug memory leak (zellij-org#2675)
- feat(plugins): use protocol buffers to communicate across the wasm boundary (zellij-org#2686 and zellij-org#2729)
- feat(plugins): add permission system (zellij-org#2624, zellij-org#2722 and zellij-org#2731)
- feat(session): session manager to switch between sessions (zellij-org#2721)
- feat(plugins): move_to_focused_tab attribute for launching/focusing plugins (zellij-org#2725)
- fix(keybinds): allow opening floating pane from a keybinding (zellij-org#2726)
- fix(panes): occasional glitches when changing tab focus for stacked panes (zellij-org#2734)
- hotfix: include theme files into binary (zellij-org#2566)
- fix: make plugin hide_self api idempotent (zellij-org#2568)
- hotfix: theme options does not work (zellij-org#2562)
- fix: various plugin api methods (zellij-org#2564)
- fix(plugin): respect hide session option on compact-bar (zellij-org#2368)
- feat: allow excluding tabs from tab sync in layouts (zellij-org#2314)
- feat: support default cwd (zellij-org#2290)
- feat: cli action to reload plugins at runtime for easier plugin development (zellij-org#2372)
- docs(architecture): update architecture docs (zellij-org#2371)
- feat(themes): add nightfox themes (zellij-org#2384)
- feat: provide default themes (zellij-org#2307)
- feat: update and render plugins asynchronously (zellij-org#2410)
- fix: support environment variables and shell expansions in layout cwds (zellij-org#2291)
- fix: add file paths to file not found errors (zellij-org#2412)
- fix: error loading non-existant themes directory (zellij-org#2411)
- build: speed up build and ci zellij-org#2396
- fix: sticky bit FreeBSD crash zellij-org#2424
- build: Bump rust toolchain version to 1.67 (zellij-org#2375)
- fix: update config file output (zellij-org#2443)
- feat: plugin workers for background tasks (zellij-org#2449)
- fix: cwd of newtab action (zellij-org#2455)
- feat: plugin system overhaul (zellij-org#2510)
- feat: add virtually all of Zellij's API to plugins (zellij-org#2516)
- fix: runtime panic because of local cache (zellij-org#2522)
- fix: cursor flickering (zellij-org#2528)
- fix: focus tab as well as pane when relaunching plugin (zellij-org#2530)
- feat: ui improvements for strider search (zellij-org#2531)
- fix: only watch fs if plugins explicitly request it (zellij-org#2529)
- fix: suppress debug logging when not debugging (zellij-org#2532)
- feat: send pane events to plugins (zellij-org#2545)
- fix: use debounced watcher for watching filesystem (zellij-org#2546)
- feat: add more plugin api methods (zellij-org#2550)
- fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (zellij-org#2293)
- fix: adding panes to lone stack (zellij-org#2298)
- fix: closing a stacked pane now properly moves to the previous swap layout if appropriate (zellij-org#2312)
- deps: update interprocess: fix crash and reduce memory usage by not leaking socket file descriptors on client attach (zellij-org#2322)
- feat: load plugins asynchronously (zellij-org#2327)
- feat: cli and bindable action to clear the current terminal's buffer and scrollback (zellij-org#2239)
- feat: add option to
hide_session_name
in tab-bar (zellij-org#2301) - fix: do not use default swap layouts when opening a new tab with a custom layout (zellij-org#2336)
- fix: properly truncate panes with attributes when applying swap layouts (zellij-org#2337)
- fix: support spaces in scrollback_editor (zellij-org#2339)
- fix: tab focus race condition when applying layout (zellij-org#2340)
- feat: allow specifying an "expanded" pane in a stack when defining layouts (zellij-org#2343)
- fix: stacked pane focus glitches in layout (zellij-org#2344)
- fix: strider now no longer opens one pane per client when editing files (zellij-org#2346)
- fix: set sticky bit on socket files to avoid automatic cleanup (zellij-org#2141)
- fix: memory leak when attaching/detaching from sessions (zellij-org#2328)
- fix: allow loading plugins from relative urls (zellij-org#2539)
- fix: get "zellij attach --create" working again (zellij-org#2247)
- fix: crash when closing tab with command panes (zellij-org#2251)
- Terminal compatibility: pad end of line on
CSI P
(zellij-org#2259)
-
fix: show visual error when unable to split panes vertically/horizontally (zellij-org#2025)
-
build: Use
xtask
as build system (zellij-org#2012) -
fix: show visual error when failing to resize panes in various situations (zellij-org#2036)
-
dist: remove nix support (zellij-org#2038)
-
feat: support floating panes in layouts (zellij-org#2047)
-
feat: add tmux close pane key (zellij-org#2058)
-
fix: copy_on_select = false sticky selection (zellij-org#2086)
-
fix: do not drop wide chars when resizing to width of 1 column (zellij-org#2082)
-
fix: disallow path-like names for sessions (zellij-org#2082)
-
errors: Remove more
unwrwap
s from server code (zellij-org#2069) -
fix: support UTF-8 character in tab name and pane name (zellij-org#2102)
-
fix: handle missing/inaccessible cache directory (zellij-org#2093)
-
errors: Improve client disconnect handling (zellij-org#2068)
-
feat: add ScrollToTop action (zellij-org#2110)
-
fix: the status-bar now does the right thing when set to one line (zellij-org#2091)
-
feat: add cli action to switch to tab by name (zellij-org#2120)
-
dev: use the wasmer Singlepass compiler when compiling plugins in development (zellij-org#2134 + zellij-org#2146)
-
feat: add pencil light theme (zellij-org#2157)
-
fix: apply correct color on 'more tabs' message (zellij-org#2166)
-
deps: upgrade termwiz to 0.20.0 (zellij-org#2169)
-
feat: swap layouts and stacked panes (zellij-org#2167, zellij-org#2191 and )
-
fix: cache STDIN queries to prevent startup delay (zellij-org#2173)
-
fix: scrollback positioning with Helix (zellij-org#2156)
-
fix: allow CJK characters in tab names (zellij-org#2119)
-
fix: fullscreen navigation (zellij-org#2117)
-
fix: glitchy resizes (zellij-org#2182)
-
fix: race when opening command panesin layout (zellij-org#2196)
-
fix:
focus
attribute in tab layouts now works (zellij-org#2197) -
fix: new-tab cli action now properly looks in the layout folder as well (zellij-org#2198)
-
fix: new-tab keybind now properly looks in the layout folder as well (zellij-org#2200)
-
fix: cwd for edit panes (zellij-org#2201)
-
fix: get config parameters from config file when opening new-tab through the cli (zellij-org#2203)
-
Terminal compatibility: fix wrong styling interpretation when deleting characters (zellij-org#2204)
-
fix: report pixel size in ioctl (zellij-org#2212)
-
fix: handle empty cwd from unreadable processes (zellij-org#2213)
-
fix: properly decode plugin urls with spaces (zellij-org#2190)
-
feat: QueryTabNames cli action (zellij-org#2145)
-
fix: log error instead of crashing when unable to set CWD in a template (zellij-org#2214)
-
fix: tab names in layout and gototabname crash on create (zellij-org#2225)
-
feat: allow simulating releases (zellij-org#2194)
-
feat: add args to new-tab action in keybinds (zellij-org#2072)
Eg:
tab { bind "n" { NewTab; SwitchToMode "Normal"; } bind "m" { NewTab { cwd "/tmp"; name "example"; layout "/tmp/example.kdl"; }; SwitchToMode "Normal"; } }
- hotfix: fix panics when resizing with flexible plugin panes in layout (zellij-org#2019)
- hotfix: allow non-absolute
SHELL
variables (zellij-org#2013)
- (BREAKING CHANGE) performance: change plugin data flow to improve render speed (zellij-org#1934)
- (BREAKING CHANGE) performance: various render pipeline improvements (zellij-org#1960)
- feat: support text input from clipboard (zellij-org#1926)
- errors: Don't log errors from panes when quitting zellij (zellij-org#1918)
- docs(contributing): update log path (zellij-org#1927)
- fix: Fallback to
/bin/sh
ifSHELL
can't be read, panic if shell doesn't exist (zellij-org#1769) - feat(themes): add catppuccin themes (zellij-org#1937)
- fix: treat relative paths properly in cli commands (zellij-org#1947)
- fix: ensure ejected pane always has a frame (zellij-org#1950)
- fix(compact-bar): mouse-click in simplified-ui (zellij-org#1917)
- fix(themes): black and white inverted (zellij-org#1953)
- fix(stability): gracefully handle SSH timeouts and other client buffer overflow issues (zellij-org#1955)
- fix: empty session name (zellij-org#1959)
- plugins: Cache plugins, don't load builtin plugins from disk (zellij-org#1924)
- fix: server on longer crashes on client crash (zellij-org#1965)
- fix: preserve pane focus properly when closing panes and switching tabs (zellij-org#1966)
- fix(themes): missing tokyo-night-dark theme (zellij-org#1972)
- refactor(plugins): fix plugin loading data flow (zellij-org#1995)
- refactor(messaging): reduce extraneous cross-thread messaging (zellij-org#1996)
- errors: preserve caller location in
to_log
(zellij-org#1994) - feat: show loading screen on startup (zellij-org#1997)
- feat: Allow "reducing" resizes, refactor resizing code (zellij-org#1990)
- debugging: improve error handling in
zellij_server::pty
(zellij-org#1840) - feat: allow command panes to optionally close on exit (zellij-org#1869)
- add: everforest-dark, everforest-light themes to the example theme directory (zellij-org#1873)
- feat: support multiple themes in one file (zellij-org#1855)
- debugging: Remove calls to unwrap in
zellij_server::ui::*
(zellij-org#1870) - debugging: Remove calls to unwrap in
zellij_server::pty_writer
(zellij-org#1872) - docs(example): update the format of the themes for the example directory (zellij-org#1877)
- debugging: Remove calls to unwrap in
zellij_server::terminal_bytes
(zellij-org#1876) - debugging: Remove calls to unwrap in
zellij_server::output
(zellij-org#1878) - fix: resolve
zellij setup --clean
panic (zellij-org#1882) - feat: allow toggling mouse mode at runtime (zellij-org#1883)
- fix: display status bar properly if limited to only 1 line (zellij-org#1875)
- feat: allow starting command panes suspended (zellij-org#1887)
- debugging: Remove calls to unwrap in
zellij_server::os_input_output
(zellij-org#1895) - fix: remove space key from shared_except (zellij-org#1884)
- fix: clear search when sending terminating char (zellij-org#1853)
- fix: properly convert the backslash key from old YAML config files (zellij-org#1879)
- fix: clear floating panes indication when closing a floating command pane (zellij-org#1897)
- Terminal compatibility: do not reset bold when resetting DIM (zellij-org#1803)
- fix: Do not advertise 24 bit color support unchecked (zellij-org#1900)
- fix: treat CWD properly when opening your editor through
zellij edit
orze
(zellij-org#1904) - fix: allow cli actions to be run outside of a tty environment (zellij-org#1905)
- Terminal compatibility: send focus in/out events to terminal panes (zellij-org#1908)
- fix: various bugs with no-frames and floating panes (zellij-org#1909)
- debugging: Improve error logging in server (zellij-org#1881)
- docs: add kanagawa theme (zellij-org#1913)
- fix: use 'temp_dir' instead of hard-coded '/tmp/' (zellij-org#1898)
- debugging: Don't strip debug symbols from release binaries (zellij-org#1916)
- deps: upgrade termwiz to 0.19.0 and rust MSRV to 1.60.0 (zellij-org#1896)
- BREAKING CHANGE: switch config/layout/theme language to KDL (zellij-org#1759)
- debugging: Improve error handling in screen thread (zellij-org#1670)
- fix: Server exits when client panics (zellij-org#1731)
- fix: Server panics when writing to suppressed pane (zellij-org#1749)
- debugging: Improve error handling in screen thread private functions (zellij-org#1770)
- fix(nix): add DiskArbitration and Foundation to darwin builds (zellij-org#1724)
- debugging: Remove calls to
panic
in server/tab (zellij-org#1748) - debugging: Improve error format in server/thread_bus (zellij-org#1775)
- feat: command pane - send commands to Zellij and re-run them with ENTER (zellij-org#1787)
- fix: escape quotes and backslashes when converting YAML to KDL (zellij-org#1790)
- fix: frameless pane wrong size after closing other panes (zellij-org#1776)
- fix: error on mixed nodes in layouts (zellij-org#1791)
- fix: error on duplicate pane_template / tab_template definitions in layouts (zellij-org#1792)
- fix: accept session-name through the cli properly (zellij-org#1793)
- fix: Prevent recursive sessions from layout files (zellij-org#1766)
- fix: better error messages and recovery from layout issues (zellij-org#1797)
- feat: allow layouts to have a global cwd (zellij-org#1798)
- feat: edit panes in layouts (zellij-org#1799)
- debugging: Log
thread_bus
IPC messages only in debug mode (zellij-org#1800) - feat: improve zellij run CLI (zellij-org#1804)
- docs: Add tips for code contributions to CONTRIBUTING (zellij-org#1805)
- feat: change floating panes to be grouped rather than scattered (zellij-org#1810)
- fix: default to vi editor when we can't an editor in EDITOR or VISUAL and none is configured (zellij-org#1811)
- deps: upgrade log4rs to 1.2.0 (zellij-org#1814)
- feat: allow
DumpScreen
to dump the viewport by default (zellij-org#1794) - Terminal compatibility: clear scroll region when terminal pane is cleared (zellij-org#1826)
- feat: allow defining tab cwd in layouts (zellij-org#1828)
- debugging: Remove calls to
unwrap
from plugin WASM VM (zellij-org#1827) - debugging: Improve error handling in
server/route
(zellij-org#1808) - debugging: Detect plugin version mismatches (zellij-org#1838)
- feat: add help to cli options (zellij-org#1839)
- Terminal compatibility: improve vttest compliance (zellij-org#1671)
- fix: bracketed paste handling regression (zellij-org#1689)
- fix: occasional startup crashes (zellij-org#1706)
- fix: gracefully handle SSH disconnects (zellij-org#1710)
- fix: handle osc params larger than 1024 bytes (zellij-org#1711)
- Terminal compatibility: implement faux scrolling when in alternate screen mode(zellij-org#1678)
- fix: mouse-click on tab-bar in simplified-ui now always focuses the correct tab (zellij-org#1658)
- fix: sort UI cursors properly when multiple users are focused on the same pane (zellij-org#1719)
- HOTFIX: fix up-arrow regression
- fix: crash when attaching to a session without the first tab (zellij-org#1648)
- fix: race crash on startup when server is not ready (zellij-org#1651)
- Terminal compatibility: forward OSC52 clipboard copy events from terminals (zellij-org#1644)
- refactor: terminal characters (zellij-org#1663)
- Terminal compatibility: properly send mouse clicks and drags to terminal panes (zellij-org#1664)
- add:
solarized-light
theme to the example theme directory (zellij-org#1608) - add(readme): more links to the documentation (zellij-org#1621)
- fix theme not loading without config (zellij-org#1631)
-
feat: Log errors causing "empty message received from client" (zellij-org#1459)
-
chore(dependencies): update
crossbeam
0.8.0
->0.8.1
(zellij-org#1463) -
add(option):
default-layout
setting for changing the default layout upon start, example:default_layout: compact
(zellij-org#1467) -
fix: many typos (zellij-org#1481)
-
add: checksum for release binary (zellij-org#1482)
-
fix: update cli tooltips (zellij-org#1488)
-
refactor: deduplicate code in
screen.rs
(zellij-org#1453) -
chore(dependencies): update
clap
:3.1.18
->3.2.2
(zellij-org#1496) -
fix: send
WriteChars:
once per action (zellij-org#1516) -
feat: allow swapping tabs, in a fullscreen pane (zellij-org#1515)
-
feat: add action of undo rename (zellij-org#1513)
-
fix(docs): fix macport installation instructions (zellij-org#1529)
-
feat: allow hex colors for themes (zellij-org#1536)
-
fix: client hang when server is killed / shutdown delay (zellij-org#1535)
-
fix: properly handle in-place editor in full-screen (zellij-org#1544)
-
Terminal compatibility: properly trim whitespace in lines with wide-characters when resizing panes (zellij-org#1545)
-
fix: reset scroll properly when typing in certain edge cases (zellij-org#1547)
-
fix: logging may fill up /tmp, now logs are capped at 100 kB (zellij-org#1548)
-
fix: crash when terminal rows or columns are 0 (zellij-org#1552)
-
refactor: moved shared data structures to zellij-utils (zellij-org#1541)
-
feat: support displaying images/video in the terminal with sixel graphics (zellij-org#1557)
-
fix: add usage comment to fish
auto-start
script (zellij-org#1583) -
fix: refactor match session name (zellij-org#1582)
-
fix: print "Session detached" rather than "Bye from Zellij!" when detaching from a session (zellij-org#1573 (comment))
-
performance: improve terminal responsiveness (zellij-org#1585 and zellij-org#1610)
-
Terminal compatibility: persist cursor show/hide across alternate screen (zellij-org#1586)
-
fix: support multi-argument EDITOR/VISUAL/scrollback-editor commands (zellij-org#1587)
-
fix: avoid sending mouse click events on pane frames to applications (zellij-org#1584)
-
feat: search through terminal scrollback (zellij-org#1521)
-
feat: support themes directory (zellij-org#1577)
-
feat: Improve logging by writing server panics into the logfile (zellij-org#1602)
-
fix: reflect configured keybindings in the status bar (zellij-org#1242)
-
add: capability to dispatch actions from the cli (zellij-org#1265)
This feature is gated behind the
unstable
feature flag. Because the serialization format will be changed at some point. We would still already be glad about early feedback on this feature.Can be invoked through
zellij action [ACTIONS]
.Automatically sends the action to the current session, or if there is just one to the single session, if there are multiple sessions, then the session name must be specified.
Example:
zellij zellij action NewTab:
Send actions to a specific session:
zellij -s fluffy-cat zellij -s fluffy-cat action 'NewPane: , WriteChars: "echo Purrr\n"'
Open
htop
in a new tab:zj action "NewTab: {run: {command: {cmd: htop}}}"
- fix: right and middle clicks creating selection (zellij-org#1372)
- feat: Attach to sessions more conveniently by only typing their name's first character(s) (zellij-org#1360)
- fix: a small typo (zellij-org#1390)
- feat: show subcommand aliases in help output (zellij-org#1409)
- chore(dependencies): rename crate
suggestion
->suggest
(zellij-org#1387) - fix: update to output error when using
--layout
(zellij-org#1413) - fix: ANSI output sent to terminal on resize in certain cases (zellij-org#1384)
- fix: freeze when pasting large amounts of text to vim (zellij-org#1383)
- feat: new action to dump the scrollbuffer to a file (zellij-org#1375)
- fix(strider): update out of range index in files (zellij-org#1425)
- feat: strip debug symbols of release builds 20% size reduction, MSRV is now
1.59
(zellij-org#1177) - chore(dependencies): update
names
anddialoguer
crates (zellij-org#1430) - fix: add checking for missing extensions (zellij-org#1432)
- fix: client process hanging / not exiting when terminal emulator was closed (zellij-org#1433)
- BREAKING CHANGE: merge
--layout
and--layout-path
(zellij-org#1426) - add: a version of the
tab-bar
plugin, that carries mode information, calledcompact-bar
also adds a new default layout calledcompact
, which can be loaded with:zellij --layout compact
, that loads thecompact-bar
. (zellij-org#1450) - feat: allow searching through and editing the pane scrollback with your default editor (zellij-org#1456)
- fix: exit client loop on empty message from server (zellij-org#1454)
- fix: mouse selection sometimes getting stuck (zellij-org#1418)
- feat: tweak simplified UI (zellij-org#1458)
- feat: add status more tips (zellij-org#1462)
- add: new features to manpage (zellij-org#1549)
- fix: forward mouse events to plugin panes (zellij-org#1369)
- add: clarify copy to clipboard message (zellij-org#1321)
- Terminal compatibility: fix ANSI scrolling regression (zellij-org#1324)
- fix: send SIGHUP instead of SIGTERM when closing a pane (zellij-org#1320)
- add:
copy_on_select
option to configure automatic copy behavior (zellij-org#1298) - fix: minor system improvements (zellij-org#1328)
- add: add command for auto-start script (zellij-org#1281)
- Terminal compatibility: fix cursor pane escape and invalid ansi crash (zellij-org#1349)
- fix: recover from corrupted ipc bus state (zellij-org#1351)
- Terminal compatibility: respond to foreground/background color ansi requests (OSC 10 and 11) (zellij-org#1358)
- fix: avoid panic in link_handler.rs (zellij-org#1356)
- Terminal compatibility: prevent wide chars from overflowing the title line (zellij-org#1361)
- Terminal compatibility: adjust saved cursor position on resize (zellij-org#1362)
- fix: avoid panic on renaming a floating pane (zellij-org#1357)
- fix: change the way sessions are sorted (zellij-org#1347)
- fix: improve mouse event reporting, avoid clicks on plugin panes causing active pane scrolling (zellij-org#1329)
- (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (zellij-org#1274)
- repo: add
.git-blame-ignore-revs-file
(zellij-org#1295) - add:
musl
target torust-toolchain
(zellij-org#1294) - fix: update termwiz to fix crash when pasting on wsl (zellij-org#1303)
- add: nord theme example (zellij-org#1304)
- Terminal compatibility: preserve background color when scrolling (zellij-org#1305 and zellij-org#1307)
- add:
overlays
to theflake
outputs
(zellij-org#1312) - refactor: reduce code duplication in tiled_panes (zellij-org#1299)
- Terminal compatibility: support XTWINOPS CSI 14 + 16 to query terminal pixel info (zellij-org#1316)
- Fix: Update UI when next-to-last user manually detaches from the session (zellij-org#1317)
- Fix: feature
disable_automatic_asset_installation
(zellij-org#1226) - Fix:
wasm_vm
usecache_dirs
for ephemeral plugin data (zellij-org#1230) - Bump
nix
version to0.23.1
(zellij-org#1234) - Refactor: move tiled_panes to their own module (zellij-org#1239)
- Add: allow rounded frame corners to be selected in the config (zellij-org#1227)
- Deps: move from termion to termwiz (zellij-org#1249)
- Fix: resolve crash when opening tab and zellij tmp dir does not exist (zellij-org#1256)
- Fix: Behave properly when embedding floating pane into a fullscreen tiled pane (zellij-org#1267)
- Fix: various screen crashes in some edge cases (zellij-org#1269)
- Feat: Add Alt+Arrows quick navigation (zellij-org#1264)
- Fix: don't crash on bad intermediate tab state (zellij-org#1272)
- Fix: resolve crash when closing panes on single core systems (zellij-org#1051)
- Terminal Compatibility: Behave properly when ansi scrolling down with an undefined scroll region (zellij-org#1279)
- Fix: properly render selection when background color of characters is not set (zellij-org#1250)
- Terminal Compatibility: revert previous incorrect change to csi erase display (zellij-org#1283)
- HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)
- Add: add error reporting system (zellij-org#1038)
- Fix: switch to annotated release tags (zellij-org#1223)
- Fix: invalid assignment of
client_id
(zellij-org#1052) - Add: action to send
^b
intmux-mode
(zellij-org#1106) - Add: various action bindings to
tmux-mode
(zellij-org#1098) - Terminal compatibility: set terminal title properly (zellij-org#1094)
- Fix: handle discontiguous STDIN input (zellij-org#1117)
- Terminal compatibility: fix alternate screen clearing (zellij-org#1120)
- Add: information about clippy lints (zellij-org#1126)
- Bump
suggestion
dependency (zellij-org#1124) - Add: detach
action
totmux-mode
(zellij-org#1116) - Add: initial
nix
support (zellij-org#1131) - Fix: unused code warnings (zellij-org#1087)
- Add: support
cargo-binstall
(zellij-org#1129) - Fix: do not use current cursor style in csi erase display (solve
btm
rendering issue) (zellij-org#1142) - Fix: ensure e2e tests use current plugins (zellij-org#1047)
- Add: manpage to nix package (zellij-org#1148)
- Fix: terminal title passthrough on not showing pane frames (zellij-org#1113)
- Add: ability to set
ENVIRONMENT VARIABLES
inside of the config and layout's (zellij-org#1154) - Add: binary cache to zellij
cachix use zellij
(zellij-org#1157) - Fix: improve layout naming (zellij-org#1160)
- Add: installation instructions for
Void Linux
(zellij-org#1165) - (BREAKING CHANGE) Fix:
list-session
to error and stderr on fail (zellij-org#1174) This is a BREAKING CHANGE for people that relied on the error code and the stdout of this command on fail. - Add: dynamic completions for
fish
shell (zellij-org#1176) - Fix: typo in completion (zellij-org#1183)
- Fix: improve detach instruction (zellij-org#1161)
- Fix: update tooltip after hiding floating panes with mouse (zellij-org#1186)
- Fix: do not start move floating pane when selecting with mouse and cursor leaves pane (zellij-org#1186)
- Terminal compatibility: replace wide-characters under cursor properly (zellij-org#1196)
- Terminal compatibility: only adjust home and end keys in cursor keys mode (zellij-org#1190)
- Add: initial support for forwarding mouse events to applications (
SGR
format only) (zellij-org#1191) - Fix: allow
POSIX
style overrides for most config flags (zellij-org#1205)
- Fix: replace the library with the dependency problem (zellij-org#1001)
- Fix: crash when opening pane in non-existent cwd (zellij-org#995)
- Feature: add
copy-command
option (zellij-org#996) - Feature: update parsing crate to
clap v3.0
(zellij-org#1017) - Feature: accept only printable unicode char when rename pane or tab name (zellij-org#1016)
- Fix: scroll page up/down by actual amount of rows (zellij-org#1025)
- Fix: handle csi erase param 3 (zellij-org#1026)
- Add: theme example for
tokyo-night
(zellij-org#1015) - Fix: log a warning, if a user-configured mode has no actions associated and is active (zellij-org#1035)
- Feature: add focus attribute in layout (zellij-org#958)
- Compatibility: disable scrollback in alternate screen (zellij-org#1032)
- Feature: add
copy-clipboard
option (zellij-org#1022) - Fix: update the confusing tips on
RenamePane
(zellij-org#1045) - Feature: add floating panes (zellij-org#1066)
- Fix: bump up internal
autocfg
dependency to1.1.0
(zellij-org#1071) - Feature: add tmux mode (zellij-org#1073)
- Fix: improve copy of wrapped lines (zellij-org#1069)
- Fix: prefer last active pane when changing focus (zellij-org#1076)
- Terminal compatibility: properly handle insertion of characters in a line with wide characters (zellij-org#964)
- Terminal compatibility: properly handle deletion of characters in a line with wide characters (zellij-org#965)
- Fix: properly remove clients when detaching from a session (zellij-org#966)
- Fix: plugin theme coloring (zellij-org#975)
- Fix: prevent unhandled mouse events escape to terminal (zellij-org#976)
- Fix: ensure clippy runs on all targets (zellij-org#972)
- Fix: atomically create default assets every time a session starts (zellij-org#961)
- Fix: Allow multiple users to switch tabs with the mouse (zellij-org#959)
- Fix: Allow switching tabs with the mouse when pane is in fullscreen (zellij-org#977)
- Fix: pass bell (helpful for eg. desktop notifications) from terminal to desktop (zellij-org#981)
- Fix: tab click crash on mouse click with multiple users (zellij-org#984)
- Fix: accidental tab synchronization bug between multiple users when clicking with mouse (zellij-org#986)
- Fix: Properly move users out of closed tab in a multiuser session (zellij-org#990)
- Feature: Pass active pane title to terminal emulator (zellij-org#980)
- Feature: Improve default keybindings (zellij-org#991)
- Feature: Configurable scroll buffer size (zellij-org#936)
- Feature: add collaboration support - multiple users using multiple cursors (zellij-org#957)
- Hotfix: Focus fullscreen pane when switching tab focus (zellij-org#941)
- Fix: missing themes in configuration merge (zellij-org#913)
- Fix: add
gray
to theme section (zellij-org#914) - Fix: prevent zellij session from attaching to itself (zellij-org#911)
- Terminal compatibility: fix flaky scrolling issue (zellij-org#915)
- Fix: handle pasted text properly in windows terminal (zellij-org#917)
- Fix: update example config options (zellij-org#920)
- Fix: correct handling of unbinds (zellij-org#923)
- Fix: improve performance when resizing window with a large scrollback buffer (zellij-org#895)
- Fix: support multiple users in plugins (zellij-org#930)
- Fix: update default layouts (zellij-org#926)
- Add: infrastructure to show distinct tips in the
status-bar
plugin (zellij-org#926) - Feature: Allow naming panes (zellij-org#928)
-
Add: initial preparations for overlay's (zellij-org#871)
-
Add: initial
zellij.desktop
file (zellij-org#870) -
Add: section for third party repositories
THIRD_PARTY_INSTALL.md
(zellij-org#857) -
Add: suggestion for similar session name, on attach (zellij-org#843)
-
Fix: handling and overwriting options through the cli (zellij-org#859)
THIS IS A BREAKING CHANGE: Previously it was only possible to turn off certain features through the cli, now it also is possible to overwrite this behavior - for that the following changed:
- renamed and inverted:
disable_mouse_mode -> mouse_mode no_pane_frames -> pane_frames
- cli options added:
mouse-mode [bool] pane-frames [bool] simplified-ui [bool]
- cli flag removed:
simplified-ui
Now the cli options can optionally be toggled on, even if the config turns it off, example:
zellij options --mouse-mode true
-
Fix: fix CSI cursor next line not moving cursor to beginning of line after moving it down (zellij-org#863)
-
Refactor: Support multiple users in
Tab
s (zellij-org#864) -
Refactor: close_pane returns closed pane (zellij-org#853)
-
Add: ability to configure zellij through layouts (zellij-org#866)
-
Refactor: simplify terminal character style diff (zellij-org#839)
-
Fix: improve performance with large scrollback buffer (zellij-org#881)
-
Add: support osc8 escape code (zellij-org#822)
-
Add: optionally leave ephemeral modes by pressing the
esc
key to default config (zellij-org#889) -
Feature: Multiple users UI for panes behind a turned-off feature flag (zellij-org#897)
-
Add: plugin api, to provide version information to plugins (zellij-org#894)
-
Add: initial session name to layout template (zellij-org#789)
-
Fix: simplify matches (zellij-org#844)
-
Add: support darwin builds on ci (zellij-org#846)
-
Add: e2e instructions for x86 and arm darwin systems (zellij-org#846)
-
Fix: use key-value style for
docker-compose
(zellij-org#338) -
Fix: unify zellij environment variable handling (zellij-org#842)
-
Add: toggle boolean options with cli flags (zellij-org#855)
-
HOTFIX: fix pasting regression (zellij-org#858)
- Fix: improve performance of echoed keystrokes (zellij-org#798)
- Add: Use hyperlinks for the setup information (zellij-org#768)
- Feature: Rotate Pane location (zellij-org#802)
- Terminal compatibility: improve handling of wide-characters when inserted mid-line (zellij-org#806)
- Fix: plugins are now only compiled once and cached on disk (zellij-org#807)
- Fix: pasted text performs much faster and doesn't kill Termion (zellij-org#810)
- Fix: resizing/scrolling through heavily wrapped panes no longer hangs (zellij-org#814)
- Terminal compatibility: properly handle HOME/END keys in eg. vim/zsh (zellij-org#815)
- Fix: Typo (zellij-org#821)
- Fix: Update
cargo-make
instructions postv0.35.3
(zellij-org#819) - Fix: Unused import for darwin systems (zellij-org#820)
- Add:
WriteChars
action (zellij-org#825) - Fix: typo and grammar (zellij-org#826)
- Add:
rust-version
- msrv field toCargo.toml
(zellij-org#828) - Fix: improve memory utilization, reap both sides of pty properly and do not expose open FDs to child processes (zellij-org#830)
- Fix: move from the deprecated
colors_transform
tocolorsys
(zellij-org#832) - Feature: plugins can now detect right mouse clicks (zellij-org#801)
- Fix: open pane in cwd even when explicitly specifying shell (zellij-org#834)
- Fix: do not resize panes below minimum (zellij-org#838)
- Feature: Non directional resize of panes (zellij-org#520)
- Add:
colored
crate to replace manual color formatting (zellij-org#837) - Add: introduce
thiserrror
to simplify error types (zellij-org#836) - Add: support
--index
option for theattach
subcommand in order to choose the session indexed by the provided creation date (zellij-org#824) - Fix: simplify the main function significantly (zellij-org#829)
- Feature: half page scrolling actions (zellij-org#813)
- Fix: Prevent text overwrite when scrolled up (zellij-org#655)
- Add: Treat empty config files as empty yaml documents (zellij-org#720)
- Fix: Commands that don't interact with the config file don't throw errors on malformed config files (zellij-org#765)
- Add: Add config options to default config file (zellij-org#766)
- Fix: Properly clear "FULLSCREEN" status when a pane exits on its own (zellij-org#757)
- Refactor: handle clients in tabs/screen (zellij-org#770)
- Feature: kill-session and kill-all-sessions cli commands (zellij-org#745)
- Fix: Keep default file permissions for new files (zellij-org#777)
- Feature: Add mouse events to plugins – including strider and the tab-bar (zellij-org#629)
- Feature: Directional movement of panes (zellij-org#762)
- Refactor: More groundwork to support multiple-clients in tabs (zellij-org#788)
- HOTFIX: mouse selection now working (zellij-org#752)
- HOTFIX: prevent strider from descending into /host folder (zellij-org#753)
- Fix: Properly open new pane with CWD also when switching to a new tab (zellij-org#729)
- Feature: Option to create a new session if attach fails (
zellij attach --create
) (zellij-org#731) - Feature: Added the new
Visible
event, allowing plugins to detect if they are visible in the current tab (zellij-org#717) - Feature: Plugins now have access to a data directory at
/data
– the working directory is now mounted at/host
instead of.
(zellij-org#723) - Feature: Add ability to solely specify the tab name in the
tabs
section (zellij-org#722) - Feature: Plugins can be configured and the groundwork for "Headless" plugins has been laid (zellij-org#660)
- Automatically update
example/default.yaml
on release (zellij-org#736) - Feature: allow mirroring sessions in multiple terminal windows (zellij-org#740)
- Feature: display a message when the current pane is in full-screen (zellij-org#450)
- Terminal compatibility: handle cursor movements outside scroll region (zellij-org#746)
- Terminal compatibility: scroll lines into scrollback when clearing viewport (zellij-org#747)
- New panes/tabs now open in CWD of focused pane (zellij-org#691)
- Fix bug when opening new tab the new pane's viewport would sometimes be calculated incorrectly (zellij-org#683)
- Fix bug when in some cases closing a tab would not clear the previous pane's contents (zellij-org#684)
- Fix bug where tabs would sometimes be created with the wrong index in their name (zellij-org#686)
- Fix bug where wide chars would mess up pane titles (zellij-org#698)
- Fix various borderless-frame in viewport bugs (zellij-org#697)
- Fix example configuration file (zellij-org#693)
- Fix various tab bar responsiveness issues (zellij-org#703)
- Allow plugins to run system commands (zellij-org#666)
- This has also added a temporary new permission flag that needs to be specified in the layout. This is a breaking change:
has become:
... plugin: strider ...
A plugin can be given command executing permission with:plugin: path: strider
plugin: path: strider _allow_exec_host_cmd: true
- This has also added a temporary new permission flag that needs to be specified in the layout. This is a breaking change:
- Use the unicode width in tab-bar plugin, for tab names (zellij-org#709)
- Fix automated builds that make use of the
setup
subcommand (zellij-org#711) - Add option to specify a tabs name in the tab
layout
file (zellij-org#715) - Improve handling of empty valid
yaml
files (zellij-org#716) - Add options subcommand to attach (zellij-org#718)
- Fix: do not pad empty pane frame title (zellij-org#724)
- Fix: Do not overflow empty lines when resizing panes (zellij-org#725)
-
Plugins don't crash zellij anymore on receiving mouse events (zellij-org#620)
-
A universal logging system has been implemented (zellij-org#592)
- Added
log
crate support for logging within Zellij - Messages sent over the
stderr
of plugins are now logged as well, bringing backdbg!
support!
- Added
-
Add displaying of the
session-name
to thetab-bar
(zellij-org#608) -
Add command to dump
layouts
to stdout (zellij-org#623)zellij setup --dump-layout [LAYOUT]
[default, strider, disable-status]
-
Add
action
:ScrollToBottom
(zellij-org#626)- Bound by default to
^c
inscroll
mode, scrolls to bottom and exists the scroll mode
- Bound by default to
-
Simplify deserialization slightly (zellij-org#633)
-
Fix update plugin attributes on inactive tab (zellij-org#634)
-
New pane UI: draw pane frames - can be disabled with ctrl-p + z, or through configuration (zellij-org#643)
-
Terminal compatibility: support changing index colors through OSC 4 and similar (zellij-org#646)
-
Fix various shells (eg. nushell) unexpectedly exiting when the user presses ctrl-c (zellij-org#648)
-
Fix line wrapping while scrolling (zellij-org#650)
-
Indicate to the user when text is copied to the clipboard with the mouse (zellij-org#642)
-
Terminal compatibility: properly paste multilines (zellij-org#653 + zellij-org#658)
-
Terminal compatibility: fix progress bar line overflow (https://github.com/zellij-org/zellij/pull/656)
-
Add action to toggle between tabs
ToggleTab
, bound by default to [TAB] in tab mode (zellij-org#622) -
Terminal compatibility: properly handle cursor shape changes in eg. Neovim (zellij-org#659)
-
The resize and layout systems have been overhauled (zellij-org#568)
- Resizing a terminal then returning it to its original size will now always return panes to their original sizes and positions
- Resize mode resizes panes by 5% of the space on screen, not some fixed number
- Panes on-screen keep their ratios – a screen split 50/50 between two panes will remain 50/50 even as the terminal is resized (zellij-org#406)
- The terminal can now be resized without leaving fullscreen mode
- Layout parts are split into equal percentages if no explicit split-size is given (zellij-org#619)
- Fixed display of the tab bar at small terminal widths
-
Add
tabs
tolayouts
(zellij-org#625)The layout has now a template, and tabs section. The template specifies the location a tab is inserted in with
body: true
.Eg:
--- template: direction: Horizontal parts: - direction: Vertical borderless: true split_size: Fixed: 1 run: plugin: tab-bar - direction: Vertical # <= The location of body: true # <= the inserted tab. - direction: Vertical borderless: true split_size: Fixed: 2 run: plugin: status-bar tabs: - direction: Vertical # <= Multiple tabs can be - direction: Vertical # <= specified in the layout. - direction: Vertical
The
NewTab
action can optionally be bound to open a layout that is assumed to be in the newtabs
sectionThis is a BREAKING CHANGE for people that have the
NewTab
action already bound in the config file:- action: [NewTab, ] key: [F: 5,]
must now be specified as:
- action: [NewTab: ,] key: [F: 5,]
Optionally a layout that should be opened on the new tab can be specified:
- action: [NewTab: { direction: Vertical, parts: [ {direction: Horizontal, split_size: {Percent: 50}}, {direction: Horizontal, run: {command: {cmd: "htop"}}},], key: [F: 6,]
-
Kill children properly (zellij-org#601)
-
Change name of
Run
binding for actions (zellij-org#602) -
Add running commands to
layouts
(zellij-org#600)POSSIBLE BREAKING CHANGE for custom layouts: Plugins are under the run category now, that means:
plugin: status-bar
is now:
run: plugin: status-bar
-
Add
on_force_close
config option (zellij-org#609)
- Add improved error handling for layouts (zellij-org#576)
- Change layout directory from data to config (zellij-org#577)
POSSIBLE BREAKING CHANGE:
In case of having custom layouts in the previous
layout-dir
one can switch either the layouts to the new dir, or set thelayout-dir
to be the currentlayout-dir
- Fix
Makefile.toml
because of missing directory (zellij-org#580) - Autodetach on force close (zellij-org#581)
- Add option to specify a default shell (zellij-org#594)
- Add action to run bound commands in a pane (zellij-org#596)
- Initial mouse support (zellij-org#448)
- Add
layout-dir
tosetup --check
subcommand (zellij-org#599)
- Fix crash when padding before widechar (zellij-org#540)
- Do not lag when reading input too fast (zellij-org#536)
- Session name optional in attach command (zellij-org#542)
- Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch (zellij-org#547)
- Fix(ui): session mode should be disabled in locked mode (zellij-org#548)
- Add option to start in arbitrary modes (zellij-org#513)
- Attaching to a session respects the
default_mode
setting of the client (zellij-org#549) - Add option to specify a color theme in the config (zellij-org#550)
- Fix config options to not depend on
simplified_ui
(zellij-org#556) - Don't rename
unnamed
tabs upon deletion of other tabs (zellij-org#554) - Add layout to disable the status bar (zellij-org#555)
- Significantly improve terminal pane performance (zellij-org#567)
- HOTFIX: fix Zellij not responding to input on certain terminals (zellij-org#538)
- Remove unused imports (zellij-org#504)
- More Infrastructure changes for the upcoming session detach feature: run server and client in separate processes (zellij-org#499)
- Restructuring cargo workspace: Separate client, server and utils into separate crates (zellij-org#515)
- Terminal compatibility: handle most OSC sequences (zellij-org#517)
- Split
layout
flag intolayout
andlayout-path
(zellij-org#514) - Fix behaviour of the
clean
flag (zellij-org#519) - Make distinction clearer between certain configuration flags (zellij-org#529)
- Resource usage and performance improvements (zellij-org#523)
- Feature: Detachable/Persistent sessions (zellij-org#531)
- Terminal compatibility: Support wide characters (zellij-org#535)
This version is mostly an installation hotfix.
- Add
check
flag tosetup
subcommand, movegenerate-completions
subcommand tosetup
flag (zellij-org#503) - Change the asset installation from an opt-in to an opt-out (zellij-org#512)
- Change Switch default config loading order of
HOME
and system (zellij-org#488) - Add support for requesting a simpler layout from plugins, move
clean
flag fromoptions
tosetup
(zellij-org#479) - Improve config loading slightly (zellij-org#492)
- Terminal compatibility: preserve current style when clearing viewport (zellij-org#493)
- Fix propagation of plugin ui request (zellij-org#495)
- Handle pasted text properly (zellij-org#494)
- Fix default keybinds for tab -> resize mode (zellij-org#497)
- Terminal compatibility: device reports (zellij-org#500)
- Forward unknown keys to the active terminal (zellij-org#501)
- Add more functionality to unbinding the default keybindings (zellij-org#468)
- Terminal compatibility: fix support for CSI subparameters (zellij-org#469)
- Move the sync command to tab mode (zellij-org#412)
- Fix exit code of
dump-default-config
(zellij-org#480) - Feature: Switch tabs using
Alt + h/l
in normal mode if there are no panes in the direction (zellij-org#471) - Terminal Compatibility: various behaviour fixes (zellij-org#486)
- Fix handling of
$HOME
config
directory, especially relevant for darwin systems (zellij-org#487)
- Terminal compatibility: pass vttest 8 (zellij-org#461)
- Add a Manpage (zellij-org#455)
- Code infrastructure changes to support the upcoming session detach (zellij-org#223)
- Fix the tab '(Sync)' suffix in named tabs (zellij-org#410)
- Improve performance when multiple panes are open (zellij-org#318)
- Improve error reporting and tests of configuration (zellij-org#423)
- Refactor install module to setup module (zellij-org#431)
- Add theme support through xrdb (zellij-org#239)
- Fix default keybindings in resize mode and add arrow parity in tab and scroll mode (zellij-org#441)
- Terminal compatibility: pass vttest 2 and 3 (zellij-org#447)
- Stabilize colors (zellij-org#453)
- Doesn't quit anymore on single
q
press while in tab mode (zellij-org#342) - Completions are not assets anymore, but commands
option --generate-completion [shell]
(zellij-org#369) - Fixes in the default configuration
default.yaml
file. Adds initial tmux-compat keybindingstmux.yaml
(zellij-org#362) - Added the
get_plugin_ids()
query function to the plugin API (zellij-org#392) - Implemented simple plugin timers via the
set_timeout()
call (zellij-org#394) - Added more configuration locations, changed
ZELLIJ_CONFIG
toZELLIJ_CONFIG_FILE
(zellij-org#391) - Improved keybind handling (zellij-org#400)
- Added initial screen-compat keybinds
screen.yaml
(zellij-org#399) - Added the ability to synchronize input sent to panes (zellij-org#395)
- Terminal fix: pass vttest 1 (zellij-org#408)
- Change config to flag (zellij-org#300)
- Add ZELLIJ environment variable on startup (zellij-org#305)
- Terminal fix: do not clear line if it's not there (zellij-org#289)
- Do not allow opening new pane on the status bar (zellij-org#314)
- Allow scrolling by full pages (zellij-org#298)
- Reduce crate size by 4.8MB using
cargo diet
, to 77kB (zellij-org#293) - Draw UI properly when instantiated as the default terminal command (zellij-org#323)
- Resolve ambiguous pane movements by their activity history (zellij-org#294)
Beta release with all the things