github zellij-org/zellij v0.21.0
Release v0.21.0

latest releases: v0.41.1, v0.41.0, v0.40.1...
2 years ago
  • Add: initial preparations for overlay's (#871)

  • Add: initial zellij.desktop file (#870)

  • Add: section for third party repositiories THIRD_PARTY_INSTALL.md (#857)

  • Add: suggestion for similar session name, on attach (#843)

  • Fix: handling and overwriting options through the cli (#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 (#863)

  • Refactor: Support multiple users in Tabs (#864)

  • Refactor: close_pane returns closed pane (#853)

  • Add: ability to configure zellij through layouts (#866)

  • Refactor: simplify terminal character style diff (#839)

  • Fix: improve performance with large scrollback buffer (#881)

  • Add: support osc8 escape code (#822)

  • Add: optionally leave ephemeral modes by pressing the esc key to default config (#889)

  • Feature: Multiple users UI for panes behind a turned-off feature flag (#897)

  • Add: plugin api, to provide version information to plugins (#894)

Don't miss a new zellij release

NewReleases is sending notifications on new releases.