Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

50 lines (42 loc) · 3.48 KB

Changelog

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

The format is based on Keep a Changelog

[Unreleased]

[0.8.0] - 2021-05-07

[0.7.0] - 2021-05-04

[0.6.0] - 2021-04-29

  • 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 keybindings tmux.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 to ZELLIJ_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)

[0.5.1] - 2021-04-23

[0.5.0] - 2021-04-20

Beta release with all the things