chore(release): v0.37.0
This commit is contained in:
parent
76019acf00
commit
9c4c78d5a3
7 changed files with 6 additions and 0 deletions
|
|
@ -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.37.0] - 2023-06-18
|
||||||
* fix(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368)
|
* fix(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368)
|
||||||
* feat: allow excluding tabs from tab sync in layouts (https://github.com/zellij-org/zellij/pull/2314)
|
* feat: allow excluding tabs from tab sync in layouts (https://github.com/zellij-org/zellij/pull/2314)
|
||||||
* feat: support default cwd (https://github.com/zellij-org/zellij/pull/2290)
|
* feat: support default cwd (https://github.com/zellij-org/zellij/pull/2290)
|
||||||
|
|
|
||||||
|
|
@ -200,6 +200,10 @@ plugins {
|
||||||
//
|
//
|
||||||
// default_shell "fish"
|
// default_shell "fish"
|
||||||
|
|
||||||
|
// Choose the path to override cwd that zellij will use for opening new panes
|
||||||
|
//
|
||||||
|
// default_cwd ""
|
||||||
|
|
||||||
// Toggle between having pane frames around the panes
|
// Toggle between having pane frames around the panes
|
||||||
// Options:
|
// Options:
|
||||||
// - true (default)
|
// - true (default)
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue