chore(release): v0.24.0

This commit is contained in:
Aram Drevekenin 2022-01-05 10:37:31 +01:00
parent 477ad9e1a6
commit f6ee6ec6e5
5 changed files with 122 additions and 44 deletions

View file

@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
## [0.24.0] - 2022-01-05
* Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964) * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964)
* Terminal compatibility: properly handle deletion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/965) * Terminal compatibility: properly handle deletion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/965)
* Fix: properly remove clients when detaching from a session (https://github.com/zellij-org/zellij/pull/966) * Fix: properly remove clients when detaching from a session (https://github.com/zellij-org/zellij/pull/966)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -55,7 +55,7 @@ keybinds:
- action: [SwitchToMode: Tab,] - action: [SwitchToMode: Tab,]
key: [Ctrl: 't',] key: [Ctrl: 't',]
- action: [SwitchToMode: Normal,] - action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Char: "\n", Char: ' ', Esc] key: [Ctrl: 'n', Char: "\n", Char: ' ', Esc]
- action: [SwitchToMode: Scroll,] - action: [SwitchToMode: Scroll,]
key: [Ctrl: 's'] key: [Ctrl: 's']
- action: [SwitchToMode: Session,] - action: [SwitchToMode: Session,]
@ -75,7 +75,7 @@ keybinds:
- action: [Resize: Increase,] - action: [Resize: Increase,]
key: [Char: '='] key: [Char: '=']
- action: [Resize: Increase,] - action: [Resize: Increase,]
key: [ Alt: '+'] key: [ Char: '+']
- action: [Resize: Decrease,] - action: [Resize: Decrease,]
key: [Char: '-'] key: [Char: '-']
- action: [NewPane: ,] - action: [NewPane: ,]
@ -92,6 +92,12 @@ keybinds:
key: [ Alt: '[',] key: [ Alt: '[',]
- action: [FocusNextPane,] - action: [FocusNextPane,]
key: [ Alt: ']',] key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
pane: pane:
- action: [SwitchToMode: Locked,] - action: [SwitchToMode: Locked,]
key: [Ctrl: 'g'] key: [Ctrl: 'g']
@ -119,22 +125,38 @@ keybinds:
key: [ Char: 'k', Up,] key: [ Char: 'k', Up,]
- action: [SwitchFocus,] - action: [SwitchFocus,]
key: [Char: 'p'] key: [Char: 'p']
- action: [NewPane: ,] - action: [NewPane: , SwitchToMode: Normal,]
key: [Char: 'n', Alt: 'n',] key: [Char: 'n',]
- action: [NewPane: Down,] - action: [NewPane: Down, SwitchToMode: Normal,]
key: [Char: 'd',] key: [Char: 'd',]
- action: [NewPane: Right,] - action: [NewPane: Right, SwitchToMode: Normal,]
key: [Char: 'r',] key: [Char: 'r',]
- action: [CloseFocus,] - action: [CloseFocus, SwitchToMode: Normal,]
key: [Char: 'x',] key: [Char: 'x',]
- action: [ToggleFocusFullscreen,] - action: [ToggleFocusFullscreen, SwitchToMode: Normal,]
key: [Char: 'f',] key: [Char: 'f',]
- action: [TogglePaneFrames,] - action: [TogglePaneFrames, SwitchToMode: Normal,]
key: [Char: 'z',] key: [Char: 'z',]
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]
key: [ Alt: 'h',]
- action: [MoveFocus: Right,]
key: [ Alt: 'l',]
- action: [MoveFocus: Down,]
key: [ Alt: 'j',]
- action: [MoveFocus: Up,]
key: [ Alt: 'k',]
- action: [FocusPreviousPane,] - action: [FocusPreviousPane,]
key: [ Alt: '[',] key: [ Alt: '[',]
- action: [FocusNextPane,] - action: [FocusNextPane,]
key: [ Alt: ']',] key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
- action: [SwitchToMode: RenamePane, PaneNameInput: [0],] - action: [SwitchToMode: RenamePane, PaneNameInput: [0],]
key: [Char: 'c'] key: [Char: 'c']
move: move:
@ -178,6 +200,12 @@ keybinds:
key: [ Alt: '[',] key: [ Alt: '[',]
- action: [FocusNextPane,] - action: [FocusNextPane,]
key: [ Alt: ']',] key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
tab: tab:
- action: [SwitchToMode: Locked,] - action: [SwitchToMode: Locked,]
key: [Ctrl: 'g'] key: [Ctrl: 'g']
@ -197,20 +225,38 @@ keybinds:
key: [Char: 'r'] key: [Char: 'r']
- action: [Quit,] - action: [Quit,]
key: [Ctrl: 'q',] key: [Ctrl: 'q',]
- action: [FocusPreviousPane,]
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
- action: [GoToPreviousTab,] - action: [GoToPreviousTab,]
key: [ Char: 'h', Left, Up, Char: 'k',] key: [ Char: 'h', Left, Up, Char: 'k',]
- action: [GoToNextTab,] - action: [GoToNextTab,]
key: [ Char: 'l', Right,Down, Char: 'j'] key: [ Char: 'l', Right,Down, Char: 'j']
- action: [NewTab: ,] - action: [NewTab: , SwitchToMode: Normal,]
key: [ Char: 'n',] key: [ Char: 'n',]
- action: [CloseTab,] - action: [CloseTab, SwitchToMode: Normal,]
key: [ Char: 'x',] key: [ Char: 'x',]
- action: [ToggleActiveSyncTab] - action: [ToggleActiveSyncTab, SwitchToMode: Normal,]
key: [Char: 's'] key: [Char: 's']
- action: [GoToTab: 1, SwitchToMode: Normal,]
key: [ Char: '1',]
- action: [GoToTab: 2, SwitchToMode: Normal,]
key: [ Char: '2',]
- action: [GoToTab: 3, SwitchToMode: Normal,]
key: [ Char: '3',]
- action: [GoToTab: 4, SwitchToMode: Normal,]
key: [ Char: '4',]
- action: [GoToTab: 5, SwitchToMode: Normal,]
key: [ Char: '5',]
- action: [GoToTab: 6, SwitchToMode: Normal,]
key: [ Char: '6',]
- action: [GoToTab: 7, SwitchToMode: Normal,]
key: [ Char: '7',]
- action: [GoToTab: 8, SwitchToMode: Normal,]
key: [ Char: '8',]
- action: [GoToTab: 9, SwitchToMode: Normal,]
key: [ Char: '9',]
- action: [ToggleTab]
key: [ Char: "\t" ]
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,] - action: [MoveFocus: Left,]
key: [ Alt: 'h',] key: [ Alt: 'h',]
- action: [MoveFocus: Right,] - action: [MoveFocus: Right,]
@ -219,30 +265,19 @@ keybinds:
key: [ Alt: 'j',] key: [ Alt: 'j',]
- action: [MoveFocus: Up,] - action: [MoveFocus: Up,]
key: [ Alt: 'k',] key: [ Alt: 'k',]
- action: [GoToTab: 1,] - action: [FocusPreviousPane,]
key: [ Char: '1',] key: [ Alt: '[',]
- action: [GoToTab: 2,] - action: [FocusNextPane,]
key: [ Char: '2',] key: [ Alt: ']',]
- action: [GoToTab: 3,] - action: [Resize: Increase,]
key: [ Char: '3',] key: [ Alt: '=']
- action: [GoToTab: 4,] - action: [Resize: Increase,]
key: [ Char: '4',] key: [ Alt: '+']
- action: [GoToTab: 5,] - action: [Resize: Decrease,]
key: [ Char: '5',] key: [ Alt: '-']
- action: [GoToTab: 6,]
key: [ Char: '6',]
- action: [GoToTab: 7,]
key: [ Char: '7',]
- action: [GoToTab: 8,]
key: [ Char: '8',]
- action: [GoToTab: 9,]
key: [ Char: '9',]
- action: [ToggleTab]
key: [ Char: "\t" ]
scroll: scroll:
- action: [SwitchToMode: Normal,] - action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Ctrl: 's', Char: ' ', key: [Ctrl: 's', Char: ' ', Char: "\n", Esc]
Char: "\n", Esc]
- action: [SwitchToMode: Tab,] - action: [SwitchToMode: Tab,]
key: [Ctrl: 't',] key: [Ctrl: 't',]
- action: [SwitchToMode: Locked,] - action: [SwitchToMode: Locked,]
@ -285,11 +320,15 @@ keybinds:
key: [ Alt: '[',] key: [ Alt: '[',]
- action: [FocusNextPane,] - action: [FocusNextPane,]
key: [ Alt: ']',] key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
renametab: renametab:
- action: [SwitchToMode: Normal,] - action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Ctrl: 's', Char: ' ',] key: [Char: "\n", Ctrl: 'c', Esc]
- action: [SwitchToMode: Tab,]
key: [Char: "\n",]
- action: [TabNameInput: [27] , SwitchToMode: Tab,] - action: [TabNameInput: [27] , SwitchToMode: Tab,]
key: [Esc,] key: [Esc,]
- action: [NewPane: ,] - action: [NewPane: ,]
@ -306,11 +345,15 @@ keybinds:
key: [ Alt: '[',] key: [ Alt: '[',]
- action: [FocusNextPane,] - action: [FocusNextPane,]
key: [ Alt: ']',] key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
renamepane: renamepane:
- action: [SwitchToMode: Normal,] - action: [SwitchToMode: Normal,]
key: [Ctrl: 'c', Ctrl: 's', Char: ' ',] key: [Char: "\n", Ctrl: 'c', Esc]
- action: [SwitchToMode: Pane,]
key: [Char: "\n",]
- action: [PaneNameInput: [27] , SwitchToMode: Pane,] - action: [PaneNameInput: [27] , SwitchToMode: Pane,]
key: [Esc,] key: [Esc,]
- action: [NewPane: ,] - action: [NewPane: ,]
@ -327,6 +370,12 @@ keybinds:
key: [ Alt: '[',] key: [ Alt: '[',]
- action: [FocusNextPane,] - action: [FocusNextPane,]
key: [ Alt: ']',] key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
session: session:
- action: [SwitchToMode: Locked,] - action: [SwitchToMode: Locked,]
key: [Ctrl: 'g'] key: [Ctrl: 'g']
@ -346,6 +395,26 @@ keybinds:
key: [Ctrl: 'q',] key: [Ctrl: 'q',]
- action: [Detach,] - action: [Detach,]
key: [Char: 'd',] key: [Char: 'd',]
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]
key: [ Alt: 'h',]
- action: [MoveFocus: Right,]
key: [ Alt: 'l',]
- action: [MoveFocus: Down,]
key: [ Alt: 'j',]
- action: [MoveFocus: Up,]
key: [ Alt: 'k',]
- action: [FocusPreviousPane,]
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
plugins: plugins:
- path: tab-bar - path: tab-bar
tag: tab-bar tag: tab-bar
@ -392,3 +461,10 @@ plugins:
# - true (default) # - true (default)
# - false # - false
#mouse_mode: false #mouse_mode: false
# Configure the scroll back buffer size
# This is the number of lines zellij stores for each pane in the scroll back
# buffer. Excess number of lines are discarded in a FIFO fashion.
# Valid values: positive integers
# Default value: 10000
#scroll_buffer_size: 10000