zellij/CHANGELOG.md
2021-11-11 21:30:14 +01:00

22 KiB
Raw Blame History

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[Unreleased]

  • Fix: fix CSI cursor next line not moving cursor to beginning of line after moving it down (https://github.com/zellij-org/zellij/pull/863)

  • Add: suggestion for similar session name, on attach (https://github.com/zellij-org/zellij/pull/843)

  • Fix: handling and overwriting options through the cli (https://github.com/zellij-org/zellij/pull/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
    

[0.20.1] - 2021-11-10

[0.20.0] - 2021-11-08

[0.19.0] - 2021-10-20

[0.18.1] - 2021-09-30

[0.18.0] - 2021-09-29

[0.17.0] - 2021-09-15

[0.16.0] - 2021-08-31

[0.15.0] - 2021-07-19

[0.14.0] - 2021-07-05

[0.13.0] - 2021-06-04

[0.12.1] - 2021-05-28

[0.12.0] - 2021-05-27

[0.11.0] - 2021-05-15

This version is mostly an installation hotfix.

[0.10.0] - 2021-05-14

[0.9.0] - 2021-05-11

[0.8.0] - 2021-05-07

[0.7.0] - 2021-05-04

[0.6.0] - 2021-04-29

[0.5.1] - 2021-04-23

[0.5.0] - 2021-04-20

Beta release with all the things